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

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			: #1658A0;
	text-decoration	: underline;
	text-transform	: none;
	outline:none;
	
}
	a:hover{
		color			: #FF9D00;
		text-decoration	: underline;
	}

p{}

table{
	line-height:20px;
}
tr{}
td{}

/* --- CLASSES PERSONNALISEES --- */
.fond_bandeau_haut{
	background-color: #FFFFFF;
}
.fond_bandeau_bas{
	background-color: #FFFFFF;
}
.fond_colonne_gauche{
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.fond_colonne_droite{
	background-color: #FFFFFF;
}
.fond_centre{
	background-color: #FFFFFF;
	line-height:17px;
	padding-right:10px;
}

.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 #FFFFFF;
	background-color: #FF9D00;
	font-size		: 14px;
	font-weight		: bold;
	color : #FFFFFF;
}
.ligne1{
	/*color			: #FFFFFF;*/
	border 			: thin solid #000000;
}
.ligne2{
	color			: #D7E3F2;
	border 			: thin solid #000000;
}


/* --- STYLE DES POLICES --- */
.important{
	color			: #000;
	font-weight		: normal;
	font-size:14px;
	font-weight:bold;
}

.fontimagecontenu {
	background-color: #fff;
	border			: 1px solid #FF9D00;
	color:#1658A0;
	padding			: 0px;
	margin			: 7px;
}

.titre{
	background-image: url(../images/images/puce.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:15px;
	Color			: #FF9D00;
	font-size		: 22px;
	margin-bottom : 20px;
	margin-top : 20px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

.menu
{
	background-image:url(../images/menugauche/maquette3news_02.jpg);
	height : 248px;
	width:168px;
	padding-top:72px;
	padding-left:10px;
	background-repeat:no-repeat;
	line-height:13px;
}

.menu a{
	color			: #FFFFFF;
	font-size		: 14px;
	font-family		: Arial, Helvetica, sans-serif;
	text-decoration	: none;
	font-weight		: bold;
}
	.menu a:hover{
	color			: #FFFFFF;
	text-decoration	: none;
	font-size		: 14px;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	border : 1px outset  #FFFFFF;
	}


}

