html {
	font-size: 100%;
}

body { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	background-position:top;
} 
#conteneur {
	position: relative;
	top: 0px;
	width: 845px; 
	margin: auto;
	background-color: #FFF;
	background-image: url("../images/header.gif");
	background-repeat:no-repeat;
	background-position:top;
}

img {
	border: 0px;	
}

li {
	font-size: 100%; 
	display : list-item;
	list-style-image : url(puce.gif);
	list-style-position: inside;
	padding-left: 3px;
} 

a:link {
	color: #000;
	text-decoration: none
}

a:visited {
	color: #000;
	text-decoration: none
}

a:active {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #888888;
}


/*********** footer ************/

#footer {
	position: relative;
	clear: both;    
	height: 17px;
	top:0px;
}

#footer #copyright {
	color: #000;
	font-size: 9px;
	font-weight: bold; 
	padding-top: 2px;
}

/********** NOTRE ENTREPRISE ********/
#photo{
	float:right;
	margin-right:10px;
	margin-top:1px;
}
#texte_present{
	float:left;
	font-size: 13px;
	color:#000;
	margin-left:150px;
	margin-top:30px;
	width:600px;
	text-align:justify;
}

/******FORMULAIRE CONTACT *****************/

form { 
	margin: 2em;	
}
fieldset { 
	padding: 1em;	
}

#centre_fond form label {
	display: inline;
	float: left;
	width: 200px;
	font-weight: bold;
	margin-top: 5px; 
}


.texte {
	padding-left: 25px;
	padding-right: 25px;
}

#centre_fond { 
	float: left;
	width: 480px;
	margin-top: 0px;
	margin-left: 30px;
	text-align: justify;
} 

.form_texte {
	margin-top:3px;
	color:#000;
	background-color:#F9F9F9;
	border-color:#C4C4C2;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#C4C4C2;
	width:300px;

}
.form_texte2 {
	margin-top:3px;
	color:#000;
	background-color:#F9F9F9;
	border-color:#C4C4C2;
	border-style:solid;
	border-width:1px;
	border-color:#C4C4C2;
	width:300px;
}
.form_textezone {
	color:#000;
	background-color:#F9F9F9;
	border-color:#C4C4C2;
	border-style:solid;
	border-width:1px;
	width:300px;
}
#img_contact{
	float:right;
	margin-right:50px;
	margin-top:90px;

}
