/* CSS Document 							*/

/* Codification des couleurs				*/
/* white :	#FFFFFF							*/
/* black :	#000000							*/
/* grey:	#B9BBBD							*/
/* yellow:	#E2A128							*/
/* red:		#C20E02							*/
/* vertfond : #DAEAA8						*/
/* vertsite : #CCCC00						*/

/* formatage général des pages 	*/
body {
z-index:0;
position: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-color: #669933;
margin: 0;
padding: 0;
background-color: #990000;
}

/* formatage général des textes des pages 	*/
h1 {
height: 28px ;
font-size: 20px;
font-weight: bold;
color: #C20E02;
margin: 10px;
padding-left: 20px;
background-image :  url(./images/h1.png);
background-repeat: no-repeat;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
color: #E2A128;
margin: 10px;
padding-left: 15px;
font-weight: bold;
}

p {
font-size: 11px;
font-weight: normal;
font-style: normal; 
color: #669933;
margin: 10px;
}

p.copyright {
font-family:Courier New, Courier, mono;
font-size: 11px;
color: #FFFFFF;
}

strong {
color: #E2A128;
font-size: 12px;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: normal; 
color: #FFFFFF;
}


/* formatage général des liens des pages */
a:link {
color: #990000;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

a:visited {
color: #669933;
font-weight: bold;
font-size: 12px;
text-decoration: none;
} 

a:active {
color: #993333;
font-weight: bold;
font-size: 12px;
text-decoration: none;
} 

a:hover {
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #CC0000;
}

a.diapo {
margin-right: 3px;
}

p.menu {
color: #FFFFFF;
margin-left: 75px;
margin-top: 110px;
font-size: 13px;
font-weight: bold;
}
