@media screen {
/* --- BALISE HTML --- */
body{
	background-color: #A80202;
	margin			: 0;
	margin-top		: 0;
	padding			: 0;
	
	color			: #7B6B43;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
}

h1{
	font-size		: 18px;
	color			: #000000;
	margin			: 0px;
	margin-top		: 0px;
	text-align		: left;
	text-transform	: none;
}
h2{
	font-size		: 16px;
	color			: #000000;
	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			: #000000;
	text-decoration	: underline;
	text-transform	: none;
	
}
	a:hover{
		color			: #FF0000;
		text-decoration	: underline;
	}

p{}

table{}
tr{}
td{}

/* --- CLASSES PERSONNALISEES --- */
.fond_bandeau_haut{
	background-color: #FFFFFF;
}
.fond_bandeau_bas{
	background-color: #FFFFFF;
}
.fond_colonne_gauche{
	/*background-image: url('../../include/images/menugauche/bandeau.gif');
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;
}

	.fond_colonne_gauche li{
	font-size:120%;
	font-weight:bold;
	color:#C90202;
	list-style-type:square;
	list-style-position:outside;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}
	.fond_colonne_gauche a, .fond_colonne_gauche a:link, .fond_colonne_gauche a:visited{
	color:#C90202;
	text-decoration:none;
	}
	.fond_colonne_gauche a:hover{
	color:#C90202;
	text-decoration:underline;
	}
.fond_colonne_droite{
	background-color: #FFFFFF;
}
.fond_centre{
	background-color: #FFFFFF;
	padding-left	: 30px;
	padding-right	: 30px;
	text-align		: justify;
}

.bas, .bas p, .bas a, .bas a:active, .bas a:visited{
	color				: #000000;
	font-size			: 10px;
	text-decoration		: none;
}
	.bas a:hover{
		color			: #000000;
		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: #000000;
	border			: 1px solid #000000;
	color			: #FFFFFF;
	font-size		: small;
	font-style		: normal;
	font-variant	: normal;
	padding			: 0px;
	margin			: 7px;
}

.titre{
	Background-color: transparent;
	Color			: #5E5234;
	font-size		: 22px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left	: 20px;
	text-align:right;
}


}

