
/*--------------Style1 CSS------------------*/
/*-----------------------Font----------------*/
/*sans empattement*/
.titre1
{
font-family: "Tahoma",sans-serif;
color:#660066;
font-size:100%;
font-weight:bold;
}
.titre2
{
font-family: "Tahoma",sans-serif;
color:#660066;
font-size:80%;
font-weight:bold;
}
.style1
{
font-family: "Tahoma",sans-serif;
color:#660066;
font-size:80%;
}
/*----------------Cadre-----------------------*/
.cadre
{
background-color: gainsboro;
}
.cadre1
{
background-color: #b7ae88;
}
.cadre2
{
font-family:"trebuchet ms",sans-serif;
color:#ffffff;
background-color:#662200;
font-size:80%;
text-align:center;
}
.cadre3
{
font-family:"trebuchet ms",sans-serif;
color:#662200;
background-color:gainsboro;
font-size:80%;
text-align:center;
}
.cadrebg{
background:url(../image/bgencadre.gif);
color:#662200;
}
/*-----------------Bordure------------------*/
.encadre
{
border-left-color: #ffffff
}
.encadre2
{
border-top-style: hidden;
border-left-style: hidden;
border-right-style: hidden;
border-bottom-style: hidden;
}
/*-------------Liens---------------*/
a:link {color: #a03a0d; text-decoration:underline;}
a:visited {color: #660066; text-decoration:underline;}
a:hover {color:#CC0000; text-decoration:none;}
/*----------Caractère Gras---------*/
b {
font-family: Arial, Lucida Sans Unicode, Arial, sans-serif;
font-size:11px;
}
.1{
font-family: "Trebuchet MS",sans-serif;
color:#662200;
font-size:80%;
}
.2 {
font-family: Arial, Lucida Sans Unicode, Arial, sans-serif;
font-size: 11px;
color: #CC0033;
font-size: 100%;
}
.3 {
font-family: Courier New ;
font-size: 11px;
color: #666776;
font-size: 70%;
}
/*----------Paragraphe---------*/
p {
font-family: "Trebuchet MS",sans-serif;
font-size:80%;
}
/*-----------------ADMIN----------------*/
.erreur {
	font-family: Arial, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color: #FF0000;
	font-weight: bold;
}
.reussite {
	font-family: Arial, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color: #669900;
	font-weight: bold;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.tableaux {
	font-size: 10px;
	border: 1px dotted #000000;
	background-color: #eeeeee;
}


