@charset "utf-8";

/* CSS Document */

/**
 * global style resetting 
 */
	
html,body,div,span,

applet,object,iframe,

h1,h2,h3,h4,h5,h6,p,blockquote,pre,

a,abbr,acronym,address,big,cite,code,

del,dfn,em,font,img,ins,kbd,q,s,samp,

small,strike,strong,sub,sup,tt,var,

dd,dl,dt,li,ol,ul,

fieldset,form,label,legend,

table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,

blockquote:before,blockquote:after {
	content: "";
}

* { outline: none; }

.clear-both{
	clear:both;
}

.bold{
	font-weight:bold;
}
/**
 * LINKS
 */

a:link {text-decoration: none; color: #DC051D;}
a:visited {text-decoration: none; color: #DC051D;}
a:active {text-decoration: none; color: #DC051D;}
a:hover {text-decoration: underline; color: #DC051D;}



/**
 * TITRE H1H2H3H4
 */



/**
 * STRUCTURE
 */

	
html, body{}

body{
	font-family: "Trebuchet MS", Verdana, Geneva;
    font: "Trebuchet MS", Verdana, Geneva;
	font-size:11px;
	color:#000;
	line-height:16px;
	background:#EBEBEB;
}

/**
 * WRAPPER
 */

#super-wrapper{
	position: relative;
	z-index: 2;
	margin:0 auto;
	width:1027px;
}

#border{
	float: left;
	background:url(../images/interface/bgWrapper.jpg) repeat-y;
}

#border-bas{
	float: left;
	width: 1027px;
	height: 3px;
	background: url(../images/interface/bgWrapperBas.gif) no-repeat;
}

#wrapper{
	float:left;
	margin:0;
	width:1027px;
} 
 

/**
 * HEADER
 */
#fond{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 129px;
	width: 100%;
	background: #070908;
	overflow: hidden;
}

#header{
	height:165px;
	width: 1027px;
	margin:0 auto;
	background:url(../images/interface/bgHeader.png) no-repeat;
}

a#logo, a#logo:link, a#logo:active, a#logo:visited, a#logo:hover{
	position: relative;
	display:block;
	width:300px;
	height:80px;
	top: 26px;
	left: 16px;
}

#f_search{
	padding:3px;
	margin: 52px 0 0 16px;
}

	#f_search label{
		float:left;
		color:#646464;
		text-transform:uppercase;
		font-weight: bold;
	} 
	
	#f_search .inputSearch{
		float:left;
		width:132px;
		height:17px;
		border:none;
		background: transparent url(../images/interface/bgInputSearch.jpg) 0 0 no-repeat;
		margin: 0 4px;
		padding: 0 2px;
	}
	
	#f_search .submitSearch{
		float:left;
		width:22px;
		height:17px;
		border:none;
		background:transparent url(../images/interface/bgSubmitSearch.jpg) 0 0 no-repeat;
		color:#c8c8c8;
		font-size:10px;
		cursor:pointer;
	}

/**
 * MAIN
 */
					
#main{
	float:left;
	width:999px;
	margin:6px 0 0 0;
	padding:0 14px 0 14px;
}

#super-content-center{
	float:left;
	width:786px;
	padding: 0 12px 0 0;
	background: url(../images/interface/bgSuper-content.gif) right repeat-y;
}
	#content-center{
		width:786px;
	}
	
		#content-center h1{
			background: none;
			color: #646464;
			font-size: 14px;
			text-transform: none;
		}
	
#content-right{
	float:right;
	width:194px;
}

/**
 * BOX-RIGHT
 */
.box-right{
	float:left;
	width:195px;
}
	.box-right h1{
		float:left;
		width:175px;
		height:18px;
		padding:3px 10px 0 10px;
		background-color:#dc051d;
		color:#FFF;
		text-transform:uppercase;
		font-size:13px;
	}
	
	.box-right-content{
		float:left;
		width:175px;
		height: 210px;
		padding:4px 10px;
		background: url(../images/interface/bgBox-right.jpg) no-repeat;
		color:#FFF;
	}
		.box-right-content a.imgUne{
			display:block;
			float:left;
		}		
		
		.box-right-content span.date{
			float:left;
			font-size: 12px;
			font-weight:bold;
		}
		
		.box-right-content h2{
			float:left;
			clear: both;
			width:125px;
			height: 32px;
			padding:0;
			color: #000000;
			font-size: 12px;
			text-transform: uppercase;
			overflow:hidden;
		}
		
		.box-right-content p.texte{
			clear: both;
			display:block;
			float:left;
			color:#1e1e1e;
			height:44px;
			width: 175px;
			overflow:hidden;
		}
		
		.box-right-content a.suite, #une-content a.suite:link, #une-content a.link:active, #une-content a.suite:visited{
			clear: both;
			color:#FFFFFF;
			float:right;
			font-style:italic;
			margin:8px 0 0 0;
		}
		
a#ttActu, a#ttActu:link, a#ttActu:active, a#ttActu:visited,
a#ttRea, a#ttRea:link, a#ttRea:active, a#ttRea:visited{
	color:#787878;
	float:right;
	font-style:italic;
	margin: 0 10px 10px 0;
}

#logo-groupe{
	float: right;
	margin: 10px 0 0 0;
}

#footer{
	float:left;
	width:1021px;
	padding:0 0 0 0;
	background-image:url(../images/interface/bgFooter.jpg);
	background-position:0 0;
	background-repeat:repeat-x;	
	margin:10px 3px;
}
	#footer-header{
		width:1010px;
		height:19px;
		margin:0 auto;
		font-size:10px;
	}
	
		#fh-gauche{
			float: left;
			line-height: 19px;
			font-weight: bold;
			font-size: 11px;
			color:#323232;
		}
		
		#fh-droit{
			float: right;
			line-height: 19px;
			color:#646464;
		}
		
			#fh-droit a, #fh-droit a:link, #fh-droit a:active, #fh-droit a:visited{
				color:#646464;
				font-size: 9px;
			}
		
	#footer-footer{
		width:968px;
		margin:0 auto;
		padding:3px 8px 0 8px;
		font-size:10px;
		color:#323232;
	}
		
	
/**
 * PAGE ACTUALITE
 */
#actuDetail{
	float: left;
}
 
.dateDetail{
	width:100%;
	margin: 0 0 10px 0;
	font-style:italic;
	color: #646464;
}

/**
 * LIST NEWS
 */ 

div.ttActu{
	float: left;
	border-top: 2px solid #646464;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;	
}

	div.ttActu h1{
		margin: 0 0 10px 0;
	}

	div.ttActu div.ttActu-content{
		float: left;
		height:210px;
		width:173px;
		background: url(../images/interface/bgList.jpg) no-repeat;
		padding:4px 5px;
		margin: 5px;
		color: #FFFFFF;
	}
		div.ttActu-content a.imgList{
			display:block;
			float:left;
		}		
		
		div.ttActu-content span.date{
			float:left;
			font-size: 12px;
			font-weight:bold;
		}
		
		div.ttActu-content h2{
			float:left;
			width:125px;
			padding:0;
			color: #000000;
			font-size: 12px;
			text-transform: uppercase;
		}
		
		div.ttActu-content p.texte{
			clear: both;
			display:block;
			float:left;
			color:#1e1e1e;
			height:60px;
			width: 173px;
			overflow:hidden;
		}
		
		div.ttActu-content a.suite, div.ttActu-content a.suite:link, div.ttActu-content a.link:active, div.ttActu-content a.suite:visited{
			clear: both;
			color: #FFFFFF;
			float:right;
			font-style:italic;
			margin:8px 0 0 0;
		}
		
/**
 * PAGINATOR
 */
.paginator{
	width: 786px;
}
.paginator a, .paginator a:link, .paginator a:active, .paginator a:visited{
	display:block;
	float:left;
	width:12px;
	height:12px;
	color:#DC051D;
	margin:0 2px 0 0;
	padding:0 0 4px 4px;
}

.paginator span.actif{
	display:block;
	float:left;
	width:12px;
	height:12px;
	background:none;
	color:#646464;
	margin:0 2px 0 0;
	padding:0 0 4px 4px;
}

.paginator span.nbresult{
	float: left;
}

/**
 * REALISATIONS
 */
#detailRealisation-content{
	float: left;
	margin: 10px 0 0 0;
}

#listRealisation-content a.imgList, #listRealisation-content a.imgList:active, #listRealisation-content a.imgList:visited, #listRealisation-content a.imgList:link{
	float:left;
	display:block;
	margin:10px;
}

#detailRealisation-content a.imgList, #detailRealisation-content a.imgList:active, #detailRealisation-content a.imgList:visited, #detailRealisation-content a.imgList:link{
	float:left;
	display:block;
	margin:10px;
}

#detailRealisation-content a.imgDetail, #detailRealisation-content a.imgDetail:active, #detailRealisation-content a.imgDetail:visited, #detailRealisation-content a.imgDetail:link{
	float:left;
	display:block;
	margin:0 10px 0 0;
}

#medias{
	float: left;
}

#listReas{
	float: left;
	border-top: 2px solid #646464;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0 !important;
	margin: 0 0 0 0;
}

	#listReas h1{
		margin: 0 0 10px 0;
	}

.listRea{
	float: left;
	height:210px;
	width:173px;
	background: url(../images/interface/bgList.jpg) no-repeat;
	padding:4px 5px;
	margin: 5px;
	color: #FFFFFF;
}

	.listRea a.imgList{
		display:block;
		float:left;
	}

	.listRea img{
		float:left;
	}
	.listRea .listRea-infos{
		/*float:left;
		padding:0 0 0 10px;
		width:420px;
		height:73px;
		overflow:hidden;*/
	}
	
	.listRea-infos h2{
		float:left;
		width:125px;
		height: 48px;
		padding:0;
		margin: 4px 0;
		color: #000000;
		font-size: 12px;
		text-transform: uppercase;
		overflow:hidden;
	}
		
	.listRea-infos p{
		clear: both;
		display:block;
		float:left;
		color:#1e1e1e;
		height:32px;
		width: 173px;
		overflow:hidden;
	}
		
	.listRea-infos a.suite, .listRea-infos a.suite:link, .listRea-infos a.link:active, .listRea-infos a.suite:visited{
		clear: both;
		color: #FFFFFF;
		float: right;
		font-style:italic;
		margin:8px 0 0 0;
	}


/*
 * ACCES EXTRANET
 */
#f_extra {
	/*background:transparent url(../images/interface/bgFormExtra.jpg) repeat-x scroll center top;*/
	border-color:#F4F4F4 #EFEFEF #EFEFEF #F4F4F4;
	border-style:solid;
	border-width:2px;
	margin:0 auto;
	padding:10px;
	width:180px;
	height:100px;
}

#f_extra label{
	color:#484848;
	width:175px;
}

#f_extra input{
	border:1px solid #dddddd;
}

#f_extra .btnExtra{
	display:block;
	float:right;
	width:76px;
	height:25px;
	padding:0 0 0 0;
	margin:10px 0 0 0;
	color:#484848;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	/*background-image:url(../images/interface/bgNewsSuite.jpg);
	background-position:0 0;
	background-repeat:no-repeat;*/
	border:none;
	cursor:pointer;
}

/**
 * CONTACT
 */
#f_agencement, #listProfil{
	float: left;
}
 
input.contact {
	background:transparent url(../images/interface/bgInputSearch.jpg) no-repeat scroll 0 0;
	border: 0 #FF0000;
	float:left;
	font-size:11px;
	margin:0 0 0 30px;
	padding:2px 3px 0 3px;
	width:130px;
	height: 15px;
	line-height: 17px;
}

input.contactSmall {
	background:transparent url(../images/interface/bgInputSearchSmall.jpg) no-repeat scroll 0 0;
	width:62px;
}

textarea.contactDemande {
	background:transparent url(../images/interface/bgTextarea.jpg) no-repeat scroll 0 0;*/
	border:none;
	font-family:Tahoma,Arial;
	font-size:11px;
	height:98px;
	margin:0 0 0 30px;
	padding:10px 0 0 10px;
	width:217px;
}

input.checkbox{
	width: auto;
	float: left;
	margin: 10px 0 10px 0;
}

.centpercentW{
	width: 100%;
}

.centpercentW tr{
	height: 30px;
}

#vousList{
	float: left;
	margin: 4px 0 4px 30px;
}

fieldset.vtform{
	width: 425px;
	border:1px dotted #AAAAAA;
	margin:0 0 10px;
	padding:10px 0 10px 10px;
}

	fieldset.vtform legend{
		font-weight:bold;
		margin:0 0 10px;
	}

img.imgCaptcha{
	float: left;
}

.blocLabel{
	vertical-align:center;
}

.requiredError, .legendRequired{
	color:#FF0000;
}

#f_agencement{
	border: 0 #FF0000;
}

#autProfilMessOblig{
	display: block;
	height: 16px;
	width: 130px;
	clear: both;
	float: left;
	margin: 0 0 0 180px !important;
	margin: 0 0 0 90px;
}

#agencMessOblig{
	display: block;
	height: 16px;
	width: 130px;
	clear: both;
	float: left;
}

#autAgencMessOblig{
	display: block;
	height: 16px;
	width: 130px;
	clear: both;
	float: left;
	margin: 0 0 0 210px !important;
	margin: 0 0 0 105px;
}

span.requiredError{
	float: left;
}

.inputError{
	float: left;
}

#plan-map{
	width: 500px;
	height: 300px;
	margin: 10px auto;
}

/**
 * PAGE EMPLOI
 */
#selectFormSearchEmploi{
	
}
	#selectFormSearchEmploi tr{
		display:block;
		margin:0 0 10px 0;
	}
	#selectFormSearchEmploi .blocLabel{
		width:100px;
		text-align:right;
		padding:0 5px 0 0;
	}
.select_f_searchEmploi{
	margin:0 0 0 10px;
	width:300px;
}

a.btnSearchEmploi, a.btnSearchEmploi:link, a.btnSearchEmploi:active, a.btnSearchEmploi:visited, a.btnSearchEmploi:hover{
	display:block;
	margin:0 auto;
	width:100px;
	height:17px;
	padding:1px 0 0 0;
	color:#FFF;
	text-align:center;
	background-image:url(../images/interface/bgBtn.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	text-decoration:none;
	text-transform:uppercase;
}

.emploi-list-offre{
	float:left;
	width:100%;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:dotted 1px #d1d1d1;
}

	.emploi-list-offre p{
		height: 32px;
		overflow: hidden;
	}

a.lireSuite, a.lireSuite:link, a.lireSuite:active, a.lireSuite:visited{
		color:#DC051D;
		float:right;
		font-style:italic;
		margin:5px 0 5px 0;
	}
	

.emploi-detail-offre{
	margin:0 0 15px 0;
}

/**
 * PAGE LIENS
 */
ul.partenaire li{
	clear: both;
	margin: 10px 0 0 0;
}

	ul.partenaire li img{
		float: left;
		margin: 10px 10px 10px 0;
	}
	
	ul.partenaire li p{
		margin: 10px 0 0 0;
	}
	
	ul.partenaire li div.right{
		text-align: right;
	}
	
	ul.partenaire li a{
		color: #DC051D;
	}

/**
 * SLIDESHOW
 */

#slideshow{
	float:left;
	width:514px;
	height:330px;
}

/**
 * BUTTONS
 */

a.btn, a.btn:link, a.btn:active, a.btn:visited{
	display:block;
	height:17px;
	padding:1px 0 0 0;
	color:#FFF;
	text-align:center;
	background-image:url(../images/interface/bgBtn.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	text-decoration:none;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
}
	
/*
 * PAGE SEARCH
 */

h2.titreResult{
	float:left;
	width:786px;
	border-bottom:1px solid #646464;
	color:#787878;
	font-style:italic;
	font-size:12px;
	line-height:22px;
	margin:10px 0;
}

.bloc-result{
	width: 650px;
	margin: 5px 0;
}

	.bloc-result p{
		text-align: justify;
	}

	.bloc-result a, .bloc-result a:link, .bloc-result a:visited, .bloc-result a:active{
		color:#DC051D;
	}

/**
 * ESPACE ADHERENT
 */
a#adherent, a#adherent:link, a#adherent:active, a#adherent:visited{
	position:absolute;
	right:22px;
	bottom:32px;
	width:100px;
	height:18px;
	padding:0 0 0 10px;
	background-image:url(../images/interface/bgBtnAdherent.html);
	background-position:0 0;
	background-repeat:repeat-x;
	color:#FFF;
}

#formAdherent{
	position:absolute;
	right:9px;
	top:1px;
	width:170px;
	height:110px;
	background-color:#9C9C9C;
	border:1px solid #cbcbcb;
	padding:5px;
}

#f_adherent label{
	float:left;
	color:#c8c8c8;
	text-transform:uppercase;
	padding:0 0 0 0;
} 

#f_adherent .inputAdherent{
	float:left;
	width:136px;
	height:17px;
	border:none;
	background:transparent;
	background-image:url(../images/interface/bgInputSearch.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}

#f_adherent .submitAdherent{
	float:right;
	border:none;
	background:transparent;
	color:#FFF;
	text-align:center;
	background-image:url(../images/interface/bgBtn.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	text-decoration:none;
	cursor:pointer;
	margin:0 0 5px 0;
}

div.connect, div.msgerr {
	background-color:#FFFAAD;
	border:3px solid #ECECEC;
	margin:8px 0 12px;
	padding:6px;
	width:490px;
	color:#4B4B4B;
}

a.submitContact, a.submitContact:link, a.submitContact:visited, a.submitContact:active{
	display:block;
	margin:0 auto;
	width:100px;
	height:17px;
	padding:1px 0 0 0;
	color:#FFF;
	text-align:center;
	background-image:url(../images/interface/bgBtn.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
}

/**
 * PLAN DU SITE
 */
ul#menu li ul li a{
	margin: 0 0 0 20px;
}

