/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background-image: url(images/fond.gif);
	background-position: top;
	background-repeat: repeat-x repeat-y;*/
}

.conteneur {
  width: 820px;
  border-width:  1px; 
  border-style: dashed; 
  border-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

.coordonnees{
float:left;
margin-left:50px;
margin-top:15px;
width: 340px;
text-align:left;
}

.informations{
float: right;
margin-right:50px;
margin-top:15px;
width: 340px;
text-align:right;
}

.contenu{
position: float;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom:15px;
width:600px;
text-align: justify;
}

.print{
position: float;
text-align:right;
padding-bottom: 25px;
}

.footer{
position: float;
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top:15px;
}

h1{
	font-weight: bold;
	font-size:16px;
	color:#2B82C5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2{
	background-image: url(images/puce-carre.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight: bold;
	font-size:14px;
	padding:0 0 0 25px;
	margin-bottom:5px;
	color: #2B82C5;
}

h3{
	text-decoration:none;
	font-style:normal;
	font-size:13px;
}

h4{
	background-image: url(images/puce-titre.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight: bold;
	font-size:16px;
	padding-left : 40px;
	padding-top: 5px;
	margin-bottom:30px;
	color: #419942;
	height:32px;
	}

a
{
   	color: #2B82C5;
    text-decoration: none;
}

a:hover{
   	color: #419942;
    text-decoration: none;
}






