@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
}

body{
	font-size:12px;
	color:#FFF;
	/*font-family:"Trebuchet MS", Verdana, Arial;*/
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	background:url(../images/design/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fffbcd;
}

#contour{
	position:relative;
	margin:10px auto 0px auto;
	width:970px;
	height:600px;
	top:5px;
	left:0px;
	border:3px solid #0A7B2D;
}

.accueil{
	background:url(../images/design/fond_accueil.jpg);
}
.contacts{
	background:url(../images/design/fond_contact.jpg);
}
.particuliers{
	background:url(../images/design/fond_particuliers.jpg);
}
.pro{
	background:url(../images/design/fond_pro.jpg);
}
.actu{
	background:url(../images/design/fond_actu.jpg);
}


#flash{
	position:absolute;
	width:310px;
	height:210px;
	background:none;
}

#menu{
	position:absolute;
	width:120px;
	height:205px;
	top:274px;
	left:10px;
}

#menu .menu{
	position:relative;
	width:120px;
	height:35px;
	margin-bottom:7px;
	background:none;
	text-align:center;
}


#menu .menu a{
	font-size:17px;
	color:#04632E;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-1px;
	display:block;
	padding:5px;
}

#menu .menu a:hover{
	color:#fbcd18;
}

#footer{
	position:absolute;
	top:581px;
	left:90px;
	height:15px;
	width:875px;
	background:none;
	font-size:11px;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover{
	color:#fbcd18;
}

#footer .credit{
	float:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:-0.02em;
}



h1{
	font-size:21px;
	font-weight:bold;
	margin-bottom:13px;
	text-align:left;
}

#compteur{
	position:relative;
	margin:5px auto;
	color:#666666;
	width:300px;
	text-align:center;
	font-size:10px;
}

/*************************************/
/************** ACCUEIL **************/
/*************************************/
#centre{
	position:absolute;
	left:220px;
	top:245px;
	width:400px;
	height:210px;
	background:none;
	text-align:justify;
	font-size:14px;
}

#centre span{
	display:block;
	margin-top:13px;
}

.prof{
	position:absolute;
	left:210px;
	top:483px;
}

.part{
	position:absolute;
	left:460px;
	top:483px;
}

.groslien{
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-0.05em;
}

.groslien:hover{
	color:#fbcd18;
}

#newser{
	position:absolute;
	left:736px;
	top:350px;
	width:165px;
	height:220px;
	text-align:justify;
}

.news{
	color:#000000;
	font-size:10px;
	margin-bottom:16px;
}

.news h1{
	margin:3px 1px;
	font-size:9px;
	color:#669966;
}

.news h2{
	margin:1px;
	font-size:11px;
	color:#333333;
}

.news img{
	float:left;
	margin:0px 2px 2px 0px;
}

#newser a{
	text-decoration:none;
	color:#333333;
}

#newser a:hover{
	color:#0A7B2D;
}

a img{
	border:none;
}

/************************************/
/************ PARTICULIERS **********/
/************************************/

#zone_image{
	position:absolute;
	left:220px;
	top:417px;
	width:690px;
	height:145px;
	background:none;
	overflow-x:scroll;
	overflow-y:hidden;
	color:#333333;
	font-size:10px;
}

#photo{
	float:left;
	margin:0px 10px 0px 0px;
	height:130px;
	width:160px;
}


/************************************/
/************ CONTACTS **************/
/************************************/
.contacts #centre span{
	position:relative;
	display:block;
	margin-top:-12px;
	padding:0px;
}

.contacts input{
	border:none;
	background:none;
	font-size:10px;
	padding-left:3px;
}

.contacts textarea{
	border:none;
	background:none;
	font-size:10px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
}

.contacts .nom{
	position:absolute;
	width:277px;
	height:15px;
	left:115px;
	top:55px;
}

.contacts .mail{
	position:absolute;
	width:277px;
	height:15px;
	left:115px;
	top:78px;
}

.contacts .adresse{
	position:absolute;
	width:277px;
	height:38px;
	left:115px;
	top:102px;
}

.contacts .tel{
	position:absolute;
	width:277px;
	height:15px;
	left:115px;
	top:148px;
}

.contacts .texte{
	position:absolute;
	width:277px;
	height:105px;
	left:115px;
	top:170px;
}

.contacts .submit{
	position:absolute;
	left:115px;
	top:285px;
	padding:0px;
}


#message{
	position:absolute;
	width:428px;
	height:35px;
	background:url(../images/design/message.jpg);
	background-repeat:no-repeat;
	left:208px;
	top:190px;
	padding:10px;
	color:#990000;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}


/*************************************/
/************** ACTUS  **************/
/*************************************/
.actu #centre{
	position:absolute;
	left:220px;
	top:245px;
	width:570px;
	height:310px;
	background:none;
	text-align:justify;
	font-size:14px;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right:5px;
}

.actu .news{
	color:#000000;
	font-size:12px;
	margin-bottom:16px;
}

.actu .news h1{
	margin:0px 1px;
	font-size:12px;
	color:#669966;
}

.actu .news h2{
	margin:1px;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.actu .news h3{
	margin:1px 0px 3px 1px;
	font-size:14px;
	color:#333333;
}

.actu .news img{
	float:left;
	margin:0px 4px 4px 0px;
}