body
{
   width: 1024px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: #D2E0EB;
   background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-repeat: repeat-x;
   font-family:Arial, Helvetica,cursive;
}

#header
{
	width: 1100px;
	height: 171px;
	background-image: url("images/header.png");
	background-repeat : no-repeat;
}
#speedbarre
{
	margin: auto;
	width: 200x;
	height: 43px;
	margin-left: 115px;
}

.garodevoirs
{
	margin-left: 170px;
	height: 322px;
	width: 785px;
	background-image: url("images/garodevoirs.png");
	background-repeat : no-repeat;
}

#head_menu
{
	float: left;
	width: 208px;
	height: 48px;
	margin-left: -px;
	margin-top: -260px;
	background-image: url("images/menu_navig.png");
	background-repeat: no-repeat;
}

#menu
{

	width: 204px;
	margin-left: 1px;
	background-color: white;
	border: 1px solid grey;
}
.menu
{
	color: #2597B1;
	font-size: 14px;
}


.menu_title
{
	text-align: center;
	font-size: 18px;
	color: #1C7281
}

#corps
{
	width: 721px;
	margin: auto;
	margin-right: -7px;
	background-color: white;
	border: 1px solid grey;
	padding: 30px;
	padding-top: 70px;
	
}

#contenu
{
	border: 1px solid grey;
	margin: auto;
	width: 701px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-top: 0px;
	-moz-border-radius: 11px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: justify;
}

#titre_contenu
{
	width: 680px;
	height: auto;
	padding-top: 8px;
	border-bottom: 1px solid grey;
	margin-left: 9px;
	color: #2D97A5;
	font-size: 18px;
}

#footer
{
	margin: auto;
	height: 20px;
	color: #83CBFD;
	margin-left: 300px;
	margin-top: -8px;
}

#footer a
{
	color: #83CBFD
}

#footer a:hover
{
	color: #0B6A8A;
	text-decoration: underline;
}

a{
	color: #2597B1;
	text-decoration: none;
}

a:hover
{
	color: #0B6A8A;
	text-decoration: underline;
}

img{
  border:none;
  margin: none;
}

p
{
	margin-left : 25px;
	margin-right : 25px;
}

.hidden
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

