@charset "iso-8859-2";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFF;
	font-family:"Trebuchet MS", verdana, sans-serif;
	behavior:url(css/csshover.htc);
	margin:0px;
	scrollbar-face-color: #cbe42e;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color:#FFF;
}

#contour{
	position:absolute;
	height:530px;
	width:100%;
	top:50%;
	margin-top:-300px;
	background:url(../images/fond_site.jpg);
	background-repeat:repeat-x;
}

#site{
	position:relative;
	margin:0px auto;
	width:970px;
	height:530px;
	background:url(../images/site.jpg);
}

#footer{
	position:relative;
	margin:0px auto;
	width:970px;
	height:20px;
	background:none;
	text-align:center;
	color:#bcc497;
}

#title_actu{
	position:absolute;
	width:150px;
	height:150px;
	/*background:url(../images/page/actu.jpg);*/
	left:792px;
	top:160px;
}


#title_references{
	position:absolute;
	width:150px;
	height:150px;
	background:url(../images/page/references.jpg);
	left:792px;
	top:160px;
}


#title_partenariat{
	position:absolute;
	width:150px;
	height:150px;
	background:url(../images/page/partenariat.jpg);
	left:792px;
	top:160px;
}



#title_mailing{
	position:absolute;
	width:150px;
	height:150px;
	background:url(../images/page/mailing.jpg);
	left:792px;
	top:160px;
}


#title_photo{
	position:absolute;
	width:150px;
	height:150px;
	background:url(../images/page/photo.jpg);
	left:792px;
	top:160px;
}


#title_contact{
	position:absolute;
	width:150px;
	height:150px;
	background:url(../images/page/contact.jpg);
	left:792px;
	top:160px;
}


/****** Typo lien *****/
.actu{
	position:absolute;
	left:33px;
	top:178px;
	color:#b7cd9f;
	font-size:38px;
	text-decoration:none;
	font-weight:bold;
}

.references{
	position:absolute;
	left:73px;
	top:230px;
	color:#b7cd9f;
	font-size:33px;
	text-decoration:none;
	font-weight:bold;
}

.partenariat{
	position:absolute;
	left:39px;
	top:279px;
	color:#b7cd9f;
	font-size:25px;
	text-decoration:none;
	font-weight:bold;
}

.mailing{
	position:absolute;
	left:93px;
	top:309px;
	color:#b7cd9f;
	font-size:25px;
	text-decoration:none;
	font-weight:bold;
}

.photo{
	position:absolute;
	left:30px;
	top:345px;
	color:#b7cd9f;
	font-size:25px;
	text-decoration:none;
	font-weight:bold;
}

.contact{
	position:absolute;
	left:110px;
	top:424px;
	color:#b7cd9f;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
}

.actu:hover , .references:hover , .partenariat:hover , .mailing:hover , .photo:hover , .contact:hover {
	color:#859841;
}
/******    fin    *****/


#news{
	position:absolute;
	width:470px;
	left:450px;
	top:180px;
	overflow-x:hidden;
	overflow:auto;
	height:315px;
	border:dashed 1px #D0DCC7;
}

#news .bloc_news{
	position:relative;
	width:435px;
	height:auto;
	margin-left:10px;
	margin-bottom:20px;
}

#news a{
	color:#b7cd9f;
	text-decoration:none;
	font-weight:bold;
}

#news a:hover{
	color:#b7cd9f;
	text-decoration:underline;
	font-weight:bold;
}


#news .bloc_news h1{
	font-size:18px;
	padding:0px;
	margin:2px 0px;
	color:#666;
}

#news .bloc_news h2{
	font-size:12px;
	padding:0px;
	margin:1px 0px 3px 0px;
	color:#999933;
}

#news .bloc_news .texte_news{
	font-size:11px;
	text-align:justify;
	color:#999999;
}

#news .bloc_news .texte_news img{
	float:right;
}



#news hr{	
	height: 1px;
	margin: 10px auto;
	padding: 0;
	color: #F00;
	background-color:#D0DCC7;
	border: 0;
	width:400px;
}


.bloc_ref{
	position:relative;
	width:440px;
	height:150px;
	background:none;
}

.bloc_ref img{
	float:left;
}

.title_ref{
	position:relative;
	width:435px;
	height:auto;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
	color:#990000;
	font-weight:bold;
}

.image_part{
	position:absolute;
	width:300px;
	height:200px;
	left:200px;
	top:115px;
	background:url(../images/fond_partenaire.jpg);
}

a img{
	border:none;
}
	
