@charset "iso-8859-1";

/* structure de la base du site */
body, html{
	background:#FFF;
	color:#444;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 11px;
	cursor:default;
	position:relative;
	height:100%;
}

a:link{
	color:#000;
	text-decoration: none;
}
a:visited{
	color:#000;
	text-decoration: none;
}
a:hover{
	color:#fe0178;
	text-decoration: none;
}
a:active{
	color:#fe0178;
	text-decoration: none;
}

input,textarea{
	font-family:Tahoma, Geneva, sans-serif;
	padding:4px;
	background:#FFF;
	border:#444 1px solid;
	font-size:11px;
	color:#444;
}
.defaultSimpleSkin table.mceLayout {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background:#F0F0EE;
	border:1px solid #444;
	margin-top:10px;
}


#site{
	position:relative;
	width: 900px;
	margin:auto;
	top:10px;
}

.menu{
	font-size:15px;
	color:#000;
	overflow:hidden;
	width:100%;
	margin-top:-30px;
	padding-bottom:2px;
	border-bottom:#444 3px solid;
}
.menu_l{
	/*width:2px;
	height:34px;
	background:url(images/menu-l.png);*/
	float:left;	
}
.menu_m{
	float:left;
	overflow:hidden;
	width:100%;
	/*height:34px;
	width:892px;
	background:url(images/menu-m.png);
	*/
}
.menu_r{
	float:left;
	/*width:2px;
	height:34px;
	background:url(images/menu-r.png);
	*/
}
.menubtn{
	float:left;
	cursor:pointer;
	margin-right:20px;
	height:20px;
	/*text-shadow:0 -1px 0 rgba(150, 150, 150, 0.6);*/
}
.menusep{
	width:1px;
	float:left;
	background:#333;
	/*width:2px;
	background: url(images/menu-sep.png);
	height:32px;
	margin-top:1px;
	float:left;*/
}
.menubtn:hover{
	color:#F06;
	/*background:rgba(255, 255, 255, 0.5);*/
}

#header{
	width: 100%;
	height:200px;
}
.header{
	background-image:url(images/logo.png);
	position:absolute;
	width:240px;
	/*
	height:57px;
	top:50px;
	*/
	height:91px;
	top:35px;
}

#bottom{
	position:relative;
	width:100%;
	color:#999;
	font-size:9px;
	padding-top:5px;
	margin-top:50px;
	background:url(images/bottom.png);
	background-repeat:repeat-x;
}
#copyright{
	text-align:justify;
	float:left;
	width:300px;
}
#links{
	text-align:right;
	margin-top:10px;
	margin-bottom:15px;
}
.copyrightlinks{
	border-top:#FFF 1px solid;
	border-bottom:#DDD 1px solid;
	padding:2px;
	cursor:pointer;
	width:80%;
}
.copyrightlinks:hover{
	color:#F06;
}

.copyrighttitre{
	border-bottom:#DDD 1px solid;
	font-size:11px;
	color:#333;
	width:81%;
}


/*CONTACT FORM*/
.contactTextField{
}
.contactTextBox{
	margin-bottom:10px;
}
.contactSubmitt{
	background:#F06;
	color:#FFF;
	width:150px;
	border:none;
}
.formTitre{
	margin-top:10px;
	width:80px;
}
#formulaire{
	overflow:hidden;
	width:50%;
	float:right;
	margin-top:15px;
}
#informations{
	overflow:hidden;
	width:35%;
	float:left;
	padding-top:15px;	
}

/*DISTRIBUTION*/
.region{
	border:#CCC 1px solid;
	background-color:#FFF;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin-left:6px;
	margin-bottom:6px;
	cursor:pointer;
	-moz-border-radius: 5px;
}