html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.conteneur { 
	width: 100%;
	height: 100%;
	position: absolute;
	background:url(../images/body_bg.gif) #90011f;
	
}

.header {
	height: 55px;
	background:url(../images/header_bg.gif);
}
.bando {
	color: #FFFFFF;
	background-color: #FF9900;
	font-size: 12px;
}
.bando_centre {
	color: #000000;
	/* background-color: #FF9900; */
	background-color: #FFCC33 ;
	font-size: 12px;
	background-position: center;
	text-align: center;
}
.ecrit_blanc {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #FFCC00;
}
.frame_contenu{
	padding:37px 0 10px 0;
}
.frame_contenu_large{
	padding:37px 0 10px 0;
}
.frame_contenu_prodetail{
	padding:0 0 10px 0;
}
.frame_contenu_actu{
	padding:0 0 10px 0;
}
.footer {
	background-color: #a00223;
}
.footer_copyright {
	background-color: #780009;
	width:490px;
	margin-left:140px;
	height:auto;
	text-align:center;
	color:#cc3366;
	font-weight:bold;
}
p {
 padding:5px 10px 0 57px;
 text-align:justify;
}

/*################### MENU #################*/
li.nopuce{
	list-style-type: none;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}
#menur {
	text-align:left;
	color:#ffcc66;
	font-size:10px;
	width: 138px;
	padding-bottom:35px;
}
#menur dt {
	margin: 2px;
	width:136px;
	height: 14px;
	text-align: left;
	font-size:11px;
	border-top:1px solid #cccccc;
}
#menur dd{
	padding-left:15px;
}
#menur dt a{
	color:#666666;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menur li {
	text-align: left;
	margin:1px 0 0 0;
	width:110px;
}


#menur li a {
	color:#000000;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menur li a:hover {
	background: #f2a113;
	/*font-weight:bold;*/
	color:#990000;
}

#m_accueil a:hover{
	background:#ff6600;
	/*font-weight:bold;*/
}
#m_flachot a:hover{
	background:#9f0223;
	/*font-weight:bold;*/
	color:#ffff66;
}
#m_produit a:hover{
	background:#f2a113;
	/*font-weight:bold;*/
	color:#990000;
}
#m_nautisme a:hover{
	background:#009999;
	/*font-weight:bold;*/
	color:#99ffff;
}
#m_astuces a:hover{
	background:#a5a480;
	/*font-weight:bold;*/
	color:#333300;
}
#m_presse a:hover{
	background:#c4d465;
	/*font-weight:bold;*/
	color:#624f27;
}
#m_contact a:hover{
	background:#fe0101;
	/*font-weight:bold;*/
	color:#ffffff;
}
#m_contact a{
	border-bottom:1px solid #cccccc;
}

/*############# FORMULAIRE #################*/
input {
	border:1px solid #cc8f51;
	background-color:#f3e6a7;
	font-size:9px;
	width:208px;
	font-family: Verdana, sans-serif;
	color:#000000;
	height:auto;
}
input.submit{
	width:100px;
}
select {
	border:1px solid #D5D5D5;
	background-color:white;
	font-size:10px;
	font-family: Verdana, sans-serif;
	color:#606060;
	height:auto;
}

textarea {
	border:1px solid #cc8f51;
	background-color:#f3e6a7;
	font-size:9px;
	width:208px;
	height:50px;
	font-family: Verdana, sans-serif;
	color:#000000;
}


/*################# LIENS ######################*/
a:link {
	color: #f3e6a7;
	text-decoration:underline;
}
a:visited {
	color: #f3e6a7;
	text-decoration:underline;
}
a:hover {
	color: #ff6600;
	text-decoration:none;
}
a:visited:hover {
	color: #ff6600;
	text-decoration:none;
}