﻿@charset "utf-8";
/* CSS Document */

/********************************************************************************************************************************/
/********************************************* CSS IDENTIQUE POUR TOUTES LES PAGES **********************************************/

* {
	margin:0;
	padding:0;
	/*background:transparent;*/
}

img {
	border: none;
}

body {
	font-family: verdana, "trebuchet ms", verdana, arial, tahoma;
	background-color:#E5ECF3;
}

#conteneur {
	height:auto;
	margin:auto;
	width:964px;
	background-color:#fff;
	margin-top: 10px;
}

.clear
{
	clear:both;
}


/*********************************************/
/****************** HEADER ******************/
/*********************************************/

/***** Menu principal *****/

#headerMenu {
	background-color:#E5ECF3;
	width: 964px;
	height:25px;
}

#headerMenu .content {
	font-size:11px;
	float: right;
	height: 25px;
	padding-right: 30px;
}

#headerMenu ul {
	padding-top:3px;
	float: right;
	display:inline;
}

#headerMenu li{
	padding:4px 8px 0px 8px;
	list-style-type: none;
	float: right;
	height:18px;
	background: url(../Images/headermenu-bg-onglet.jpg) repeat-x center top;
}

#headerMenu li.first{
	padding-left: 15px;
	background: url(../Images/headermenu-ongletgauche.jpg) no-repeat left top;
}

#headerMenu li.last{
	padding-right:15px;
	background: url(../Images/headermenu-ongletdroit.jpg) no-repeat right top;
}

#headerMenu a {
	color: #000;
	text-decoration:none;
}

#headerMenu a:hover{
	color: #298929;
}

#headerMenu img{
	vertical-align: middle;
	display: inline-block; 
	padding-right: 4px;
}

#headerMenu span {
	vertical-align: middle;
	display: inline-block; 
}

/***** Image centrale + slogan *****/

#headerAccueil {
	width: 964px;
	height: 148px;
	clear: right;
}

#headerAccueil .title {
	padding: 9px 0 0 40px;
	font-size: 12px;
	font-weight: bold;
}

/***** Menu navigation *****/

#mainMenu {
	float:left;
	width:100%;
	background:#fff;
	line-height:normal;
	font-size:12px;
	font-weight:bold;
}
#mainMenu ul {
	margin:0;
	padding:0px 10px 10px 30px;
	list-style:none;
}
#mainMenu li {
	display:inline;
	margin:0;
	padding:0;
}
#mainMenu li a {
	float:left;
	background:url("../Images/mainmenu-bg-onglet.jpg") repeat-x left bottom;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#000;
}
#mainMenu li.first a {
	float:left;
	background:url("../Images/mainmenu-ongletgauche.jpg") no-repeat left bottom;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#mainMenu li.last a {
	float:left;
	background:url("../Images/mainmenu-ongletdroit.jpg") no-repeat right bottom;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#mainMenu a span {
	float:left;
	display:block;
	padding:3px 15px 6px 6px;
}
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainMenu a span {float:none;}
/* End IE5-Mac hack */	

#mainMenu a:hover span {
	color:#FFF;
}
#mainMenu a:hover, #mainMenu li.first a:hover {
	background-position:left -2px;
}
#mainMenu li.last a:hover {
	background-position:right -2px;
}

#mainMenu a.active, #mainMenu li.first a.active{
	color:#FFF;
	background-position:left -2px;
}

#mainMenu li.last a.active {
	color:#FFF;
	background-position:right -2px;
}

/***** Vous êtes ici *****/
#vous-etes-ici {
	clear: both;
	font-size: 10px;
	padding-left: 30px;
	padding-top: 20px;
	height:30px;
}

#vous-etes-ici span {
	color:#666;
}

/***** FIN HEADER *****/


/*********************************************/
/************** BLOCS PRINCIPAUX *************/
/*********************************************/

#bloc-gauche {
	width: 274px;
	float: left;
}

#bloc-droit {
	width: 690px;
	float: left;
	/*padding-top: 5px;*/
}

/********************************************/
/**************** RECHERCHE *****************/
/********************************************/

#search {
	padding: 7px 0 7px 0;
	font-size: 12px;	
}

#search span{
	padding: 0 0 20px 10px;	
	color: #00519C;
	font-weight: bolder;
}

#search a {
	background-color:#fff;
	border: 1px solid #00519C;
	text-decoration : none;
	color: #000;
	padding:2px;
	font-weight:bold;
}

#search a:hover {
	color: #00519C;
}

#search input {
	background-color:#fff;
	border: 1px solid #00519C;
	padding:1px;
}


/********************************************/
/*************** MENU VERTICAL **************/
/********************************************/

#verticalMenu
{
    padding-left:5px;
    padding-top:10px;
}


#verticalMenu h2 {
    background:transparent url("../Images/puce-menugauche.gif") no-repeat scroll left center;
    color:#00519C;
    font-size:14px;
    padding-left:12px;
    text-transform:uppercase;
}

#verticalMenu h2 a {
    color:#00519C;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#verticalMenu h2 a:hover {
	/*background-image:none;*/
}

#verticalMenu ul {
	padding-left: 20px;	
}

#verticalMenu li {
	list-style-type: none;
}

#verticalMenu ul a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	text-transform: uppercase;
}

#verticalMenu ul a:hover {
	color: #00519C;
	background-image: url("../Images/puce-menugauche-actif.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}

#verticalMenu li.selected a {
	color: #00519C;
	font-weight: bold;
	background-image: url("../Images/puce-menugauche-actif.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}

#verticalMenu .vm2 {
}

#verticalMenu .vm2 li {
	list-style-type: none;
	padding-left: 10px;
}

.vm2 #selected {
	
}

#verticalMenu .vm2 a, #verticalMenu li.selected .vm2 a{
	font-size: 11px;
	color:#333;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#verticalMenu .vm2 a:hover, #verticalMenu li.selected .vm2 a:hover {
	color: #298929;
	background-image: url("../Images/puce-sousmenu-actif.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: none;
}

#verticalMenu .vm2 li.selected a {
	color: #298929;
	font-weight: bold;
	background-image: url("../Images/puce-sousmenu-actif.gif");
	background-repeat: no-repeat;
	background-position: left center;
}


/**** FIN MENU VERTICAL ****/

/********************************************/
/************** ACCES RAPIDE ****************/
/********************************************/


#accesrapide{
	font-size: 14px;
	font-weight: bolder;
	color: #00519C;
	text-transform: uppercase;
	margin-top: 30px;	
}

#accesrapide h2 {
	display: inline;
	background-image: url("../Images/fond-accesrapide.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 7px 15px 7px 0;
	color: #00519C;
	font-size: 14px;
}

#accesrapide h2 span {
	background: url("../Images/titre-accesrapide.gif") no-repeat left center;
	padding-left: 18px;
}

#accesrapide ul{
	margin-top: 10px;
}

#accesrapide li{
	width: auto;
	list-style-type: none;
	padding-left: 20px;
}

#accesrapide  a{
	font-size: 12px;
	color: #000;
	padding-left: 15px;
	text-decoration: none;
	text-transform: none;
	font-weight:normal;
}

#accesrapide a:hover{
	color: #298929;
	background: url("../Images/puce-accesrapide-actif.gif") no-repeat left top;
}


/********************************************/
/**************** MENU TITRE ****************/
/********************************************/

#blocTitle {
	background: url("../Images/angle-arrondi.gif") no-repeat left bottom;
	width: 665px;
	height: 38px;
}

#blocTitle h1 {
	color: #298929;
	font-size: 18px;
	padding: 0 15px 0 15px;
}

#titleMenu {
	float: right;
	height: auto;
	width: 665px;
	margin-top: -13px;
}

#titleMenu ul {
	list-style-type:none;
}

#titleMenu li {
	float: right;
	display: block;
	margin-left: 3px;
}

#titleMenu a{
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 12px;
	padding: 2px  0px 0 6px;
	background: url("../Images/menucentre-ongletgauche-filigrane.gif") no-repeat left top;
}

#titleMenu a span{
	color: #999;
	padding: 2px 6px 0 0px;
	background: url("../Images/menucentre-ongletdroit-filigrane.gif") no-repeat right top;
}

#titleMenu a:hover{
	background: url("../Images/menucentre-ongletgauche3.gif") no-repeat left top;
	color: #000;	
}

#titleMenu a:hover span{
	background: url("../Images/menucentre-ongletdroit3.gif") no-repeat right top;
	color: #000;	
}

#titleMenu li.selected a {
	color: #000;
	background:url("../Images/menucentre-ongletgauche3.gif") no-repeat left top;
	border-bottom: 1px solid #fff;
}

#titleMenu li.selected span{
	color: #000;
	background:url("../Images/menucentre-ongletdroit3.gif") no-repeat right top;
	border-bottom: 1px solid #fff;
}

/**** FIN MENU TITRE ****/

/********************************************/
/****************** TEXTE *******************/
/********************************************/

.text 
{
    font-size:11px;
}

.text h3{
	color: #00519C;
	font-size: 16px;	
	padding: 4px 0px;
}

.text h4 {
	color: #000;
	font-size: 15px;
	padding: 4px 0px;
}

.text h5 {
	color: #00519C;
	font-size: 14px;
	font-style:italic;
	padding: 4px 0px;
}

.text h6 {
	color: #000;
	font-size: 14px;
	padding: 4px 0px;
	
}

.text p {
	text-align: justify;
	padding: 4px 0px;
}

.text a, .moreText a
{
    color:#00519C;
    text-decoration:underline;
}

.text a:hover , .moreText a:hover
{
    color:#288929;
    text-decoration:none;
}

.text ul, .text ol
{
	padding: 4px 0px;
	margin-left:25px;
}

.text ul
{
    list-style-image: url("../Images/fleche-bleue.gif");
}

.text img 
{
    margin:3px;
}


/********************************************/
/****************** FOOTER ******************/
/********************************************/

#footer {
	width: 964px;
	height:100px;
	background: url(../Images/footer.jpg) no-repeat center;

}

#footer address {
	font-size: 11px;
	text-align: center;
	padding: 81px 0 0 80px;
}

#footer .separator
{
    color:#00519C;
}

#footerLinks
{
    padding-top:8px;
    background-color: #E5ECF3;
    text-align:center;
}

ul#footerLinksList 
{
	color: #546368;
	font-size: 10px;
}

ul#footerLinksList li {
    /*float: left;*/
    height: 15px;
    padding:0px;
    margin:0px;
    border-right: 1px solid #00519C;
    display:inline;
    list-style-type:circle;
}

ul#footerLinksList li.last
{
    border-right-width:0px;
}


ul#footerLinksList a {
	text-decoration:none;
	color: #00519C;
	font-size: 10px;
    padding: 4px;
}

ul#footerLinksList a:hover {
	text-decoration:underline;
}

ul#footerLinksList span {
	color: #00519C;
    padding: 4px;
}
