/*
Design
*/

html {
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	font-family: verdana;	
	font-size: 11px;
	background-image: url("../img/fond_motif.jpg");
	background-repeat: repeat;
	height: 100%;
}

.body_center {
	background-color: #FFFFFF;
	width: 672px;
	margin: auto;
	height: 100%;
	overflow: visible;
}

.body_center2 {
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: top; /*middle;*/
	height: 100%;
}

.page {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	width: 574px;
}


.logo {
	padding-top:35px;
	padding-bottom:15px;
}

.logo_img {
	width: 97px;
}


.menu
{
	margin-top:20px;
}

.menu a
{

}

.menu a:hover
{
	
}

.menu_mid {
	text-align:center;
}

.menu_rig {
	text-align:right;
}

.menu_lef {
	text-align:left;
}

.menu_space {
	width:25px;
}

#sous_menu_produits {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 56px;/*45px;*//*49px;*/
	width: 300px;
}

#sous_menu_magasins {
	position: absolute;
	visibility: hidden;
	top:0px;
	left: 134px;/*104px;*//*117px;*/
	width: 300px;
}

#sous_menu {
	position:relative;
	height:12px;
	margin-bottom:4px;
}

a
{
	color: #444488;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

a img {
	border: 0px solid black;
}

.main
{	
	background-color: #FFFFFF;
}


.footer
{
	margin-top: 28px;
	padding: 1px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	
	text-align: right;
	font-size: 9px;
	
	color: #888888;
	border-top: 1px solid #000000;
}

.fielderror {
	color: red;
	font-weight: bold;
}

.fieldreq {
	color: #2D231A; /*#1A100E;*/
	font-weight: bold;
} 

.bloc {
	padding:0px;
	margin:0px;
	border:0px solid black;
}

.bloc img {
	padding:0px;
	margin:0px;
	border:1px solid black;
}

.contact_rubrique {
	color: black;
	font-weight: bold;
	padding-left: 0px; /*6px;*/
}

.contact_title {
	color: white;
	background-color: #2D231A; /*#1A100E;*/
	font-weight: bold;
	padding-left: 0px; /*6px;*/
	text-align: center;
	font-size:15px;
}

.tableaubloc {
	width: 100%;
	height: 356px;
	padding:0px;
	margin:0px;
}


.contact {
	font-size: 10px;
}

.galerie {
	width: 100%;
	height: 356px;
	background-image:url('../img/galerie/galerie/photo1.jpg'); 
	background-repeat:no-repeat; 
	background-color:white;
	background-position:center center;
	border:1px solid black;
}

.transp1 {
	width: 100%;
	height: 356px;
	background-image:url('../img/transp.png'); 
	background-repeat:repeat; 
	visibility:hidden;
}

.transp2 {
	width: 100%;
	height: 356px;
	background-image:url('../img/transp7.png'); 
	background-repeat:repeat; 
	visibility:hidden;
}