html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	color: #4F4F4F;
	background: #FFF;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 90%;
}

img 
{
	border: 0;
}

#top
{
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 90px;
}

#topmenu
{
	margin-top: 35px;
	float: left;
}

#topmenu li
{
	display: inline;
	padding-bottom: 10px;
	margin: 0 13px;
}

#topmenu li a
{
	color: #5EBB13;
	font-size: 125%;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-decoration: none;
}

#topmenu li a:hover
{
	color: #86BB13;
}

li#topmenu_selected a
{
	font-size: 165%;
	color: #86BB13;
	padding-bottom: 10px;
	background: url('img/top_link_selected.png') no-repeat bottom center;
}

li#topmenu_selected a:hover
{
	color: #5EBB13;
}

#toplogo
{
	float: right;
	width: 156px;
	height: 65px;
	margin-top: 13px;
}

#bandeau
{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: 200px;
	background: url('img/bandeau_bg.png') top left repeat-x;
	text-align: center;
}

#bandeau h1
{
	color: #A8BA5A;
	font-size: 110%;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #A8BA5A;
	text-align: right;
}

#bandeau p
{
	color: #687723;
}

#conteneur_bandeau
{
	margin: 0 auto;
	width: 800px;
}

#bandeau_gauche
{
	background: url('img/bandeau_bulle.png') top left no-repeat;
	height: 200px;
	width: 530px;
	float: left;
	text-align: left;
}

#bandeau_gauche p
{
	padding: 10px 0 10px 130px;
}

#bandeau_droite
{
	background: url('img/bandeau_gauche_bg.png') top left no-repeat;
	height: 200px;
	width: 210px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}

#contenu
{
	margin: 0;
	width: 100%;
	background: white url('img/contenu_bg.png') top left repeat-x;
}

div#gauche
{
	float: left;
	width: 222px;
	margin: 15px;
}

div#contenu_gauche
{
	background: #E2EEAE url('img/menu_vert_bottom.png') bottom left no-repeat;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
}

div#contenu_gauche p
{
	padding: 7px;
	margin: 0;
}

h1#h1_gauche
{
	margin: 0;
	background: url('img/menu_vert_top.gif') bottom left no-repeat;
	height: 45px;
	width: 100%;
	text-align: right;
}

h1#h1_gauche span
{
	padding: 0 60px 10px 0;
	font-size: 70%;
	font-weight: normal;
	color: #8D9D44;
}

div#droite
{
	float: right;
	width: 245px;
	margin: 15px;
}

div#contenu_droite
{
	background: #ADC9ED url('img/menu_bleu_bottom.png') bottom left no-repeat;
	width: 100%;
	margin: 0;
}

div#contenu_droite p
{
	padding: 7px;
	margin: 0;
}

h1#h1_droite
{
	margin: 0;
	background: url('img/menu_bleu_top.gif') bottom left no-repeat;
	height: 45px;
	width: 100%;
	text-align: right;
}

h1#h1_droite span
{
	padding: 0 60px 10px 0;
	font-size: 70%;
	font-weight: normal;
	color: #4170AD;
}

#centre
{
	margin: 0;
	padding-top: 15px;
	margin-left: 250px;
	margin-right: 270px;
}

#div_center
{
	margin: 0 auto;
	background-color: black;
}

#all
{
	text-align: center;
}

#preview
{
	overflow: hidden;
	width: 240px;
}

.gaucheinput
{
	width: 201px;
	height: 30px;
	margin-left: 5px;
	background: url('img/input_search_bg.png') no-repeat top left;
}

#bandeau input, #bandeau select, #contenu_gauche input, #contenu_gauche select
{
	width: 185px;
	border: 0;
	background-color: white;
	position: relative;
	top: 6px;
	left: 7px;
}

#profiltable td div{ padding: 30px; }

.tabletitle
{
	height: 48px;
	font-size: 130%;
	color: white;
	padding: 0 15px !important;
	margin: 10px 0;
	background: #E6E7EB url('img/tabletitle_bg.png') no-repeat;
}

#contenu_droite a, #contenu_gauche a 
{
	color: #787878;
}

#contenu_droite a:hover, #contenu_gauche a:hover 
{
	color: #AEFF00;
	background-color: #787878 !important;
	-moz-border-radius: 5px;	
}

.contenulink
{
	text-decoration: none;
	color: #97DD00;
	padding: 3px 10px;
}

.contenulink:hover
{
	color: #AEFF00;
	background-color: #787878 !important;
	-moz-border-radius: 5px;	
}

#footer
{
	display: block;
	width: auto;
	height:200px;
	background: #36393E;
	float: left;
	border-top: 8px #C6D47C solid;
	margin-top: 30px;
}

#footer ul 
{
	margin-left: 150px;
	list-style-type: none;
	float: left;
}

#footer a
{
	color: white;
	text-decoration: none;
	padding: 7px 20px;
	-moz-border-radius: 8px;
}

#footer a:hover
{
	background-color: #E01A44;
	
}

#footer ul
{
	margin-top: 10px;
}

#footer ul li a
{
	border-bottom: 1px #8BF304 solid;
	padding: 7px 0;
	display: block;
	width: 200px;
	text-align: center;
	-moz-border-radius: 0;
}

#footer ul li a:hover
{
	background-color: #6F7174;
}

#footer p
{
	margin: 30px;
	float: right;
	margin-right: 200px;
	color: white;
}

#bandeau a 
{
	color: #E74100;
	text-decoration: none;
}


#htmlpreviewoffre li
{
	display: block;
  list-style-type:circle;
}
