@media screen {
/* --- BALISE HTML --- */
body{
	background-color: #6B6B6A;
	margin			: 0;
	margin-top		: 0;
	padding			: 0;
	
	color			: #03825B;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 11px;
}

h1{
	font-size		: 18px;
	color			: #000;
	margin			: 0px;
	margin-top		: 0px;
	text-align		: left;
	text-transform	: none;
}
h2{
	font-size		: 16px;
	color			: #56565E;
	margin			: 0px;
	margin-top		: 0px;
	text-align		: left;
	text-transform	: none;
}
h3{
	font-size		: 14px;
	color			: #000000;
	margin			: 0px;
	margin-top		: 0px;
	text-align		: left;
	text-transform	: none;
}

a, a:active, a:visited{
	color			: #03825B;
	text-decoration	: underline;
	text-transform	: none;
	
}
	a:hover{
		color			: red;
		text-decoration	: underline;
	}

p{ text-align:justify;}

table{}
tr{}
td{}

/* --- CLASSES PERSONNALISEES --- */
.fond_bandeau_haut{
	background-color: #fff;
}
	.fond_bandeau_haut_menu{
	background-color: #fff;
	background-image:  url("../images/menuhaut/bg.png");
	background-repeat: repeat-x;
}
.fond_bandeau_bas{
/* 	background-image:  url("../images/menubas/bg.png"); */
	background-repeat: repeat-x;
}
.fond_colonne_gauche{
	background-color: #fff;
}
.fond_colonne_droite{
	background-color: #fff;
}
.fond_centre{
	background-color: #fff;
	padding-left	: 10px;
	padding-right	: 10px;
	text-align		: justify;
}

.bas, .bas p, .bas a, .bas a:active, .bas a:visited{
	color				: #fff;
	font-size			: 10px;
	text-decoration		: none;
}
	.bas a:hover{
		color			: red;
		font-size			: 10px;
		text-decoration	: underline;
	}
	.bas img{
		border			: 0;
	}
	
	
.tableau_entete{
	border 			: thin solid #000000;
	background-color: #CCCCCC;
	font-size		: 14px;
	font-weight		: bold;
}
.ligne1{
	/*color			: #FFFFFF;*/
	border 			: thin solid #000000;
}
.ligne2{
	color			: #D7E3F2;
	border 			: thin solid #000000;
}


/* --- STYLE DES POLICES --- */
.important{
	color			: #FF0000;
	font-weight		: normal;
}

.fontimagecontenu{
	background-color: #03825B;
	border			: 1px solid #03825B;
	color			: #FFFFFF;
	font-size		: small;
	font-style		: normal;
	font-variant	: normal;
	padding			: 0px;
	margin			: 7px;
}

.titre{
	font-style:italic;
	font-size		: 14px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: -8px;
	border-bottom : 4px solid #009966;
	border-top : 0px solid #009966;
	border-left : 0px solid #009966;
	border-right : 0px solid #009966;
	color: #009966;
}


.cadre_menu{
	padding-top		:30px;
	padding-left	:15px;
}
	.cadre_menu p{
		margin-top	:14px;
	}

.menu a{
	color			: #FFFFFF;
	font-size		: 90%;
	font-family		: Arial, Helvetica, sans-serif;
	text-decoration	: none;
	font-weight		: bold;
}
	.menu a:hover{
	color			: #FFFFFF;
	text-decoration	: underline;
	font-size		: 90%;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	}


}
