﻿/** Généralités */

body
{
	background: white;
	color:black;
	
	margin-top:0px;
	margin-bottom:0px;
	
	/* Texte */
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: small;
}

#page
{		
	/* Mise en page */
	width: 950px;
	padding-left:10px;
	padding-right:10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-bottom:10px;

	background:white;
}

#slogan
{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	position:relative;
	left:0;
}

table.center
{
	margin-left:auto;
	margin-right:auto;
}

img
{
	border-style: none;
}

a
{
	color:#A3A644;
	text-decoration:none;
}

a:visited
{
	color:#B0B75F;
}

a:hover
{
	text-decoration:underline;
}

/* Bannière gouvernement */

#bannieregauche
{
	float:left;
	margin-bottom:20px;
}

#bannieredroite
{
	float:right;
	margin-bottom:20px;
}

/* Menu gauche */

#menugauche
{
	float:left;

	left:auto;
	width:180px;
	font-size:88%;
	padding-top:20px;
	text-align:left;
	margin-left:40px;
	border:0px black solid;
}

.accred
{
	text-align:center;
}

.accred a
{
	color:#959A50;
}


/* Menu droit */
#menudroit
{
	float:right;
	width:180px;
	font-size:90%;
	/*padding-top:20px;*/
	margin-right:30px;
	border:0px black solid;
	/*clear:both;*/
}

#menudroit .titresection
{
	font: bold 14px Arial;
	text-transform:uppercase;
	color: #959A50;
	margin-bottom: 0px; 
	margin-top:12px;
	padding: 4px 0 4px 0;
	text-align:center;
}

#menudroit ul{
	list-style-type: none;
	margin: 0;
	padding: 7px;
	margin-bottom: 0;
}

.btn_vert {
	float:right;
	width:180px;
	font-size:90%;
	padding-top:20px;
	margin-right:35px;
	border:0px black solid;
}
.btn_vert ul{
	list-style-type: none;
	margin: 0;
	padding: 7px;
	margin-bottom: 0;
}
.btn_vert ul li{
	list-style-image:none;
}


#menudroit ul li{
	padding-bottom: 2px;
}

#menudroit ul li a{
	color: #959A50;
	background: url(/sections/images/arrowbullet.png) no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

#menudroit ul li a:visited{
	color: #959A50;
}

#menudroit ul li a:hover{
	color: #959A50;
	background-color: #F3F3F3;
}

#coinrafale
{
	max-width:180px;
}

.bouton
{
	display:block;
	background-image: url(/sections/images/boutonvert.png);
	text-align:center;
	width:180px;
	height:40px;
	margin-bottom:3px;
}

.bouton span
{
	position:relative;
	top:10px;
}

a.bouton
{
	text-decoration: none;
	color: #3758A5;
	font-weight: bold;
	font-size: 110%;
}

a.bouton:hover  
{
	background-image: url(/sections/images/boutonvert_hover.png);
}


/* Corps */
#corps
{
	float: none;
	border:0px black solid;
}

#titrepage
{
	text-align:center;
	font-size:1.5em;
}

/* Actualités */

#section_actualite
{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	border:0px black solid;
	float:left;
	width:470px;
	min-height:400px;
	
}


#section_actualite a
{

	color:#003399;
	font-weight:bold;

	
}

#titre_actualites
{
	font-size:120%;
	font-weight:bold;
	float:left;
}

#section_actualite .nomact
{
}


#iconeRSS
{
	text-align:right;
	vertical-align:middle;
}

#iconeRSS a
{
	text-decoration: none;
	color:#959A50;
	font-size:90%;
}

#iconeRSS img
{
	vertical-align:middle;
}


.actualite
{
	
}

/* Publicités */

#table_publicites
{
	clear:both;
	/*margin-top:250px;*/
	border-style:none;
	text-align:center;
}

#table_publicites td
{
	text-align:center;
	vertical-align:middle;
	padding:7px;
}

#table_publicites img
{
	max-height:60px;
	max-width:160px;
}

#table_publicites a:link {}
#table_publicites a:visited {}

#table_publicites a:hover
{
	opacity : 0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    filter : alpha(opacity=60); /* IE < 8 */ 
}

/* Bas de page */

#basdepage
{
	text-align: center;

	/*border:1px black solid;*/
}

#basdepage a
{
	color:blue;
}

#lienhaut
{
	text-align:right;
	font-size:80%;
}

#lienhaut a
{
	color:blue;
}


#lignebasdepage
{
	height:3px;
	color:#003399;	
	background-color:#003399;
	width:90%;
}

#imageceaeq {
	height:57px;
}

#bandeaubleu {
	
}