@charset "UTF-8";
/* CSS Document */



/* COMMUNS */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#5f6d73;
	font-family: Helvetica, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
}

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

a:hover {
	color: #353c40;	
}

img {
	border: 0;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
}


ul,li {
	margin: 0;
	padding: 0;
}

.nettoyeur {
	height:10px;
	clear: both;
	margin: 0;
	padding: 0;
}






/* MENU */
	 
#menu {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	width: 145px;
	height:50px;
	text-align: center;
	background-image: url(../IMG/interface/menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	list-style-image: none;
}

#menu li a {
	display: block;
	color: #fff;
	background-image: url(../IMG/interface/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a:hover {
	background-position: center top;
}

#menu li a.on {
	background-position: right top;
	color:#5f6d73;
}

/* ENTETE */
 
#entetehome {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height:280px;
	overflow:hidden;
}

#entete {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height:240px;
	overflow:hidden;
}

#logo {
	width: 292px;
	float: left;
	margin-top: 85px;
	
}

#repro {
	float: left;
}



/* CONTENU */

#contenu {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

#textehome1 {
	width: 365px;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0;
}

#textehome1 h2, #textehome2 h2{
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ef6401;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

#textehome1 h2 em, #textehome2 h2 em{
	font-style:normal;
	color:#ef6401
}

#textehome1 h3, #textehome2 h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 0;
	padding:0;
	background-image:none;
}



#textehome2 {
	width: 385px;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0;
}

#texte {
	width: 530px;
	text-align: left;
	float:right;
	padding-left: 20px;
	padding-right: 30px;	
}

#texte h2{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ef6401;
	margin-top: 11px;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

#texteoffres {
	width: 530px;
	text-align: left;
	float:right;
	padding-left: 20px;
	padding-right: 30px;	
}


#texteoffres h1{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ef6401;
	margin-top: 9px;
	padding-bottom: 8px;
	margin-bottom: 17px;
	line-height:20px;
}


#texteoffres h3{
	font-size: 14px;
	background-image:none;
	padding-left:0;
	margin-top:30px;
	margin-bottom:15px;
	color:#ef6401;
}


#sousmenu {
	width: 256px;
	padding-left: 17px;
	padding-right: 15px;
	text-align: left;
	float: left;
}

#sousmenu h2{
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../IMG/interface/sousmenu-h2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	line-height: 40px;
	height: 45px;
	padding-left: 15px;
}

#sousmenu h2 a{
	display:block;
	color: #FFFFFF;
}

#sousmenu h2 a:hover {
	color: #ef6401;	
}

#sousmenu ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sousmenu ul {
	background-image: url(../IMG/interface/sousmenu-middle.gif);
	background-repeat: repeat-y;	
	padding-bottom:15px;
	padding-top:3px;
}

#sousmenu .top {
	background-image: url(../IMG/interface/sousmenu-top.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 256px;
}
#sousmenu .bottom {
	background-image: url(../IMG/interface/sousmenu-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 256px;
}

#sousmenu li {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 32px;
	font-size: 12px;
	color: #ef6401;
	font-weight: bold;
	background-image: url(../IMG/interface/sousmenu-li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
}

#sousmenu a {
	color: #5f6d73;	
}

#sousmenu a:hover {
	color: #353c40;	
}

#sousmenu a.on {
	color: #ef6401;
}


#sousmenu .coordonnees {
	background-image: url(../IMG/interface/sousmenu-middle.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
	color: #5f6d73;	
}

#sousmenu .coordonnees a {
	color:#ef6401;
}

#sousmenu .coordonnees a:hover {
	color:#353c40;
}




/* PIED DE PAGE */

#piedpage {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	text-align: left;
	height:60px;
	background-image: url(../IMG/interface/piedpage.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#fff;
}

#adresse {
	width: 400px;
	padding-left: 32px;
	margin: 0;
	float: left;
}

#adresse h3 {
	display:inline;
	color:#ef6401;
	font-size: 12px;
}

#adresse2 {
	width: 400px;
	padding-right: 32px;
	margin: 0;
	float: right;
	text-align: right;
}


/* MENTIONS*/
	
#mentions {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
}


/*FORMULAIRE */

#formulaire form {
	margin: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6d73;
	
}

#formulaire input {
	width: 169px;
	color: #353c40;
	padding:0;
	margin: 0;
	background-color: #d1d6d9;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	
}
#formulaire label {
	
}

#champobjet input {
	width: 440px;
}



#formulaire TEXTAREA {
	width: 440px;
	height: 80px;
	background-color: #d1d6d9;
	color: #353c40;
	padding: 0;
	margin: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	
}

#formulaire .alerte {
	font-weight: bold;
	font-size: 12px;
	color: #ef6401;
}

#formulaire .message {
	font-weight: bold;
	font-size: 12px;
}

#formulaire .focus {
	background: #ef6401;
}

#formulaire #submit {
	cursor: pointer;
	padding: 1px;
	background-color: #d1d6d9;
	width: 100px;
	font-weight: bold;
	margin: 0;
}
#formulaire #submit:hover {
	background-color: #ef6401;
}


