*
{
	margin:0px;
	padding: 0px;
}

html
{
	width: 100%;

	font-family:Times New Roman;
	font-size: 13px;
}

a
{
	text-decoration: none;
	color: #DF370A;
}

a:hover
{
	color: #B2B2B2;
}

body
{
	width: 100%;
	background-image: url(fond2.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}

#conteneur
{
	background-color: #A6FF29;
	/*background-image: url(motif.jpg);*/
	background-repeat: repeat;
	border-left: 1px solid black; /*     Marron foncé, bord droit et gauche	*/
	border-right: 1px solid black;
	width: 50%;
	margin: auto;
	height:100%;
	min-height:100%;
	padding-top:10px;
	padding-bottom: 10px;
}

#header
{
	background-color: #d4ff94;
	border: 1px dashed #6d6d6d;
	width: 95%;
	padding-bottom:35px;
	font-size: 14px;

	margin: auto;

}

#corps
{
	background-color: #FFFFFF;
	border: 1px dashed #6d6d6d;
	width: 95%;
	padding-top:15px;
	padding-left: 10px;
	padding-bottom:15px;
	margin: 30px auto;
	line-height: 1.5em;


}

#Hgauche
{

margin:5px;
width: 30%;
position: relative;
left: 5px;
top: 5px;
padding-left: 10px;
}

#Hgauche p
{
text-align: center;
}

#Hdroite
{
float: right;
width: 30%;
padding-right:10px;
position: relative;
right: 65px;
top: 30px;
text-align: right;


}

.sousTitre
{
	padding-left: 30px;
}

.sousListe
{
	margin-left:10px;
}

ul
{
padding-left:60px;
list-style: url(puce2.jpg);
}

h4
{
	padding-left: 25px;
	color: #446F07;
}

.Torange
{
	padding-left:20px;
	background-image: url(bgh4.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.orange
{
	color: #DF370A;
	font-size:16px;
}

.Tgris
{
	padding-left:20px;
	background-image: url(bgh42.jpg);
	background-position: left;
	background-repeat: no-repeat;
}