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

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

a:hover{
	color:#630;
}

.navigation_active{
	color:#630;
	text-decoration:underline;
}
.langue_active{
	color:#630;
}

b{
	color:#000;	
}

h2{
	font-size:16px;
	color:#000000
}

h3{
	font-size:12px;
}

body{
	background-color:#f2f1ef;
}

#content{
	width:837px;
	height:705px;
	margin:20px auto;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}

#header{
	padding-right:26px;
	text-align:right;
	height:130px;
}

#contenu{
	/*width:780px;*/
	width:380px;
	height:522px;
	margin-left:31px;
	background-repeat:no-repeat;
	padding-left:300px;
	padding-right:100px;
	color:#000000;
}
#contenu_acces{
	width:780px;
	height:522px;
	margin-left:31px;
}
#contenu_equipe{
	/*width:780px;*/
	width:420px;
	height:522px;
	margin-left:31px;
	background-repeat:no-repeat;
	padding-left:300px;
	padding-right:60px;
	color:#000000;
}
#contenu_showroom{
	width:780px;
	height:670px;
	margin-left:31px;
}

#footer{
	margin-left:31px;
	height:60px;
}

fieldset{
	border:0px;	
}

label{
	margin-right:08px;	
}

#email{
	width:180px;
	margin-right:8px;
}

#submit{
	width:50px;
	background-color:#fff;
}