*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 12px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#conteneur
{
	width: 780px;
	text-align: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
}

#entete
{
	background-image: url(../images/logo7.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 780px;
	
}

#contact
{
	padding-top: 240px;
	padding-left: 684px;
	font-size: 11px;
	font-weight: bold;
	color: #EE7F00;
}

#menu
{
	width: 280px;
	float: left;
	padding-left: 17px;
	line-height: 18px;	
}

#menu a:hover
{
	color: #219cd3;
}

#menu li
{
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	margin-bottom: 2px;
	margin-left: 6px;
}



#element1
{
	background-image: url(../images/rayures.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 70px;
	position: absolute;
	top: 500px;
	left: 216px;
}

#element2
{
	background-image: url(../images/serpentin.gif);
	background-repeat: no-repeat;
	height: 153px;
	width: 233px;
	position: absolute;
	top: 1200px;
	left: 100px;
}

#element3
{
	background-image: url(../images/element3.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 71px;
	position: absolute;
	top: 710px;
	left: 200px;
}

#element4
{
	background-image: url(../images/element4.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 67px;
	position: absolute;
	top: 920px;
	left: 0;
}

#contenu
{
	text-align: justify;
	line-height: 17px;
	margin-left: 350px;
	padding-right: 40px;
	
}

#contenu a
{
	color: #EE7F00;
	border-bottom-width: 1px;
	border-bottom-style: dotted !important;
	border-bottom-style: solid;
	border-bottom-color: #EE7F00;
}

#pied
{
	background-image: url(../images/pied.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 780px;
}

.sousmenu
{
	padding-left: 12px;
}

#fleche
{
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 28px;
	left: 310px;
	top: 307px;
}

img
{
	border-style: none;
}

#garde
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 664px;
	height: 376px;
	margin-left: -332px;
	margin-top: -210px;
}

#rondVert
{
	background-image: url(../images/rondVert.gif);
	background-repeat: no-repeat;
	float: right;
	height: 46px;
	width: 79px;
	margin-top: 50px;
	margin-bottom: 30px;
}

li
{
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	margin-bottom: 12px;
}

h1
{
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #219cd3;
	font-weight: normal;
	margin-top: 20px;
	font-size: 4px;
}

#coordonnees
{
	margin-top: 220px;
	margin-bottom: 20px;
	font-size: 13px;
}

.encours
{
	border-bottom-width: 1px;
	border-bottom-style: dotted !important;
	border-bottom-style: solid;
	border-bottom-color: #219cd3;
	color: #219cd3;
}

.titre
{
	color: #219CD3;
	font-size: 19px;
	font-family: Times, serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: left;
}

.sousTitre
{
	color: #EE7F00;
	font-size: 14px;
	
}

.cadreGris
{
	background-color: #DDDDDD;
	padding: 6px;
}

.petit
{
	font-size: 10px;
}

.moyen
{
	font-size: 11px;
}

.gros
{
	font-size: 20px;
	font-weight: bold;
}

.date
{
	color: #219cd3;
}

.couleur
{
	color: #EE7F00;
}

.couleur2
{
	color: #33a02c;
}

#contenu img
{
	float:left;
	margin-right: 16px;
}

#visuelD img
{
	float:right;
	margin-left: 16px;
	margin-right: 0px;	
}

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

p
{
	margin-top: 1.3em;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 0;
}



.clearfloat
{ /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
