/* CSS Document */

*{
//color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
}

.lavande{
background-color:#E6E6FA;
//color:#E6E6FA;
color:#000000;
}

.lavandefonce{
background-color:#550099;
//color:#550099;
color:#FFFF00;
//text:#FFFF00;
}

.titre{
font-size:20pt;
text-align:center;
color:#005555;
}

.titrefonce{
font-size:20pt;
text-align:center;
color:#FFFF00;
}

.soustitre{
text-align:center;
}

.titre1{
font-weight:bold;
font-style:italic;
text-decoration:underline;
}

/*td{
text-align:center;
}*/

a
{
/*font-weight:bold;*/
text-decoration:underline;
color: #0000FF;
}

img{
border:0;
}

.hr1{
color: #CCCCCC;
background-color: #CCCCCC;
height: 2px;
border: 0;
}

.hr5{
color: #CCCCCC;
background-color: #CCCCCC;
height: 5px;
border: 0;
}

h1,h3{
z-index:1;
width:800px;
height:27px;
background:url(images/site/fond_h.gif);
text-indent:1em;
margin-bottom:0.5em;
}

.sub_gris{
background:#B1CAF3;
border:1px solid #3D7DB4;
height:22px;
font-size:1.1em;
font-style:italic;
color:#3D7DB4;
}

.prenom{
font-family:Aristocrat;
font-size:16pt;
background-color:lightyellow;
}

.cadre	{
	border-style : ridge;
	border-width : 10;
	border-color : #00FFFF ;
	padding      : 10;
	}
