@charset "iso-8859-1";
*{
	margin: 0;
	padding: 0;
}

/* Découpe par Jonathan : http://www.cr3aweb.com */

body
{
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 11px;
	width: 937px;
	background-color: #464646;
}
#reseau
{
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	float: left;
	width: 114px;
}

a 		 { color: black; text-decoration: none; }
a:hover 	 { color: black; text-decoration: underline; }
img		 { border: 0; }

input.search
{
	font-weight: bold;
	font-size: 10px;
	width: 100px;
	padding: 4px;
	border: 2px solid PaleGoldenRod;
	background-color: LightYellow;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px
}

input.submit
{
	font-size: 11px;
	width: 50px;
	padding: 4px;
	padding-right: 6px;
	text-align: center;
	border: 1px solid PaleGoldenRod;
	background-color: PaleGoldenRod;
	cursor: pointer;

	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius: 5px
}

label 		 { display: block; width: 300px; float: left; }

.devis		 { text-align: center; border-top: 2px dashed green; margin-top: 10px; padding-top: 15px; font-size: 12px; color: #4AE564; font-weight: bold; }
.devis a 	 { color: #4AE564; text-decoration: none; }
.devis a:hover { color: #4AE564; text-decoration: underline; }

#contenu
{
	margin: 0 auto;
	width: 712px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	background: transparent url('images/02/fond.png') repeat-y top;
	position:relative;
}
#logo
{
	margin: 0 auto;
	width: 262px;
	height: 106px;
	float: left;
	background: url('images/02/logo.png') top left;
}
#navigation
{
	text-align: right;
	margin: 0 auto;
	height: 40px;
}
#espmbr
{
	margin: 0 auto;
	margin-left: -20px;
	margin-top: 107px;
	float: left;
	width: 175px;
}
.espmbr_haut
{
	background: url('images/03/res-haut.png') no-repeat;
	width: 175px;
	height: 18px;
}
.espmbr_mil
{
	background: url('images/03/res-milieu.png') repeat-y;
	width: 155px;
	min-height: 50px;
	color: #464646;
	padding-left: 10px;
	padding-right: 10px;
}
.espmbr_bas
{
	background: url('images/03/res-bas.png') no-repeat;
	width: 175px;
	height: 18px;
}
#left-content
{
	float: left;
	margin-top: 0px;
}
.left-haut
{
	background: url('images/03/left-haut.png') no-repeat;
	width: 500px;
	height: 18px;
}
.left-milieu
{
	background: url('images/03/left-milieu.png') repeat-y;
	width: 480px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.left-milieu .menu a
{
	border: 1px solid black;
	color: black;
	background-color: #DADFDE;
	padding: 2px 5px 2px 5px;
	text-align: center;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.left-milieu .menu a:hover
{
	border: 1px solid #DADFDE;
	color: #DADFDE;
	background-color: black;
	padding: 2px 5px 2px 5px;
	text-align: center;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.left-milieu a
{
	color: #ffffff;
	text-decoration: none;
}
.left-milieu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.left-milieu-titre a
{
	font-size: 14px;
	font-weight: bold;
	color: LimeGreen;
	text-decoration: none;
	font-variant: small-caps;
}
.left-milieu-titre a:hover
{
	color: LimeGreen;
	text-decoration: underline;
}
.left-bas
{
	background: url('images/03/left-bas.png') no-repeat;
	width: 500px;
	height: 18px;
	margin-bottom: 10px;
}
#right-content
{
	margin-left: 12px;
	float: left;
	margin-top: 0px;
}
.right-haut
{
	background: url('images/03/right-haut.png') no-repeat;
	width: 200px;
	height: 18px;
}
.right-milieu
{
	background: url('images/03/right-milieu.png') repeat-y;
	width: 180px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.right-milieu a
{
	color: #ffffff;
	text-decoration: none;
}
.right-milieu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}	
.right-bas
{
	background: url('images/03/right-bas.png') no-repeat;
	width: 200px;
	height: 18px;
	margin-bottom: 10px;
}

.formulaireRegisterV
{
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #333;
	padding: 1px;
}

.first p label {
	width: 200px;
	display: block;
	float: left;
}