@media screen {
/* --- BALISE HTML --- */
body{
	
	background-image:url(../images/imagerepetedefond.jpg);
	background-repeat: repeat-x;
	background-color: #00418D;
	margin			: 0;
	margin-top		: 0;
	padding			: 0;
	
	color			: #000000;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
}

#container {
	margin			: 0;
	margin-top		: 0;
	padding			: 0;
	width : 952px;
	margin : auto;
	background-image:url(../images/menuhaut/background.jpg);
	background-repeat: no-repeat;
}

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			: #FFFFFF;
	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(../images/menugauche/maquettefontana_16.jpg);
	background-repeat: repeat-y;
	background-color: #00AFF0;
}
.fond_colonne_droite{
	background-color: #00AFF0;
}
.fond_centre{
	background-image:url(../images/contenu/imagefondcontenue.jpg);
	background-repeat: repeat-y;
	background-color: #00AFF0;
	padding-left	: 50px;
	padding-right	: 30px;
}

.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 #2F2170;
	color			: #FFFFFF;
	font-size		: small;
	font-style		: normal;
	font-variant	: normal;
	padding			: 0px;
	margin			: 7px;
}

.titre{
	Background-color: #7294C1;
	Color			: #FFFFFF;
	font-size		: 22px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left	: 20px;
}

.cadre
{
	background-color:#00418D;
	color:white;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:7px;
}

.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;
	}


}

