/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 partie generique
 */
*{
    /*margin:0;
	padding:0;
	border:0;*/
}
/*pour pouvoir utiliser avec un doctype*/
body{
    /*width:100%;
	height:100%;
	background-image:url(table/bgb.gif);
	background-repeat : repeat-x; */
}
.gauche{
 padding-left: 20px;
 }
.menu{
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#333333;
}

img{
border:none;
}

a:link, a:visited {
	color: #333333; text-decoration: none;
	font-weight: bold;
    border: 0px ;
}

a:hover {
	color: #4D81BD;	text-decoration: underline;
	font-weight: bold;
    border: 0px ;
}

.normal{

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#333333;
	text-align: justify;
	line-height: 140%;
}

.sanslien{

	color:#ffffff;
}
.orangegras{
	font-size:16px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rosegras{
	font-size:16px;
	color: #AE398A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.bleugras{
	font-size:16px;
	color: #4D81BD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.centre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	text-align: center ;
}

.li {
	background-image: url(images/puceorange.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	list-style-type: none;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#333333;
	text-align: justify;
	line-height: 120%;
    display: block;
 }

 .lirose {
	background-image: url(images/pucerose.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	list-style-type: none;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#333333;
	text-align: justify;
	line-height: 120%;
    display: block;
 }

 .libleu {
	background-image: url(images/pucebleu.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	list-style-type: none;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#333333;
	text-align: justify;
	line-height: 120%;
    display: block;
 }
 
#container {
padding:10px;
}

#containerl {
border-left:1px, #cccccc;
}

