*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #c90e0e;
	text-align: center;
	font-family: arial;
	background-position:center top;
	background-image:url(../images/fond.jpg);
	background-repeat:no-repeat;
		SCROLLBAR-BASE-COLOR:#C90E0E;  	SCROLLBAR-FACE-COLOR: undefined;	SCROLLBAR-SHADOW-COLOR:#800000;	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;	SCROLLBAR-3DLIGHT-COLOR:#C90E0E;	SCROLLBAR-DARKSHADOW-COLOR: #800000;	SCROLLBAR-TRACK-COLOR:#eeeeee;	SCROLLBAR-ARROW-COLOR: #FFFFFF;
}

img
{
border:0px;


}

#centreur {

	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
	min-height: 581px;
}

#banniere
{
	position:absolute;
	font-weight: bold;
	color: white;
	top:0px;
	left:0px;
	width: 100%;
	text-align: center;
}

#banniere div
{	margin-left:130px;
	width:600px;
	color:Navy;
}

#banniere a
{	margin-left:130px;
	width:600px;
	color:Navy;
}
	
#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#content {
	margin-right: 150px;
}
/** partie centrale **/
#main {
	margin-left: 150px;
	padding-top: 70px;
	/* background-color: orange; */
}

#mainServices 
{
	
}

#main  a{
	color: #c90e0e;
}


/** fin partie centrale **/
/** Menu gauche **/
#left {
	width: 150px;
	float: left;
}
#left ul{
	text-align: left;
	padding-top: 50px;
	font-family: arial;
	font-weight: bold;
	font-size: 0.9em;
	list-style-type: none;
	padding-left: 10px;
}
#left li{
	margin-bottom: 53px;
}
#left li a{
	color: #ffffff;
	text-decoration: none;
}
#left li a:hover{
	text-decoration: underline;
}

#left img
{ border:0px;
}
/** fin Menu gauche **/

/** partie droite **/
#right {
	width: 150px;
	float: right;
	padding-top: 100px;
}
/** fin partie droite **/

/** footer **/
#containFooter{
	/* necessaire pour enlever le align-center de body pour IE */
	text-align: left;
	
}
#footer{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 470px;
	font-family: arial;
	font-size: 0.7em;
	background: transparent;
}
#footer h4{
	color: #c90e0e;
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
}

#footer a{
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
}
#footer #lienFooter{
	margin-top: 30px;
	
}
#footer span{
	font-style: italic;
	font-size: 0.9em;
	
}
#footer .mail{
	font-family: arial;
	font-size: 1em;
	color: black;
	font-weight: normal;
	
}
/** fin footer **/

.clearing {
	height: 0;
	clear: both;

}

.calc
{

	text-align: left;
	border: 1px solid #c90e0e;
	width: 400px;
	margin: auto;
	margin-top:60px;
	margin-left:0;
	margin-bottom: 20px;
	padding-left:0px;
	padding-bottom: 10px;
	font-size:12px;
}
.calc .titreCalc{
	background-color: #c90e0e;
	color: white;
	padding:0px;
	margin:0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.calc label{
	font-weight: bold;
	display: inline;
	/*float: left;*/
	vertical-align: bottom;
	width: 200px;
	padding-left:5px;
	font-size:12px;
	/* background-color: orange; */
}
.calc input{
	width: 70px;
	font-size: 0.9em;
}
.calc .center{
	text-align: center;
	margin: 10px;
}

.bouton
{	font-weight: bold;
	color: #c90e0e;
}

.imMid{
	vertical-align: middle;
	border:0;
}