@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
	background-position: top left;
	background-repeat:no-repeat;
	}

/*----------------------- HEADER ------------------------------*/

#header {
	width:1024px;
	height:325px;
	position:absolute;
	}
	
/*----------------------- QUALITY ------------------------------*/


#bloc_quality {
	width:718px;
	height:280px;
	background-color:#FFFFFF;
	background-image:url(../img/bgrepeat.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:344px;
	left:117px;
	border-bottom:#e7e7e7 1px solid;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-top:#ffffff 1px solid;
	}
	
#picto_quality {
	width:65px;
	height:47px;
	position:absolute;
	/*background-image:url(../img/picto_quality.png);*/
	top:400px;
	left:101px;
	}
	
	
/*----------------------- SERVICES ------------------------------*/


#bloc_services {
	width:718px;
	height:330px;
	background-color:#FFFFFF;
	background-image:url(../img/bgrepeat.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:626px;
	left:117px;
	border-bottom:#e7e7e7 1px solid;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-top:#ffffff 1px solid;
	}
	
#picto_services {
	width:65px;
	height:47px;
	position:absolute;
	/*background-image:url(../img/picto_services.png);*/
	top:682px;
	left:101px;
	}

#doctor {
	width:241px;
	height:242px;
	/*background-image:url(../img/doctor.png);*/
	background-position:bottom;
	float:right;
	/*background-color:#003366;*/
	margin-top:21px;
	}


/*----------------------- CONTACT ------------------------------*/


#bloc_contact {
	width:718px;
	height:280px;
	background-color:#FFFFFF;
	background-image:url(../img/bgrepeat.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:958px;
	left:117px;
	border-bottom:#e7e7e7 1px solid;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	border-top:#ffffff 1px solid;
	
	}
	
#picto_contact {
	width:65px;
	height:47px;
	position:absolute;
	/*background-image:url(../img/picto_contact.png);*/
	top:1015px;
	left:101px;
	}

#picto_tel {
	width:240px;
	height:46px;
	/*background-image:url(../img/picto_tel.png);*/
	position:absolute;
	top:1167px;
	left:611px;
	}
	
	
/*----------------------- FORMULAIRE ------------------------------*/


#bloc_form {
	width:720px;
	height:600px;
	position:absolute;
	top:1241px;
	left:117px;
	/*background-color:#006600;*/
	}
	
#picto_send {
	width:84px;
	height:46px;
	position:absolute;
	bottom: 19%;
	right:-15px;
	}
	
#form_gauche {
	width:200px;
	height:500px;
	/*background-color:#999999;*/
	float:left;
	padding-top:18px;
	}
	
#form_droite {
	width:480px;
	height:500px;
	/*background-color:#00CC33;*/
	float:right;
	position:relative;
	padding-top:15px;
	}
	
#champ_texte {
	width:480px;
	height:330px;
	background-color:#00FFCC;
	}


/*----------------------- FORMULAIRE ------------------------------*/

.inputgauche {
	font-size:11px;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	width:186px;
	height:18px;
	color:#383736;
	padding:1 0 1px 4px;
	margin-bottom:6px;
}

.inputgauche:hover {
	border:1px solid #aca6a1;
}

.inputgauche:focus {
	border:1px solid #383736;
}



textarea {
	background-color:#ffffff;
	border:1px solid #eeeeee;
	width:474px;
	height:324px;
	color:#383736;
	padding:4px 0 0 4px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


textarea:hover {
	border:1px solid #aca6a1;
}

textarea:focus {
	border:1px solid #383736;
}


.red{
	color: #FF0000;
	border: 1px solid #CC3333;
	background-color:#ffedeb;
	padding:5px;
		font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 9pt;


}

.green{
	color:#009900;
	border: 1px solid #009900;
	background-color:#f8ffe8;
	padding:5px;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 9pt;
	font-weight:bold;


}



/*----------------------- FORMATTAGE POLICES ------------------------------*/
	
	
p {
	padding-left:65px;
	padding-right:50px;
	padding-bottom:15px;
	color:#645f5a;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	}
	
.servicefloat {
	padding-left:65px;
	padding-bottom:15px;
	color:#645f5a;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	float:left;
	width:410px;
	/*background-color:#003399;*/
	}
	
.grasnoir {
	color:#383736;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	font-weight:bold;
	}
	
.typeform {
	color:#645f5a;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	}
	
.typeformgrasnoir {
	color:#383736;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	font-weight:bold;

	}


	

/*----------------------- LIENS ------------------------------*/


a:link {
	color:#60a9e0;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	text-decoration:underline;
}
a:visited {
	color:#60a9e0;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	text-decoration:underline;
}	
a:active {
	color:#60a9e0;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	text-decoration:underline;
}

a:hover {
	color:#60a9e0;
	font-family:Helvetica;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10pt;
	text-decoration:underline;
}


/*----------------------- FOOTER ------------------------------*/


#footer {
	width:720px;
	height:auto;
	position:absolute;
	top:1950px;
	left:116px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
}


#footer a:link {
	color:#9c9c9c;
	text-decoration:none;
}
#footer a:visited {
	color:#9c9c9c;
	text-decoration:none;

}	
#footer a:active {
	color:#9c9c9c;
	text-decoration:none;

}

#footer a:hover {
	color:#9c9c9c;
	text-decoration:none;

}



/*-------------*/

