/* ---------------- */
/* CLASSES DE BASE */
/* ---------------- */

html, body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}	

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	border: 0px;
}


h1 {
	font-size: 32px;
	color: #000;
	font-weight: normal;
}

h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px; 
	margin-bottom: 20px;
}


h3 {
	font-size:14px;
	color: #000;
	font-weight: bold;
}

input {
	color: #2170A6;
	font-size: 12px;
}

/* ---------------- */
/* CLASSES DE DOCUMENT */
/* ---------------- */

/* Barre de navigation */

#nav {
	width: 100%;
	height: 68px; 
	border-top: 4px solid #043B54;
	background: #fff url(../images/nav_fond.png) top repeat-x;
	
}

ul#nav_liens {
	width: 950px;
	margin: 0 auto;
}

#nav_liens li {
	margin:0;
	padding:0;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	position: relative;
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#nav_liens li.premier {
	border-left: 1px solid #fff;
}

#nav_liens li.premier_actif {
	height: 45px;
	text-decoration: none;
	font-size: 12.5px;
	background: url(../images/nav_lien_fond.png) top no-repeat;
	border-left: 1px solid #fff;
}

#nav_liens li.actif{
	height: 45px;
	text-decoration: none;
	font-size: 12.5px;
	background: url(../images/nav_lien_fond.png) top no-repeat;
}

.navbg {
 	position: absolute;
 	width: 100%;
  	height: 0;
  	margin:1px 0 0;
  	top: 0;
  	z-index: 0;
	background: url(../images/nav_lien_fond.png) top no-repeat;
	display: none;
}

#nav_liens li a {
	width: 180px;
	height: 16px;
	padding: 17px 0 13px;
  	display: block;
  	position: relative;
  	z-index:100;
}

#nav_liens li a:hover {
	text-decoration: none;
	font-size: 12.5px;
}

/* Logo */

#barre_logo {
	width: 950px;
	height: 77px;
	margin: 0 auto -30px auto;
	padding: 15px 0;
	background: #fff;
}

#barre_logo img {
	margin-left: 10px;
}

#centre {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#contenu_enveloppe {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#contenu {
	width: 950px;
	height: 100%;
	float: left;
	background: #fff url(../images/contenu_fond.jpg) center repeat-y;
}

/* Menu principal */

#menu {
	width: 363px;
	height: 100%!important;
	height: 500px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: transparent url(../images/menu_fond.jpg) center 30px no-repeat;
	float: left;
}

#menu_haut {
	width: 363px;
	height: 30px;
	background-color: #fff;
}

#recherche {
	display: none
}

#recherche .bouton{
	color: #fff;
	float: left;
	margin: 2px 10px;
	font-weight: bold;
	background: none;
	border: none;
	cursor: pointer;
}

#recherche .bouton a{
	color: #fff;
	cursor: pointer;
}

#recherche .champ{
	width: 125px;
	height: 16px;
	line-height: 12px;
	vertical-align:bottom;
	float: left;
	border: 1px solid #ccc;

}

#menu ul {
	width: 240px;
	margin: 10px 10px 20px 35px;
	padding: 30px 0 0 0;
	list-style: none;
	clear: both;
}

#menu li h1{
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin: 12px 0;
	padding-bottom: 2px;

}


#menu li {
	margin: 10px 0 5px 10px;
}

.note {
	font-size: 10px;
	font-style: italic;
}


/* Titre page */

#titrepage {
	width: 400px;
	height: 90px;
	padding-left: 40px;
	float: left;
	clear: none;
	background-color: #fff;
}

#titrepage h1 {
	margin-bottom: 0px;
}

/* Texte */

#texte {
	width: 400px;
	margin: 15px 0 0 42px;
	padding: 0 0 25px 0;
	color: #000;
	line-height: 18px;
	float: left;
	clear: none;
}

#texte a {
	color: #055480;
	text-decoration: none;
	border-bottom: 1px dotted #055480;
}

#texte a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#texte ul {
	list-style: none;
	margin: 0 0 0 -20px!important;
	margin: 0 0 0 20px;
}

#texte li {
	margin: 0;
	padding: 0 0 10px 12px;
	background: transparent url(../images/texte_puce_liste.png) left 4px no-repeat;
}

.comites img{
	border: 0
}

/* Résultats de recherche */

#cse-search-results {
	background-color: #fff;
}

/* Pied de page */

#pied_enveloppe {
	width: 100%;
	height: 100%;
	margin: 0;
	clear: both;
	background: #055480 url(../images/pied_couleur_fond.jpg) repeat;
}

#pied_contenu {
	width: 950px;
	height: 140px;
	margin: 0 auto;
	background: transparent url(../images/pied_fond.jpg) center top no-repeat;
}

#pied_contenu img{
	display: none;
}

#pied {
	width: 100%;
	height: 100% !important;
	height: 100px;
	min-height: 120px;
	background-color: #043B54;
	border-top: 1px solid #2170A6;
	
}

#pied_liens {
	width: 950px;
	line-height: 12px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: right;
	color: #fff;
}

#pied_liens p {
	margin: 15px 70px 15px 0;
}

#pied_liens .connexion, #pied_liens .connexion a {
	display: none
}
