* {
	margin: 0;
        padding: 0;
}
#header {
	height: 302px;
	background: white url(images/pratmeur/head_type.jpg) no-repeat top left;
	position: relative;
}
#page {
	background: white;
	padding-bottom: 25px;
	text-align: center;
}
#retouraccueil {
	color: #676767;
	position: relative;
	top: 18px;
	left: 7px;
}

/*****************************MENU DE GAUCHE*****************************/

ul#menu{
	position: relative;
	z-index: 10;
}
ul#menu_gauche {
	float: left;
	width: 190px;
	padding: 0 0 0 24px;
	list-style: none;
	text-align: left;
	font-size: 11px;
}

ul#menu_gauche li.niveau1 {
	width: 190px;
	border-top: 1px solid #dae2cf;
	padding-top: 2px;
	clear: left;
	margin-bottom: 2px;
	float: left;
}
ul#menu_gauche li a.niveau1 {
	width: 148px;
	padding: 6px 4px 4px 38px;
	color: #50771E;
	background: #DDE7C3 url(images/pratmeur/puce_vert.gif) no-repeat 20px 8px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
ul#menu_gauche li a.selected,
ul#menu_gauche li a:hover {
	color: white;
	background: white url(images/pratmeur/menu_gauche_bg.gif) no-repeat 0px 0px;
}
ul#menu_gauche li ul.sousmenu {
	width: 153px;
	padding: 0 0 0 22px;
	list-style: none;
}
ul#menu_gauche li ul.sousmenu li a.niveau2 {
	width: 145px;
	padding: 5px 4px 6px 16px;
	background: url(images/pratmeur/fleche.gif) no-repeat 2px 8px;
	color: #50771E;
	line-height: 10px;
	text-decoration: underline;
	display: block;
	border-bottom: 1px solid #dae2cf;
}
ul#menu_gauche li ul.sousmenu li a.niveau2:hover {
	font-weight: bold;
}
ul#menu_gauche li ul.sousmenu li a.niveau2last {
	border-bottom: none;
}

/**********************************CONTENU**************************************/

#contenu, #entete {
	width: 618px;
	padding-right: 25px;
	margin: 0px auto;
	text-align: left;
	float: right;
        clear: right;
}
#contenu .bloc {
	font-size: 12px;
	color: #676767;
        margin : 0 0 10px;
}

#contenu td {
	font-size: 12px;
}
#contenu a {
	color: #1C5209;
}

#entete .titre1 {
	width: 588px;
	background: white url(images/pratmeur/fond_h2.gif) no-repeat bottom left;
	text-transform: uppercase;
	color: #1C5209;
	padding:0 0 2px 30px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#entete .titre2 {
	color: #50771E;
	font-weight: bold;
	padding-left: 15px;
	background: url(images/pratmeur/puce.gif) no-repeat 0 50%;
	text-transform: uppercase;
}
#entete .titre3 {
	color: #1C5209;
	text-decoration: underline;
	padding-left: 10px;
	background: url(images/pratmeur/fleche.gif) no-repeat 0 60%;
}
#contenu .titre h2 {
	color: #1C5209;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#contenu .bloc ul {
        list-style-type :  disc;
        padding-left: 25px;
}

/**********************************QUESTIONNAIRE*********************************/

#contenu #formulaire td{
	color: #676767;
}
#contenu #formulaire td.valeur input,
#contenu #formulaire td.valeur textarea,
#contenu #formulaire td.valeur select {
	width: 250px;
	border: 1px solid;
}
#contenu #formulaire td.valeur textarea {
	width: 250px;
	border: 1px solid;
}
#contenu #formulaire div.boutonEnvoyer input {
	border: 1px solid;
}