/* En tete (le logo+ la bannière */
#en_tete
{
	width: 874px;
	height: 166px;
	background-image: url("banniere.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

/* lien vers l'accueil sur le logo en haut */
.image_top
{	
	border: none;	
}

body
{
	width: 874px;
	margin-left: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("marge.png");
	background-repeat: repeat-y;
}

/* Partir où l'on écrit la phrase slogan, sous la bannière*/
#slogan
{
	height: 40px;
	border-top: 0px solid #704c48;
	border-bottom: 6px solid #704c48;	
	font-size: 20px;
	font-family: "Lucida Console", Tahoma, Verdana, Arial, serif;	
	color: #704c48;
	padding-left: 270px;
	vertical-align: top;
	margin: 0px;
}
	

/*MENU */
#menu
{
	height: 68px;
	background-color: #e5e4e9;	
	border-bottom: 6px solid #704c48;
}

#menu ul 
{
	margin: 0px;
	list-style: none;
}

#menu li 
{
	display: inline;
	vertical-align: middle;
}

#menu a 
{
	display: block;
	float: left;
	width: 130px;
	margin-left: 2px;
	padding-top:8px;
	text-align: center;	
	text-decoration: none;
	color: #3A6EA5;
	font: 22px Tahoma, Arial, serif;
	
}

#menu a:hover 
{
	height: 60px;
	font-size: 24px;
	text-decoration: underline;
	background: url(menu_r.gif) repeat-x;
}



/* le corps, toute la partie du site : les boites + le bloc droit */

#corps
{
   margin-bottom: 5px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   background-color: #e9eadc; /* Une couleur de fond pour le corps */
   padding-left: 35px;
}


#corps_box
{
	width: 620px;	
	margin-right: 155px;
}

/* Introduction de la page*/
#intro
{
	margin-top:10px;
	font: 15px  Verdana, Arial, serif;
	font-weight: bold;
	color: #704c48;
	text-align: justify; 
}

/* Les articles */
.article
{
	margin-top: 20px;	
}

.titre_box1
{
	height: 20px;
	padding-left: 10px;
	background-color:#7b8f2d;
	color: white;
	font-size: 16px;
	font-family: Verdana, Arial, serif;
}

.titre_box2
{
	height: 20px;
	padding-left: 10px;
	background-color:#a8bbd0;
	color: white;
	font-size: 16px;
	font-family: Verdana, Arial, serif;
}

.textbox
{
	padding-left: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	color: #704c48;
	text-align: justify;
}

.image_box
{
	border:none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.image_box_right
{
	border:none;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.article a
{
	font: Tahoma, Arial, serif;	
	text-decoration: underline;
	font-weight: bold;
	color: #704c48;
}

.article a:hover
{
	font-size: 15px;
}

.souligne
{
	text-decoration: underline;
}

.titrelien
{
	font: Tahoma, Arial, serif;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #704c48;
}

/* Le bloc à droite, publicité entre autres */
#block_droit
{
	float: right;
	width: 170px;	
	border-left: 2px solid #704c48;	
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: justify;
}

#footer
{
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, serif;
	background-color: #7b8f2d;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a
{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, serif;
	color: white;
}
