/*******************
feuille de style
*******************/

/*******************
balises
*******************/
html {
  height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #fff;
	background-color: #58585a;
	background-repeat: no-repeat;
	height:100%;
	background-size: 1024px auto;
}

table, tr, td, div, img, h1, h2, h3, h4, h5,p {
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
img{
	vertical-align: top;
}

/*******************
mep generales
*******************/
#total{
	width: 960px;
	margin: 0;
	padding-left: 40px;
}
#lien_langue{
	width: 75px;
	height: 10px;
	padding: 15px 0;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#menu_logo{
	width: 75px;
	float: left;
	margin-right: 30px;
}
#menu_bas{
	clear: both;
}

/*******************
mep lien langue
*******************/
#lien_langue a{
	color: #fff;
	text-decoration: none;
}
#lien_langue span{
	padding: 0 10px;
}

/*******************
mep menu logo
*******************/
#menu_logo p{
	margin-bottom: 4px;
	border: 2px solid #fff;
}

/*******************
mep menus
*******************/
#menu_presentation,#menu_projets,#menu_projets_bis,#menu_news{
	width: 108px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
#menu_presentation,#menu_projets,#menu_projets_bis{
	margin-right: 4px;
}
#menu_presentation ul li a,#menu_projets ul li a,#menu_projets_bis ul li a,#menu_news ul li a{
	height: 62px;
	margin-top: 4px;
	padding: 9px 0 0 9px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	display: block;
}
#menu_presentation ul li a.menu_no_marge,#menu_projets ul li a.menu_no_marge,#menu_projets_bis ul li a.menu_no_marge,#menu_news ul li a.menu_no_marge{
	margin-top: 0;
}
*html #menu_presentation ul li a,*html #menu_projets ul li a,*html #menu_projets_bis ul li a,*html #menu_news ul li a{
	margin-top: 3px;
}
#menu_presentation ul li a:hover,#menu_presentation ul li a.menu_sel,#menu_projets ul li a:hover,#menu_projets ul li a.menu_sel,#menu_projets_bis ul li a:hover,#menu_projets_bis ul li a.menu_sel,#menu_news ul li a:hover,#menu_news ul li a.menu_sel{
	color: #58585a;
	background-color: #fff;
	border: 2px solid #fff;
}
#menu_presentation{

}
#menu_projets{

}
#menu_news{
	margin-right: 30px;
}

/*******************
mep contenu
*******************/
#contenu{
	width: 349px;
	line-height: 12px;
	color: #58585a;
	float: left;
}
#contenu h1{
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#contenu a:hover{
	color: #010ef2;
	/*color: #072f83;*/
}
#contenu select{
	font-size: 10px;
}
#contenu input{
	margin: 2px 0;
	font-size: 11px;
}
#form_date,#form_type_projet,#form_filiales{
	margin-top: 5px;
	float: left;
}
#form_date select,#form_type_projet select,#form_filiales select{
	margin-top: 5px;
}
#form_date{
	width: 75px;
	background-image: url(../images/separe-formulaire.gif);
	background-position: 65px 0;
	background-repeat: no-repeat;
}
#form_type_projet{
	width: 135px;
	background-image: url(../images/separe-formulaire.gif);
	background-position: 125px 0;
	background-repeat: no-repeat;
}
.bloc_blanc{
	margin-bottom: 4px;
	padding: 10px;
	color: #58585a;
	background-color: #fff;
}
.bloc_blanc a{
	color: #58585a;
	text-decoration: none;
}

/*******************
mep menu bas
*******************/
#menu_bas{
	padding-top: 40px;
	padding-left: 107px;
	padding-bottom: 20px;
}
#menu_bas a{
	color: #fff;
	text-decoration: none;
}
#menu_bas span{
	padding: 0 10px;
}

/*******************
classes
*******************/
.titre{
	text-transform: uppercase;
}
.texte_bleu,a.texte_bleu{
	color: #010ef2;
}
.mt20{
	margin-top: 20px;
}
.fond_blanc{
	background-color: #fff;
}
.texte_majuscule{
	text-transform: uppercase;
}
.premiere_lettre_majuscule{
	text-transform: capitalize;
}
.sitemap_n0{
	text-transform: uppercase;
}
.sitemap_n1{
	margin-left: 20px;
}
.separe_sitemap{
	margin: 5px 0;
}
.image_milieu{
	vertical-align: middle;
}


