@charset "utf-8";
/* CSS Document */
body
{
   width: 960px;
   height:auto;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;
   font-family: Tahoma, Arial, sans-serif, Georgia, Trebuchet MS, Comic Sans MS;
   background-color:#666;
}

img 
{
  border: none;           /* Ne pas entourer les images, même s'ils contiennent des liens */
  
}

#conteneur
{ 
	width:930px;
	height:auto;
	margin-bottom:30px;
	border:groove 2px #CCC;
	background-image:url(images/011.jpg);
}

#banniere
{
	width:468px;
	height:60px;
	float:right;
	margin-top:13px;
	margin-right:5px;
}

#en_tete
{
	width:930px;
	height:123px;
	background-image:url(images/header.jpg);
}

#logo
{
	width:450px;
	height:70px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}

#bloc
{
	width:540px;
	height:155px;
	background-image:url(images/description.jpg);
	padding-left:345px;
	padding-right:45px;
	padding-top:20px;
	padding-bottom:40px;
	background-repeat:no-repeat;
}

#menu
{
	width:930px;
	height:50px;
	margin-bottom:30px;
	background-image:url(images/barre_description.jpg);
}

.textemenu
{
	width:150px;
	height:36px;
	float:left;
	text-align:center;
	font-size:x-large;
	line-height:0px;
}

.publicite
{
	width:728px;
	height:90px;
	margin:auto;
	margin-bottom:30px;
}

.bloc1
{
	width:850px;
	height:auto;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #666;
}

.gauche_bloc1
{
	width:200px;
	float:left;
	height:200px;
	background-color:white;
	text-align:center;
}

.bouton
{
	width:250px;
	height:45px;
	float:right;
	padding-top:5px;
}

.p_bas
{
	padding-left:20px;
	float:left;
}

.droitehaut_bloc1
{
	width:820px;
	height:32px;
	background-image:url(images/barre.jpg);
	padding-left:30px;
	text-align:left;
	font-size:20px;
}

.droitemilieu_bloc1
{
	width:630px;
	float:left;
	height:200px;
	background-image:url(images/fondbloc1.jpg);
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	text-indent:20px;
	line-height:17px;
}

.droitebas_bloc1
{
	width:845px;
	height:50px;
	padding-right:5px;
	background-image:url(images/barre2.jpg);
}

#contact
{
	width:700px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #666;
	margin-bottom:30px;
}

#pied_de_page
{
	width:930px;
	height:70px;
	background-image:url(images/footer.jpg);
	text-align:center;
	font-size:large;	
}

.w3cxhtml
{
	width:100px;
	height:45px;
	float:left;
	text-align:center;
	padding-top:25px;
}

.w3ccss
{
	width:100px;
	height:45px;
	float:left;
	text-align:center;
	padding-top:25px;
}

.copyright
{
	width:730px;
	height:70px;
	float:left;
	line-height:10px;
}
