body {
	margin:0;
	padding:0;
	background:#ccc;
	color:#333;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
}

/*----------------------------------------------------
     STYLES TYPOGRAPHIQUES
------------------------------------------------------*/
img { border : 0; }
form { margin : 0; }

h1 { font-size : 2em; margin : 0.67em 0; line-height:1.1em;}
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

p {
	text-align:justify;
	font-size: 1em;
}

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

blockquote { font-style : italic; }

a {
	color: #1187DE;
	text-decoration : underline;
	/*color: #9C0000;*/
}

a form {
	color: #0000FF;
}

a:hover {
	color:#ff6600;
	text-decoration: underline;
}

a.lien-vierge
{
	color:#333;
	text-decoration: none;
}

a.lien-vierge:hover
{
	color:#ff6600;
	text-decoration: none;
}

.date {
	color:#666;
	font-weight:normal;
	font-size:0.9em;
}

/* Arborescence */

ol.arbre
{
	margin: 0;
	padding: 0;
	margin-bottom:30px;
}
ol.arbre li
{
	display: inline;
	list-style-type: none;
	/*padding-right: 0;
	padding-left: 0.5em;*/
}

ol.arbre li:after
{
	content: ' / ';
}

/*----------------------------------------------------
    BLOCS PRINCIPAUX : 
    Conteneur (bloc global)
        - prélude
        - entête
        - menu
        - centre
        - pied de page
------------------------------------------------------*/


#conteneur
{
	background:#fff;
	width:700px;
	margin:auto;
	padding:20px;
}

#prelude
{
	text-align:right;
}

#entete
{
	color:#fff;
	background:url(img/logo.gif) no-repeat 0 0;
	background-color:#1187de;
	height:125px;
}

#centre
{
	background:#fff;
	padding:5px;
	clear: both;
}


#piedpage {
	background: #ffffff;
	clear: both;
	text-align:center;
	padding:10px;
}

#piedpage a {
	font-weight:bold;
}
/*----------------------------------------------------*/


/*----------------------------------------------------
    CONTENU ENTETE 
------------------------------------------------------*/
#entete:hover {
    background:url(img/logo_on.gif) no-repeat 0 0;
        background-color:#1187de;
}

#bandeau
{
	padding:10px;
}

/*
 Recherche
-----------*/	

#recherche {
	margin-right: 15px;
	text-align: right;
	margin-top:80px;
	margin-bottom:10px;
}
	
#recherche label, #recherche input.recherche-submit {
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 2px;
	/*color: #e5e5e5;*/
	font-size: 0.9em;

}

input.recherche-box {
	margin: 0 2px;
	width: 90px;
	font-size: x-small;
}
/*----------------------------------------------------*/



/*----------------------------------------------------
    CONTENU CENTRE
------------------------------------------------------*/
/*
 Bloc Contenu
--------------*/
#contenu {
	margin: 0;
	padding: 10px;
	margin-right: 200px;
}

/*
 Colonne latérale
------------------*/
#barre-laterale {
	float:right;
	padding: 10px 10px 10px 10px;
	color: #000;
	/* compensation bug IE */
	height: 100%;
	width: 200px;
	 /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 170px;
}	

#barre-laterale .titreBloc
{
	color: #666;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:0px;
	text-align:right;
	/*line-height:0;*/
}

.item-lateral {
	padding:5px;
	margin-bottom: 30px;
	background: #fff9e5;
	border:1px solid #ddd;
	border-top:1px solid #666;
	line-height: 130%;
	padding-top:15px;
	padding-bottom:15px;
}

#accessibilite
{
	text-align:center;
	margin-bottom:15px;
}

/*
 Sommaire général
-----------------*/
/* A la une */
#sommaire .titreBloc {
    margin-bottom:0;
    padding:0;
    font-weight:bold;
    text-transform: uppercase;
    background:#1187DE;
    padding-left:5px;
    color:#fff;
}

#sommaire #a_la_une h1 {
	font-size:1em;
	margin-bottom:5px;
}

#sommaire #a_la_une h1 a{
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	font-family: arial;
}

#sommaire #a_la_une {
    border:1px solid #ccc;
    border-top:0;
    background:#F7F7F7;
    padding:10px;
    margin-top:0;
    margin-bottom:50px;
}

#sommaire #a_la_une .introduction {
	font-size:1em;
	margin-top:0;
	margin-bottom:20px;
	margin-top:0;
	text-align:justify;
}

/* Suite sommaire général */
#sommaire #autres_articles .titreBloc {
    background: #666;
    color:#fff;
}

#sommaire #autres_articles h1{
    font-size:1em;
    margin-bottom:5px;
}

#sommaire #autres_articles h1 a{
    text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
}

#sommaire .nom-rubrique {
	font-size:1em;
}

#sommaire #autres_articles .introduction {
	margin-top:0px;
	margin-bottom:40px;
	text-align:justify;
}

/* sommaire rubrique */
#sommaireRecherche h2, #sommaire h2 {
	margin-bottom:5px;
	font-size:1em;
}

#sommaire h3  {
	font-size:1em;
}

#sommaire h2, #sommaireInterne h2,  #sommaire h3, #sommaire h3  {
	font-weight:bold;
	text-transform: uppercase;
	font-family: arial;
}

h2 a, h3 a {
	text-decoration:none;
}

#sommaire .introduction {
	margin-top:0;
	margin-bottom:40px;
}

h2.sommaireInterne
{
	font-size:1.2em;
	margin-top:50px;
	border-bottom:1px solid #000;
}

h3.sommaireInterne
{
	margin-top:30px;
	margin-bottom:8px;
}


.entete-rubrique
{
	background:#eee;
	padding: 10px;
	border-bottom:1px solid #444;
}

/*----------------------------------------------------*/

/*----------------------------------------------------
    ARTICLE
------------------------------------------------------*/

#chapo {
	margin-bottom:20px;
}

#chapo, #corps {
	text-align: justify;
}

/*----------------------------------------------------*/


/*----------------------------------------------------
    Recherche
------------------------------------------------------*/

.resultatRecherche {
	margin-top:30px;
}

/*----------------------------------------------------*/



/*----------------------------------------------------
    MENUS
------------------------------------------------------*/

/* 
 Menu général
*/

#menu
{
	width: 100%;
	float: left;
	background-color: #eee;
}

#menu ul { padding: 0; }
#menu ul li { display: inline; }

#menu ul
{
	margin: 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
}

#menu ul li a
{
	border-top:1px solid #fff;
	border-bottom:3px solid #ccc;
	border-right:3px solid #ccc;
	padding: 0.2em 12px;
	text-decoration: none;
	float: left;
	background:#243D8A;
	color:#fff;
}


#menu li#accueil a{
    float:right;
    background:#1187DE;
    border:3px solid #ccc;
    border-top:1px solid #fff;
}



#menu li#accueil a:hover, #menu ul li a:hover
{
	background:#ffcc00;	
	color: #800000;
}

#menuliste li a:hover, #menuliste li a:active
{
	text-decoration: none;
	text-align: left;
}

/*
 Menu latéral
*/
#conteneur-menu-lateral
{
	background:#f0f0f0;
	padding:5px;
	border:1px solid #ccc;
}

#menu-lateral ul
{
	margin-top:10px;
	list-style-image: url(img/arrow_nav_blue.gif);
	padding-left:0;
	margin-left:20px;
}

#menu-lateral ul li{
	margin-bottom:3px;
}

.racine-rubrique
{
	font-weight:bold;
	font-size:1.4em;
	border-bottom:1px solid #888;
	margin-bottom: 0;
}

/*----------------------------------------------------
    CONTENU PIED DE PAGE
------------------------------------------------------*/

#piedpage
{
	border-top:1px dashed #888;
}

#divers-piedpage
{
	margin-top:20px;
	font-size:0.9em;
	color:#666;
}

/*----------------------------------------------------*/


a.current
{
	text-decoration: none;
	color: #000;
}