﻿body{
	margin:0;
	color:#333;
	font-size:14px;
	background:#1f2326 url(../img/bg_body.gif) top left repeat-x;
}

#page{
	width:888px;
	overflow:hidden;
	margin:35px auto 20px auto;
}

#menu{
	width:306px;
	float:left;
}

#menu h1{
	text-align:right;
	margin-bottom:10px;
	height:45px;
}

#menu ul li{
	padding:5px;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #dbdbdb;
}

#menu ul li div.inner{
	padding:10px 5px;
}

#menu ul li div.inner h3{
	color:#fff;
	margin-bottom:8px;
}

#menu ul li div.inner p{
	font-weight:bold;
	font-size:14px;
}

#menu ul li div.bleu{
	background:#79bbff url(../img/bg_bleu.gif) top left repeat-x;
}

#menu ul li div.vert{
	background:#bff668 url(../img/bg_vert.gif) top left repeat-x;
}

#menu ul li div.orange{
	background:#ffd530 url(../img/bg_orange.gif) top left repeat-x;
}

#content{
	width:570px;
	float:right;
}

#content h2{
	text-align:right;
	margin-bottom:10px;
	height:45px;
}

#content .inner{
	padding:20px 10px;
	border:5px solid #fff;
	background:#f1f1f1 url(../img/bg_inner.gif) top left repeat-x;
}

#content .inner h3{
	font-size:18px;
	margin-bottom:35px;
}

#content .inner p{
	margin-bottom:22px;
}

#content .inner a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#content .inner a:hover{
	text-decoration:underline;
}

#content .inner p.desc{
	margin-bottom:5px;
}

#content .inner ul{
	padding-left:50px;
	margin-bottom:22px;
}

#content .inner ul li{
	padding-left:20px;
	margin-bottom:5px;
	background:url(../img/fleche.gif) 0px 6px no-repeat;
}

#content .inner form fieldset{
	padding-left:50px;
}

#content .inner form fieldset label{
	font-weight:bold;
	margin-right:10px;
}

#content .inner form fieldset input#email{
	margin-right:10px;
	height:19px;
	width:190px;
	padding:2px 3px;
	border:1px solid #ccc;
	background:url(../img/input.gif) top left repeat-x;
	color:#999;
}

#content .inner form fieldset input#email:focus{
	border:1px solid #a2a2a2;
	background:url(../img/input_focus.gif) top left repeat-x;
	color:#333;
}

#content .inner form fieldset input#envoyer{
	padding:3px 40px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#999;
	height:25px;
	border:1px solid #ccc;
	background:url(../img/input.gif) top left repeat-x;
}
#content .inner form fieldset input#envoyer:focus{
	border:1px solid #a2a2a2;
	background:url(../img/input_focus.gif) top left repeat-x;
	color:#333;
}
