/* Les éléments généraux
-------------------------------------------------------- */
*{margin:0; padding:0;}

html{
	height: 100%;
}

body{
	height: 100%;
	background: #c3d5e2;
	color: #4485ab;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}

img{border: none;}

a:link, a:visited{text-decoration: none; color: #00588d;}
a:hover{text-decoration: none; color: #4485ab;}
a:active  {color: #ff0000;}

h1{margin: 0 0 34px 0; font-size: 24px; color: #fff; font-weight: normal;}
h2{margin: 0 0 5px 0; font-size: 20px; color: #83a62a;}
h3{margin: 15px 0 0 0; font-size: 16px; color:#83a62a;}
h4{margin: 5px 0; font-size: 12px; color: #fff; text-align: center;}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px;	
	line-height: 125%;
	text-align: justify;
}

.petit{
	font-size: 10px;
}


/* La Page (le container)
-------------------------------------------------------- */

#container{
	width: 786px;
	margin: 0 auto;
	background: #fff url(images/bg_container.gif) repeat-y;
	position: relative;
	min-height: 100%;
}
* html #container{
		height: 100%;
}

#page{
	width: 786px;
	min-height: 798px;
  	height: auto !important;
  	height: 798px;
	background: url(images/bg_page.jpg) no-repeat top;
	position: relative;
}


/* La Header
-------------------------------------------------------- */

#header{
	height: 206px;
}


/* Le Contenu
-------------------------------------------------------- */

#content{
	position:relative;
}


/*** Le menu ***/

#left{
	width: 194px;
	margin: 115px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	float: left;
}

#left ul{
	width: 194px;
	padding: 0 0 0 60px;
}

#left li{
	height: 25px;
	background: url(images/bg_menu.gif);
	list-style: none;
	margin: 0 0 3px 0;
}

#left li a{
	display: block;
	padding: 5px 0 0 8px;
}

/*** Le texte ***/

#right{
	width: 452px;
	padding: 7px 38px 0 0;
	position: relative;
	float: right;
}

#right a:link, #right a:visited{text-decoration: none; color: #83a62a;}
#right a:hover{text-decoration: underline; color: #4485ab;}
#right a:active  {color: #ff0000;}

#right ul{
	margin: 0 0 15px 0;
}

#right ul li{
	margin: 0 0 5px 20px;
}

#right ol li{
	margin: 0 0 5px 23px;
}

.bloc-image{
	background: #4082aa;
	padding: 10px;
	margin: 0 0 15px 0;
}

.first{
	margin: 0 10px 0 0;
}

#right label{
	float: left;
	width: 140px;
	padding: 2px 0;
}

#right input, textarea{
	width: 220px;
	margin-bottom: 5px;
	border: 1px solid #a6a7a9;
	padding: 2px;
	color: #6f6f6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right #submitbutton{
	background: #e5eef3;
	margin-left: 140px;
	width: 90px;
	color: #00588d;
}

#right br{
clear: left;
}

.logo{
	float: left;
}

.logo_nom{
	float: left;
	padding-top: 27px;
}

.vg{
	background: #4082aa;
	padding: 10px 10px 0 10px;
	margin: 0 12px 15px 0;
	float: left;
}

.vd{
	background: #4082aa;
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
	float: left;
}

.vg, .vd p{
	color: #fff;
}


/* Le Footer
-------------------------------------------------------- */

#footer{
	width: 786px;
	height: 202px;
	background: url(images/bg_footer.gif) no-repeat bottom;
	margin: 0 auto;
	clear: both;
	position: relative;
	bottom: 0;
}

#commandite{
	width: 688px;
	margin: 32px 0px 41px 60px;
	padding: 0px;
}

#commandite p{
	width: 688px;
	padding: 0px;
	margin-bottom: 0px;
	color: #00588d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

#copyright p{
	width: 688px;
	margin: 22px 0px 0px 60px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#top{
	background: url(images/bg_top.gif) no-repeat;
	width: 194px;
	height: 25px;
	margin: 0 0 0 60px;
}

#top a{
	display: block;
	padding: 5px 0 0 42px;
}