﻿body {
	margin: auto;
	padding: 5px;
	background-color: #eef1f6;
	border: 1px solid #00406c;
	-moz-border-radius: 4px;
	width:980px;
	color: #323232;
	}
#bordure
{
}
a {
	text-decoration: none;
	color: #444;	
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #404040;
}

#bandeau {
	/*bandeau contenant le titre du site*/
	border: none;
	width:970px;
	height: 150px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url("images/bandeau_sup.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
#pub-bas-gauche	
{
color: #59adc5;
}

#bas_de_page
{
float: left;
margin: auto;
padding-top: 40px;
width: 780px;
height: 45px;
background-image: url("images/bandeau_inf.jpg");
background-repeat: no-repeat;
background-position: center;
}


#principal {
	/*colonne principale*/
	padding: 5px;
	padding-left: 20px;
	margin: 10px 0px 0px 240px;
	background-image: url("images/deg_droite_gauche.jpg");
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #00406c;
	-moz-border-radius: 4px;
	text-align: justify;
	font-size: 80%;
	font-family: verdana, Trebuchet MS ,  arial, times;
}

.edito {
	/*colonne principale*/
	padding: 5px;
	padding-left: 20px;
	margin: 0px 0px 0px 240px;
	background-image: url("images/deg_droite_gauche.jpg");
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #00406c;
	-moz-border-radius: 4px;
	text-align: justify;
	font-size: 80%;
	font-family: verdana, Trebuchet MS ,  arial, times;
}

.pub
{	float: right;
	padding: 5px;
	margin: 10px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #00406c;
	-moz-border-radius: 4px;
	text-align: justify;
	font-size: 14px;
	background-color: #ffffff;
}

#principal-article
 {
	padding: 20px 20px 20px 20px;
	margin: 0 10px 0 260px;
	background-image: url("images/deg_droite_gauche.jpg");
	background-repeat: repeat-y;
	background-position: right;
	text-align: justify;
	border: 1px solid #00406c;
	-moz-border-radius: 4px;
	font-size: 80%;
	font-family: verdana, Trebuchet MS,  arial, times;
}
#navigation {
	margin: auto;
	float:left;
	width: 230px;
font-family: Trebuchet MS , verdana, arial, times;
}

/*Formatage du menu dans la colonne de gauche*/

.menu {
	border: 1px solid #00406c;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url("images/deg_gauche_droite.jpg");
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffe190;
}

.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Titre de menu */
.menu-titre {
	font-weight:800;
	font-size:85%;
	}

.menu-titre li {
text-align: left;
padding-left: 10px;
font-size: 90%;
color: #ffffff;
}

.menu-breve {
font-size: 90%;
text-align: left;
padding-top: 5px;

}


/* Element de menu hors titre de rubrique */
.menu-item {
	font-size: 90%;
}

/* menu-item-0 à 3 : formatage des titres de rubrique */

.menu-item-0 {
	text-align:left;
	padding-left:5px;
	margin-top:8px;
	font-weight:800;
	font-size:90%;
}

.menu-item-1 {
	font-size:80%;
	padding-left:25px;
	margin-top:3px;
	text-align:left;
}

.menu-item-2 {
	font-size: 80%;
	padding-left: 45px;
	text-align:left;
}

.menu-item-3 {
	font-size: 80%;
	padding-left: 65px;
	text-align:left;
}

.menu-selected {
	/* Element (ou titre) de menu sélectionné */
	background: white;			/*donne une couleur de fond spécifique à l'élément sélectionné*/
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #00406c;		/*réhausse la couleur de fond de l'élément sélectionné*/
	border-bottom: 1px solid #00406c;/*idem*/
	-moz-border-radius: 4px;
	
}

form.recherche {
	/*formulaire de recherche de la colonne de gauche*/
	margin:0px;
	padding:3px;	/*empèche que la zone de saisie touche les bordures du menu*/
}

h2.extrait {
	/*titre des articles*/
	margin:4px;	/*réduit la marge sous le titre d'un article*/
	font-size: 90%;
}


.titre-texte
{
font-size: 150%;
}
.texte
{
font-size: 120%;
}
.texte a
{
/*color: teal;*/
color: #2e4765;

}
.forml {
	/*zones de saisie de la page forum*/
	width: 100%;	/*force la zone de saisie à occuper toute la largeur de la colonne principale*/
}
.articles-lies
{
margin-top: 30px;
float: right;
padding-left: 40px;
border: 1px solid #00406c;
-moz-border-radius: 4px;
background-color: #ffffff
}

.soustitre
{
text-align: left;
color: #e35b58; 
}
.cartouche
{
text-align: left;
}

.extrait {
font-size: 85%;
margin-top: 2px;
padding-left: 10px;
}
