/* CSS Document */

body {
  	background-color:#FFFFF3; /* couleur de fond generale */
	background-image:url(../images/backg.gif);
	background-repeat:repeat-x;
	margin: 0; /* pour eviter les marges */
	margin-top: 0px;
	margin-left: 0px;
	font-size:1 em;
	/*color: black;
	font-family: Arial, Helvetica, sans-serif;*/
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0.4em;
	font-weight:normal;
	color: black;

	line-height:1.5em;
}

h1 { /*rouge, gras, surligné */
font-family: Arial, Helvetica, sans-serif;
color: #999999;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
margin: 0px;
}

h2 {
color: #C21212;
	font-size: 1.2em;
}

h3 {
	color: #C21212;
	font-size: 1.2em;
}

.onglet { /*gris et gras */
font-family: Arial, Helvetica, sans-serif;
color: #999999;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
margin: 0px;
}

.coulg { /*rouge et gras */
font-family: Arial, Helvetica, sans-serif;
color: #C21212;
font-size: 1em;
font-style:normal;
font-weight:bold;
margin: 0px;
}

.couln{ /*rouge et normal */
font-family: Arial, Helvetica, sans-serif;
color: #C21212;
font-size: 1em;
font-style:normal;
font-weight:normal;
margin: 0px;
}

.petit { /*noir, normal et petit */
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 0.8em;
font-style:normal;
font-weight:normal;
margin: 0px;
}


p a:link, p a:visited {
color: #C21212;
text-decoration: none;
}

p a:hover {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C21212;
}

p a:active {
color: #330099;
}

#menugauche {
	padding-left: 2px;

}

#navlist {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	
	}
	
#navlist li {
	
margin: 2 ;
	padding: 2 ;
	
	
	}
	
	#navlist li a {
	text-decoration: none;
	color: #C21212;	
	}
	
	#navlist li a:hover, #navlist li a:focus, #navlist li a:active {
	
	text-decoration: underline ;
	}

#navlist {
	list-style-image: url(../images/indent1.png);
	list-style-position: inside;
} 

.img01 {
	float: left;
	margin-right: 12px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	padding: 2px;
} 

.img02 {
	float: right;
	margin-left: 12px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	padding: 2px;
} 

