body {
	color: #000;
	background:#000 url(/img/background-4.jpg) repeat-x;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11pt;
	margin:0;
	padding:0;
}

a img{
	border:none;
}

.regulier_noir {
	margin-left: 10px;
}
.regulier_noir_ital {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	line-height: 11pt;
}
.bold_noir {
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
}
.titre_noir {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}
.sous-titre_noir {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 10px;
}
.sous-titre_noir_ital {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
}

/* menu*/
#menu{
	background-color:#6c1103;
	font-size:11px;
	height:92px;
	margin:0;
	padding:0;
	text-align:left;
}

#menu li{
	background:url(/img/fleche-menu.gif) no-repeat 167px 8px;
	color:#FFF;
	cursor:default;
	height:18px;
	list-style:none;
	padding-top:5px;
	padding-left:15px;
	position:relative;
}

#menu li:hover{
	background-color:#535258;
	font-weight:bold;
}

#menu a{
	color:#FFF;
	text-decoration:none;
}

#menu ul{
	background-color:#594739;
	display:none;
	font-weight:normal;
	padding-left:0;
	position:absolute;
	top:0;
	right:-165px;
	width:165px;
	z-index:100;
}

#menu ul li{
	background-image:none;
	padding-left:8px;
}

#menu ul li:hover{
	background-color:#594739;
}


/* Projets en cours */
.boxgrid {
	width: 185px;
	height: 140px;
	margin-bottom:4px;
	margin-top:4px;
	margin-right:5px;
	float:left;
	background:#161613;
	border: solid 1px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid-titre{
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:18pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid-fiche{
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 140px;
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.boxcaption a {
	font-weight: bold;
	color: #f6f6f6;
}
.boxcaption a:hover {
	text-decoration: none;
}
.boxcaption {
	top: 140px;
	left: 0;
}

/********************* nouveau css **************************/
#conteneur{
	margin:0 auto;
	width:799px;
	height:auto;
}

/* header */
#header{
	background-color:#FFF;
}

#header img{
	display:block;
}

/* gauche */
#gauche{
	background-color: #223344;
	float:left;
	margin-right:23px;
	width:180px;
	height:100%;
}

#trophee{
	background-color:#6c1103;
	padding:5px 0;
}

#trophee div{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	margin:5px;
	padding:5px 0;
}

#trophee img{
	display:block;
	margin:0 auto;
}


/* contenu */
#contenu{
	background:#FFF url(/img/fond-contenu.jpg) repeat-y;
	float:left;
	position:relative;
	width:100%;
}

#col-texte{
	margin-left:196px;
	margin-right:19px;
}

#titre-bleu{
	background-color:#253648;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	height:59px;
	line-height:25px;
	margin-top:0;
	margin-bottom:0;
	padding-left:9px;
	padding-top:33px;
}

#presentation-bleu{
	background-color:#253648;
	color:#FFF;
	height:112px;
	padding-top:28px;
}

#presentation-bleu p{
	margin-top:0;
	margin-bottom:0;
}

h1{
	font-size:22px;
	line-height:26px;
	margin:0;
}

#presentation-bleu-titre{
	font-size:22px;
	font-weight:bold;
}

#presentation-bleu a{
	color:#FFF;
}

p.presentation-bleu-txt{
	margin-left:16px;
}

.liste-espace li{
	margin:13px 0;
	padding-left:12px;
}

.liste-espace ul li{
	margin-top:13px;
}

.liste-espace ul ul li{
	margin:0;
}

.liste-petit{
	margin-left:0;
	padding-left:40px;
}

.liste-ligne{
	color:#253648;
	list-style:none;
	margin-left:0;
	padding-left:40px;
}

.liste-ligne li{
	border-bottom:1px solid #ababab;
	margin-bottom:10px;
	padding-bottom:3px;
}

ol li{
	margin-bottom:12px;
}

.liste-gras{
	padding-left:34px;
}

.liste-gras li{
	padding-left:15px;
}

.titre-liste{
	font-weight:bold;
}

.liste-liens{
	border-bottom:1px solid #808080;
	line-height:28px;
	list-style:none;
	margin-left:0;
	padding-bottom:5px;
	padding-left:30px;
}

.lien-haut img{
	margin-left:-10px;
}

/* accueil */
.date{
	color:#234;
	font-size:10px;
	font-weight:normal;
}

.titre-article{
	color:#6c1204;
	font-weight:bold;
	margin:0;
}

.article{
	margin-top:0;
	margin-bottom:18px;
}

#col-accueil{
	float:left;
	padding-top:9px;
	width:318px;
}

#col-accueil p{
	line-height: 18px;
}

#col-accueil p img{
	border:1px solid #234;
	float:left;
	margin:3px;
	padding:2px;
}

#col-accueil strong{
	color:#6c1204;
}

#droite{
	float:right;
	margin-right:12px;
}

/* partenaires */
.titre-partenaires{
	position:relative;
	left:8px;
}

.part{
	border:1px solid #253648;
	float:left;
	margin-right:3px;
	margin-top:3px;
	width:182px;
}

.part img{
	display:block;
}

.part-liste{
	margin-bottom:23px;
	overflow:hidden;
	padding-left:20px;
}

.part th{
	background-color:#253648;
	color:#FFF;
	font-size:10px;
	height:18px;
}

.part-nom td{
	color:#253648;
	font-style:italic;
	height:84px;
	text-align:center;
}

.part-nom strong{
	font-style:normal;
}

.part-tel td{
	background-color:#e8e8e8;
	color:#253648;
	font-weight:bold;
	height:19px;
	font-size:11px;
	text-align:center;
}

/* pendant la construction */
#tbl-revetement p{
	margin:12px 0;
}

#tbl-revetement th{
	text-align:left;
}

#tbl-revetement td{
	font-style:italic;
}

#tbl-revetement a{
	font-weight:bold;
}

/* footer */
#footer{
	background-color:#610;
	clear:both;
	height:49px;
	padding-top:11px;
	text-align:center;
}

#footer p{
	margin:0;
	color: #FFF;
    font-size: 7pt;
}

#footer a{
	color:#FFF;
}

#footer a:hover{
	text-decoration:none
}
