/**************************************************************************
*	Généralités de style sur la page
***************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
	height:100%;
	background-color:#ffffff;
	text-align:center;
}
div.global
{
	width:980px;
	height:100%;
	text-align: left;
	margin: auto;
}

/**************************************************************************
*	Style de l'en-tête
***************************************************************************/
div.entete {
	border-bottom: 1px solid;
}
	div.entete img {
		border:0px;
		margin:0px;
		padding:0px;
	}
	
	#twitter
{
		position: absolute;
		top: 2.5em;
		right: 2.0em;
		padding-right: 0.0em;
	}
	

/**************************************************************************
*	Style de la partie principale du site (menu gauche + texte)
***************************************************************************/
div.main {
	margin-top:10px;
	background-color:#f7f0d2;
	padding-bottom:1px;
	height:400px;
}
html>body div.main {
	height:auto;
	min-height:400px;
}
div.menu_articles {
	width:200px;
	height:100%;
	padding:10px;
	padding-right:0px;
	float:left;
	line-height:12px;
}

.div_articles {
	margin-top: 20px;
	padding-top: 10px;
        padding-bottom: 15px;
	margin-right: 10px;
	background-color : #E6E0C5;
}
	
.titre_div_articles {
	padding-left: 10px;
    	font-size: 16px;
	font-weight: bold;
	color: black;
}

div.texte_article {
	margin-left:210px;
	padding: 1px 1px;
	padding-right:10px;
	text-align: justify;
}
h1 {
	font-size:16px;
	font-weight: bold;
	color:#666666;	
}
h3 {
	text-align: left;
}
p.spip img {
	border:0px;
	margin-right:10px;
}

/**************************************************************************
*	Style du pied de page
***************************************************************************/
div.pied {
	background-image: url(./images/bgpied.png);
	text-align:right;
	font-size:9px;
	color: #666666;
}

/**************************************************************************
*	Style des liens (menu de gauche + généralités)
***************************************************************************/
a {
	color:#005B94;
	text-decoration: none;
}
a.articles {
	font-size: 10px;
	color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a.articles:visited {
	color:#000000;
}
a.pied {
	color:#666666;
	text-decoration: none;
}
a.pied:hover {
	text-decoration:underline;
	color:#666666;
}

/**************************************************************************
*	Styles liés au menu déroulant
***************************************************************************/
ul#menulist li ul{
	display:none;
}
	
ul#menulist li:hover>ul{
	display:block;
}

/*ul#menulist li:hover {
	background-color: rgb(207, 225, 234);
}*/

ul#menulist{	
	margin:0px;
	margin-left:207px;
	line-height:12px;
	padding:5px;
	padding-top:0px;
	background-image: url(./images/bgmenu_rubriques.gif);
	font-size:small;
	list-style:none;
	font-size: 12px;
}
ul#menulist ul{
	border-left:1pt solid #cccccc;
	margin:-2px;
	margin-left:-5px;
	padding:5px;
	width:150px;
	background-color: rgb(207, 225, 234);
	list-style:none;
	position:absolute;
	top:16px;
	left:0px;
}
ul#menulist li a{
	text-decoration:none;
}
ul#menulist li a:hover{
	text-decoration:underline;
}

ul#menulist ul li{
	display:block;
	padding-bottom:4px;
}

ul#menulist li{
	position:relative;
	margin:0px;
	padding:0px;
	display:inline;
	cursor:default;
}

hr {
	padding:0px;
	margin:2px 0px;
}

li#zff a{
        color: #CC0033;
        text-decoration: none;
        font-weight: bold;
}

li#blog a{
        color: #CC0033;
        text-decoration: none;
        font-weight: bold;
}

