<style type="text/css">

/*-------------------------------------------------------------------------- Reset ---------------------------------------------------------------------------*/
.reset {
	
}

::selection {
	background: #333; /* Safari */
	color: #FFFFFF;
	}
::-moz-selection {
	background: #333; /* Firefox */
	color: #FFFFFF;

}

@font-face {
    font-family: 'typo_1';
    src: url('../font/blair.eot');
    src: url('../font/blair.eot?#iefix') format('embedded-opentype'),
         url('../font/blair.woff') format('woff'),
         url('../font/blair.ttf') format('truetype'),
         url('../font/blair.svg#blair') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'typo';
    src: url('../font/roboto.eot');
    src: url('../font/roboto.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto.woff') format('woff'),
         url('../font/roboto.ttf') format('truetype'),
         url('../font/roboto.svg#Roboto') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'typob';
    src: url('../font/roboto_b.eot');
    src: url('../font/roboto_b.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_b.woff') format('woff'),
         url('../font/roboto_b.ttf') format('truetype'),
         url('../font/roboto_b.svg#Roboto') format('svg');
    font-weight: bold;
    font-style: normal;
}


* {
   margin:0;
   padding:0;
   color:#ffffff;
   font-family:Verdana, Geneva, sans-serif;
   outline: 0;
   border: 0;
   font-family:'typo', Arial, sans-serif;
}

b, u, i {
	color:#333;
}

b, strong {
   font-family:'typob', Arial, sans-serif;
	color:#333;
}

a {
	cursor:pointer;
	cursor:hand;
	color:#333;
	text-decoration:none;
}

/* Table */
table {
  border-collapse: collapse;
  width:100%;
  border:1px solid #53748d;
  text-indent:5px;
  border-spacing: 0px;
  background:url(../images/interface/bg_table.jpg) left top no-repeat;

}

th {
	text-align:left;
	height:30px;
	font-weight:bold;
	color:#dff4ff;
}


td {
	height:25px;
}

caption {
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	line-height:30px;
}



/* ------------------------------------------------------------------ ARCHITECTURE DU SITE ------------------------------------------------------------------ */
/* Le body doit avoir la couleur du footer */

body {
    background: url(../images/interface/bg_body.png) center top repeat-y #FFFFFF;
	height:100%;
}

html {
	height:100%;	
}

.requete {
color:;
font-size:14px;
position:fixed;
z-index:9999;
background:#fff;
padding:5px;
top:200px;
left:5%;
width:90%;
}

.requete_menu {
color:;
font-size:18px;
z-index:9999;
padding:5px;
top:200px;
left:5%;
width:90%;
background:#CCC;
}

/* Le global doit avoir la couleur de fond du site */
#global {
	background: url(../images/interface/bg_body.png) center top repeat-y #FFFFFF;
	
	min-width:960px;
	width:100%;
	height:100%;
}

/*-------------------- header -------------------- */
#global_header {
	height:255px;
	background: url(../images/interface/bg_global_header.jpg) center bottom #FFFFFF;
	background-size: cover;
	border-top: 5px solid #3f3941;
	position:relative;
}

#droit_header {
	width:155px;
	height:20px;
	position:absolute;
	bottom:5px;
	right:5px;
	background:url(../images/interface/bg_global_header_mention.png) top left no-repeat;
}

#header {
	position:relative;
	z-index:10;
	width:960px;
	height:100%;
	margin:0 auto;
}

#logo {
	left:0px;
	top:0px;
	height:255px;
	width:180px;
	display:block;
	font-size:0px;
	letter-spacing: -100px;
	text-indent:-9999px;
	position:absolute;
	background: url(../images/bouton/nouveau-logo.png) no-repeat left top ;
}

#logo:hover {
	background-position: bottom left;
}

/*-------------------- milieu -------------------- */

#contenu {
	width:100%;
	position:relative;
	margin:0 auto;
	clear:both;
	min-width:960px;
}


#milieu {
	position:relative;
	margin:0 auto;
	padding:0;
	height:auto !important;
	height:440px;
	min-height:440px;
	width:960px;
}

/*-------------------- footer -------------------- */

#footer {
	width:960px;
	height:100%;
	margin:0 auto;
	position:relative;
	clear:both;
	background: url(../images/interface/bg_footer.png) bottom center no-repeat ;
}

#global_footer {
	width:100%;
	height:100px;
	margin:0 auto;
	position:relative;
	clear:both;
	background: url(../images/interface/bg_footer_global.png) bottom center repeat-x #3f3941;
}


#logo_microweb {
	width:100%;
	text-align:center;
	margin:0 auto 0 auto;
	padding-top:10px;
	height:61px;
}


/*--------------------------------------------------------- MISE EN FORME      TITRE / TEXTE / LISTE ---------------------------------------------------------*/

/*------------------------------ TITRE --------------------------------*/

h1 {
	font-size:0px;
	text-indent:-9999px;
	position:absolute;
}

h2 {
	color:#3f3941;
	display:block;
	height:40px;
	line-height:55px;
	padding: 0px;
	margin:0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	clear: both;
}

h3 {
	color:#bd0927;
	display:block;
	line-height:25px;
	font-size: 19px;
	font-weight: bold;
	margin: 10px 0;
	clear: both;
}


h4 {
	color:#bd0927;
	display:block;
	line-height:22px;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-style:italic;
	display:block;
	clear: both;
}

h5 {
	color:#bd0927;
	display:block;
	line-height:22px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	display:block;
	clear: both;
}

/*------------------------------ TEXTE --------------------------------*/

#milieu p {
	color:#333;
	line-height:20px;
	margin:0 0 10px 0;
	text-align:justify;
	font-size:13px;
}


/*------------------------------ LISTE --------------------------------*/

#milieu ul {
	color:#333;
	line-height:20px;
	font-size:13px;
	list-style-image: url(../images/interface/puce.png);
	list-style-position: outside;
}

#milieu ol {
	color:#333;
	line-height:20px;
	font-size:13px;
	list-style-position: outside;
	margin: 0 0 0 30px;
}

#milieu li {
	color:#333;
	line-height:20px;
	margin: 0 0 10px 0;
}



/*----------------------------------------------------------------- NAV PRINCIPALE DU SITE -------------------------------------------------------------------*/

#menu {
	width:180px;
	bottom:0;
	left:0;
	background-color:#3f3941;
	height:100%;
}

#menu li{
	position:relative;
	height:50px;
	line-height:50px;
	list-style:none;
	width:180px;
	border-bottom:1px solid #6e6970;
	font-size:14px;
	margin:0;
}

#menu li a {
	display:block;
	text-align:center;
	font-family:typo_1;
	color:#FFFFFF;
}

#menu .nav_select, #menu li a:hover {
	background:url(../images/interface/bg_nav.png) top right repeat-y;
}



/*--------------------------------------------------------------------- SUB-NAV DU SITE ----------------------------------------------------------------------*/

#menu .subnav ul{
	position:absolute;
	top:60px;
}

#menu .subnav ul li{
	float:none;
	line-height:45px;
	height:0px;
	overflow:hidden;
}

#menu .subnav ul li a {
	background:#333;
}

#menu .subnav ul li a:hover {
	background:#bd0927;
}

#menu .subnav_1 {
	width:180px;
}

#menu .subnav_2 {
	width:150px;
}


/*----------------------------------------------------------------      CLASS GENERALES      -----------------------------------------------------------------*/

.clearer {
	clear:both;
	height:0px;
}

.float_left {
	float:left;
	margin:0 20px 20px 0;
}

.float_right {
	float:right;
	margin:0 0 20px 20px;
}

#map {
	height: 450px;
	width: 100%;
	margin: 0px;
	color:#333;
}

#map div, #map span {
	color:#3b3c3f;
	font-size: 13px;
}


/* --------------------------------------------------------------------- TROIS COLONNES --------------------------------------------------------------------- */

.tri_colonne {
	width:310px;
	float:left;
	margin:0 15px 0 0;
}

.tri_colonne img{
	width:100%;
	margin:0 0 10px 0;
}



/* ----------------------------------------------------------------------- CHECKBOXES ----------------------------------------------------------------------- */

input[type=checkbox]
{
	padding: 0;
	margin: 0;
	height: 20px;
	width: 30px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: 5;
}

label.checkbox 
{ 
	float: left; 
	line-height: 20px; 
	color: #000; 
	padding: 0 0 0 30px;
	-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease; 
}
div.check:not(#foo) > input + label {
	background: url(../images/interface/checkbox.png) 0 0px no-repeat;
	height: 20px;
}

div.check:not(#foo) > input[type=checkbox]:checked + label {
	background-position: 0 -20px; }




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
																									/* FONCTIONALITES */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --------------------------------------------------------------------- RECHERCHE INTERNE ------------------------------------------------------------------ */

#form_recherche {
	position:absolute;
	top:150px;
	right:0px;
}

#recherche {
	color:#bd0927;
	line-height:25px;
	width:200px;
	text-indent:5px;
	height:25px;
}

#internal_search {
	background:#bd0927;
	color:#FFFFFF;	
	padding:5px;
	height:25px;
}


#nb_pages_recherche {
	position:absolute;
	top:90px;
	left:0px;
	font-weight:bold;
	font-style:italic;
}

#bt_lang {
	width:28px;
	height:17px;
	display:block;
	position:absolute;
	top:-5px;
	right:0;
	background:url(../images/bouton/drapeau_fr.png) top center no-repeat;
	border: 5px solid #FFFFFF;	
}



/* ------------------------------------------------------------------- FORMULAIRE DE CONTACT ---------------------------------------------------------------- */

#contact {
	position:relative;
	margin-top:20px;
	height:475px;
	background: url(../images/interface/bg_contact.png) no-repeat left top;
}

#contact.message_envoye {
	height:0px;
	opacity:0;
}

.message_ok {
	height:200px;
	overflow:hidden;
	opacity:1;
	
	-webkit-transition: all 0.6s ease; 
	-moz-transition: all 0.6s ease; 
	-o-transition: all 0.6s ease; 
	transition: all 0.6s ease; 
}

.message_ok.out {
	height:0px;
	opacity:0;
}


#milieu .message_ok p {
	text-align: center;
	margin: 40px 0;
	font-size: 20px;
	color: #34AA2F;
}

#milieu .message_ok a {
	cursor: pointer;
	font-size: 15px;
	background: #3f3941;
	display: block;
	width: 370px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	margin: auto;
	color: #fff;
	font-family: 'typo_1';
}

#milieu .message_ok a:hover {
	background: #bd0927;
}

#contact label {
	width:235px;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#333;
	font-size:12px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position:absolute;
}

#contact input {
	height:40px;
	margin:0;
	width:260px;
	font-weight:bold;
	font-size:12px;
	text-indent:5px;
	color:#bd0927;
	line-height:30px;
	background:#e0e0e0 center right no-repeat;
	margin: 0 0 10px 0;
	float: left;
	position:absolute;
}

#contact textarea {
	overflow:auto;
	width: 650px;
	height: 125px;
	font-size:12px;
	border:none;
	padding:5px;
	color:#333;
	background:#e0e0e0 top right no-repeat;
	margin:0;
	float: left;
	position:absolute;
}

#contact select {
	background-color:#ffffff;
	margin:0 0 0 180px;
	height:20px;
	color:#003049;
}

#contact .bouton_envoyer {
	height:40px;
	line-height:40px;
	width: auto;
	padding: 0 15px;
	font-size: 14px;
	cursor:pointer;
	bottom: -20px;
	right: 0px;
	color:#3f3941;
	text-indent: 0;
	font-family:'typo_1', Arial, sans-serif;
}

#contact .bouton_envoyer:hover {
	background-color: #333;
	color:#FFFFFF;
	
}

#contact .message {
	color: #ee4646;
	bottom: 30px;
	position: absolute;
	left: 140px;
	font-size:15px;
}


#contact .champs_obligatoires {
	bottom: 20px;
	position: absolute;
	left: 100px;
	font-size:13px;
	color:#3f3941;
}


#contact input.wrong, #contact textarea.wrong {
	background-image: url(../images/interface/form_non.png);
	border:1px solid #e04d2b;
}

#contact input.ok, #contact textarea.ok {
	background-image: url(../images/interface/form_ok.png);
	border:1px solid #26b845;
}

/*---------------------champs---------------------------*/

.nom_l {   top:0; left:-40px;	}
.nom {	top:0;left:100px;   }

.prenom_l {  top:0;left:357px;  }
.prenom {  top:0;left:500px;  }

.tel_l {  top:50px;left:-50px;  }
.tel {  top:50px;left:100px;  }

.mail_l {  top:50px; left:360px;  }
.mail {  top:50px; left:500px;  }

.organisme_l {  top:100px;left:-50px;  }
.organisme {  top:100px;left:100px;  }

.adresse_l { top:150px;left:-43px;  }
.adresse {  top:150px;left:100px;  }

.postal_l {  top:150px;left:347px;  }
.postal {  top:150px;left:500px;  }

.ville_l {  top:200px; left:-35px;  }
.ville {  top:200px; left:100px;  }

.captcha_l {  top:200px; left:355px;  }
.captcha {  top:200px; left:500px;  }
.captcha_i { position: absolute; top: 250px; left: 490px; width: 130px; }
.explication{top: 245px; left: 550px;}
.captcha_error {  top:445px;left:60px; color:red !important; font-size: large !important; }

.message_l {  top:300px;left:-47px;  }
.message_t {  top:300px;left:100px;  }


/* ---------------------------------------------------------------------- MODULE DOCUMENT ------------------------------------------------------------------- */

#milieu .titre_accordeon {
	line-height: 40px;
	width: 570px;
	text-indent: 40px;
	margin: 0 0 1px 0;
	cursor: pointer;
	color:#FFFFFF;
	background-repeat:no-repeat;
}

#milieu .titre_accordeon:hover {
	background-color:#333}


#milieu .contenu_accordeon {
	padding:10px 0;
}


#milieu .contenu_accordeon a {
	line-height: 30px;
	margin: 5px 0;
	padding:0 0 0 30px;
	height: 30px;
	max-width: 520px;
	display: block;
	cursor: pointer;
	color:#3f3941;
	background: url(../images/interface/pdf.png) top left no-repeat;
}


#milieu .contenu_accordeon a:last-child {
	line-height: 30px;
	margin: 5px 0;
	padding:0 0 0 30px;
	height: 30px;
	max-width: 520px;
	display: block;
	cursor: pointer;
	color:#3f3941;
	background: url(../images/interface/pdf.png) top left no-repeat;
	border-bottom:none;
}


#milieu .contenu_accordeon a:hover {
	font-weight:bold;
}

#milieu .tri_colonne p.titre_documents {
background: #3f3941 right center no-repeat;
color: white;
text-indent: 10px;
line-height: 33px;
display: block;
font-family: 'typo', Arial, sans-serif;
font-size: 14px;
cursor: pointer;
}

.tri_colonne .voir_document {
background: -2px 4px no-repeat;
color: #333;
line-height: 30px;
display: block;
font-family: 'typo', Arial, sans-serif;
font-size: 13px;
border-bottom: 1px dashed #C6C6C6;
}

/* ------------------------------------------------------------------------ PAGE NEWS ----------------------------------------------------------------------- */

.actu {
	clear:both;
	margin: 0px 0 30px 0;
	border-bottom: 1px solid #333;
	padding: 0 0 30px 0;
	display:inline-block;
	width:760px;
}

.actu:last-child {
	border:none;
}

.actu .conteneur {
	width:440px;
	float:right;
}

.actu img {
	float:left;
	width:300px;
	height:200px;
}

.actu .visuel {
	float:left;
	width:300px;
	height:200px;
	display:block;
	background: center center;
	background-size:cover;
}

#milieu .actu p.date {
	margin:0 0 20px 0px;
	font-style:italic;
	color:#bbb;
}


#milieu .actu h3 {
	margin:0 0 0 0px;
	font-size:25px;
	height:auto;
}

#milieu .actu a.diaporama {
	width:170px;
	height:45px;
	display:block;
	background:url(../images/news/diaporama.png) top left no-repeat #3f3941;
	text-indent:-9999px;
	font-size:0px;
	float:left;
	margin: 10px 20px 0 0;
}

#milieu .actu a.diaporama_invisible {
	width:0px;
	height:0px;
	text-indent:-9999px;
	font-size:0px;
	position:absolute;
	top:-1000px;
	left:-1000px;
}

#milieu .actu a.document {
	width:220px;
	height:45px;
	display:block;
	background:url(../images/news/document.png) top left no-repeat #3f3941;
	text-indent:-9999px;
	font-size:0px;
	float:left;
	margin: 10px 0px 0 0;
}

#milieu .actu a.suite {
	color:#FFFFFF;
	height:35px;
	line-height:35px;
	display:block;
	background:top left no-repeat #3f3941;
	text-indent:0px;
	font-size:0px;
	float:right;
	padding:0 10px;
	margin: 10px 0px 0 0;
	font-family:'typo_1', Arial, sans-serif;
	font-size:14px;
}

#milieu .actu a.document:hover , #milieu .actu a.diaporama:hover , #milieu .actu a.video:hover, #milieu .actu a.suite:hover {
	background-color: #333;
	color:#FFFFFF;
}

#milieu div.contenu_news {
	font-size:13px;
	line-height:20px;
	color:#333;
}

#milieu div.chapeau_news {
	font-size:13px;
	line-height:20px;
	color:#333;
	font-weight:bold;
	margin: 0 0 20px 0;
	font-family:'typob', Arial, sans-serif;
	text-align: justify;
}

#milieu div.contenu_news h4 {
	margin:15px 0 5px 0;
	font-size:16px;
	color:#3f3941;
}



/* ----------------------------------------------------------------------- FICHE NEWS ----------------------------------------------------------------------- */


.actu_fiche {
	margin: 0px 0 30px 0;
	display:block;
	width:500px;
	float:right;
}


.img_fiche {
	float: left;
	margin: 0 0 20px 0;
	width: 240px;
}

.col_gauche {
width:240px;
float:left;
}

.col_gauche img {
width:300px;
height:200px;
margin: 0 0 15px 0;
}

.col_droite {
width:630px;
float:left;
}

#fiche_news h2 {
	margin: 30px 0 5px 0;
}

#fiche_news .titre_documents {
	background: #333;
	color: #FFFFFF;
	text-indent:10px;
	line-height:33px;
	display:block;
	font-family:'typo', Arial, sans-serif;
	font-size:14px;
}

#fiche_news .voir_document {
	background:-2px 4px no-repeat;
	color: #333;
	text-indent:22px;
	line-height:30px;
	display:block;
	font-family:'typo', Arial, sans-serif;
	font-size:13px;
	border-bottom:1px dashed #3f3941;
}

#fiche_news .voir_document:hover {
	color: #3f3941;
	
}

/*----------------------------- BOUTONS--------------------------------*/

#fiche_news .boutons {
	float:left;
}

.bouton_retour {
	display:block;
	width:95px;
	height:35px;
	line-height:35px;
	padding:0 12px;
	margin: 0 0 10px 0;
	background: #3f3941 no-repeat;
	color: #FFFFFF;
	clear: left;
	font-family:'typo_1', Arial, sans-serif;
	font-size:13px;
	text-transform:uppercase;
}

.bouton_retour:hover {
	background: #333 no-repeat;
	color: #FFFFFF;
}

/*------------------------------ TEXTE --------------------------------*/


#milieu p.titre_news {
	font-family:'typo', Arial, sans-serif;
	font-size: 19px;
	float: right;
	text-align: left;
	width: 500px;
	line-height: 26px;
}

#milieu p.titre_news_2 {
	font-family:'typo', Arial, sans-serif;
	font-size: 19px;
	float: right;
	text-align: left;
	width: 440px;
	color:#bd0927;
}

#milieu p.date_news, #milieu p.date_news span {
	font-family:'typo', Arial, sans-serif;
	font-size: 13px;
	font-style:italic;
	color:#999;
}

#milieu p.date_evenement {
	font-family:'typo', Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
}

#fiche_news p {
	clear:both;
}




/*------------------------------ TEXTE BEDIT --------------------------------*/

#milieu .contenu_news h2
{
	color:#bd0927;
	line-height: 25px;
	margin: 10px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	height: auto;
}

#milieu .contenu_news h3
{
	color:#3f3941;
	line-height:20px;
	margin:10px 0 5px 0;
	font-size:15px;
	font-weight:normal;
	height: auto;
}

#milieu .contenu_news div, #milieu .contenu_news p
{
	color:#333;
	line-height:20px;
	font-size:12px;
	margin:0;
}

#milieu .contenu_news ul
{
	color:#333;
	line-height:20px;
	margin:0 0 0 30px;
}

#milieu .contenu_news a
{
	color:#333;
	line-height:20px;
	text-decoration:underline;
}



/*------------------------------ VIGNETTES --------------------------------*/
.vignette {
	float:left;
	width:180px;
	height:120px;
	line-height:100px;
	position:relative;
	overflow:hidden;
	margin:0 45px 35px 0;
}

.vignette img {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:20;
}

.vignette a.video {
	background:#ffffff;
}

.vignette .photo {
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.vignette a {
	position:absolute;
	display: table;
	width:180px;
	height:120px;
	top:120px;
	left:0;
	z-index:200;
	text-align:center;
	vertical-align:middle;
	line-height:12px;
}

.vignette a span {
	display: table-cell;
	width:180px;
	z-index:200;
	text-align:center;
	line-height:18px;
	height:120px;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:14px;
	font-family:'typo', Arial, sans-serif;
	padding: 0 10px;
	background:#3f3941;
}

.vignette:hover a {
	top:0px;
}



/*----------------------------- BOUTONS--------------------------------*/

#fiche_news .boutons {
	float:left;
}

#fiche_news .bouton {
	height:45px;
	line-height:45px;
	padding:0 20px 0 50px;
	float:left;
	margin: 0 0 10px 0;
	display:block;
	background: #3f3941 no-repeat;
	color: #FFFFFF;
	clear: left;
}

#fiche_news .bouton:hover {
	background: #333 no-repeat;
	color: #FFFFFF;
}

/*------------------------------ TEXTE --------------------------------*/

#fiche_news p {
	clear:both;
}

/*--------------------------- COMMENTAIRES ----------------------------*/

#fiche_news .bloc_commentaire , #fiche_news .bloc_commentaire_admin {
	clear:both;
	margin:0 0 20px 0;
}

#fiche_news .bloc_commentaire .pseudo , #fiche_news .bloc_commentaire_admin .pseudo{
	line-height:35px;
	height:35px;
	padding: 0 15px;
	font-size:16px;
	font-weight:normal;
	background: #bd0927;
	color: #FFFFFF;
	margin:0px;
	display:inline-block;
}

#fiche_news .bloc_commentaire .commentaire , #fiche_news .bloc_commentaire_admin .commentaire{
	padding: 15px;
	width:760px;
	font-weight:lighter;
	background: #3f3941;
	color: #333;
	margin:0px;
	display:block;
}

#fiche_news .bloc_commentaire_admin .pseudo{
	background: #333;
	float:right;
}

#fiche_news .bloc_commentaire_admin .commentaire {
	color: #FFFFFF;
	background: #3f3941;
	float:right;
}

#fiche_news h2.ajout_commentaire{
	background:none;
	color:#bd0927;
	display: block;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #3f3941;
	height: 45px;
}

#fiche_news .ajout_commentaires {
	position:relative;
}

#fiche_news .ajout_commentaires input {
	width:220px;
	height:45px;
	color: #333;
	background: #3f3941;
	position: absolute;
	left: 0;
	text-indent: 15px;
}

#fiche_news .ajout_commentaires textarea {
	width: 700px;
	height: 180px;
	padding:15px;
	color: #333;
	background: #3f3941;
	position:absolute;
	right:0;
	top:15px;
	
}


#fiche_news form {
	height: 240px;
	margin: 0;
	width: 960px;
}

#fiche_news input.poster {
	color: #bd0927;
	background: #3f3941;
	cursor:pointer;
	font-size: 20px;
	text-indent: 0px;
}

#fiche_news .poster:hover {
	color: #FFFFFF;
	background: #333;
}

/* ----------------------------------------------------------------------- ALBUM PHOTOS --------------------------------------------------------------------- */

.categorie_photo {
	width:300px;
	min-height:240px;
	float:left;
	margin: 0 30px 30px 0;
}

.categorie_photo a{
	width:300px;
	height:200px;
	margin:0px;
	text-indent:-9999px;
	font-size:0px;
	display:block;

	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.categorie_photo h3 {
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	width: 100%;
	line-height: 40px;
	margin:0 0 10px 0;
	background:#3f3941;
	font-size:14px;
	font-family:'typo', Arial, sans-serif;
}

a.photo_album {
	display:block;
	width:168px;
	height:168px;
	margin: 0 30px 30px 0px;
	float: left;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a.retour_albums {
	float:left;
	background:#3f3941;
	color:#FFFFFF;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	margin:0 0 20px 0;
}

a.retour_albums:hover {
	background:#bd0927;
}

a.photo_album.marge {
	margin:0 0 30px 0;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
																										/* MOOTOOLS */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* -------------------------------------------------------------------------- SLIDE ------------------------------------------------------------------------- */

.unslide {
	position:relative;
}

.slideshow{
	position:relative;
	width:760px;
	height:555px;
	display:block;
	margin:auto;
	overflow:hidden;
	}

.slide{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:-100%;
	//opacity:0;
	color:#fff;
	}

.previous{
	position:absolute;
	left:230px;
	font-size:36px;
	cursor:pointer;
	bottom: -60px;
	width: 40px;
	height: 40px;
	line-height: 33px;
	background: #3f3941;
	text-align: center;
	color: #FFFFFF;
	z-index:50;
	
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-ms-border-radius:40px;
	border-radius:40px;
}

.next{
	position:absolute;
	right:230px;
	font-size:36px;
	cursor:pointer;
	bottom: -60px;
	width: 40px;
	height: 40px;
	line-height: 33px;
	background: #3f3941;
	text-align: center;
	color: #FFFFFF;
	z-index:50;
	
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-ms-border-radius:40px;
	border-radius:40px;
}
	
	
.next:hover, .previous:hover {
	background: #bd0927;
	}
	
.unslide ul.slidenav li.nav_active, .unslide ul.slidenav li.nav_active:hover {
	border:2px solid #bd0926;
}
	
.unslide ul.slidenav li:hover{
	border:2px solid #bd0926;
}
	
.unslide ul {
	display: block;
	margin-top: 0;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -50px;
	left: 0px;
}
	
.unslide ul li {
	border:2px solid #dadada;
	display:inline-block;
	margin:0px;
	cursor:pointer;
	font-size:50px;
	line-height:50px;
	font-family:'typo', verdana;
	opacity:1;
	background: #dadada;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	border-radius: 20px;
}




/* ------------------------------------------------------------------------- MEDIABOX ----------------------------------------------------------------------- */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	height:450px !important;
	width:450px !important;
	position: absolute;
	z-index: 9999;
	left: 50%;
	background-color: #3f3941;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #3f3941  no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
	width: 450px !important;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px;
	height:0;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
	width: 40px;
	height:40px;
	cursor:pointer;
}

#mbPrevLink {
	background: url(../images/mediabox/precedent.png) no-repeat center #3f3941;
}

#mbNextLink {
	background: url(../images/mediabox/suivant.png) no-repeat center #3f3941;
}

#mbCloseLink {
	background: url(../images/mediabox/fermer.png) no-repeat center #3f3941;
	position: absolute;
	top: -40px;
	right: 10px;
}
#mbCloseLink:hover, #mbNextLink:hover, #mbPrevLink:hover {
	background-color: #bd0927;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

#mbImage p {
	position: relative;
	margin:0px;
	font-size: 13px;
	color: #FFFFFF;
}






/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* menu */
#nav {
	width:180px;
	float:left;
}

#nav a {
	font-size:13px;
	font-family:typo;
	color:#fff;
}

#nav p {
	font-size:13px;
	font-family:typo;
	color:#fff;
	text-align:center;
	line-height:22px;
	margin-top:30px;
	width:180px;
	float:left;	
}

/* Contenu accueil */
#contenu_droite {
	padding:20px 0px 0px 20px;
	margin-bottom:20px;
	float:right;
	width:760px;	
}

#gauche {
	float:left;
	height:555px;
	width:370px;
}

#droite {
	float:right;
	height:555px;
	width:370px;	
}

#titre_page {
	display:inline;
	font-family: typo_1;
	border-bottom: 2px solid #bd0926;	
}

.bienvenue {
	height:230px;
	width:370px;
	float:left;
	margin: 0 0 20px 20px;
}

.photo_accueil {
	float:left;
}

.bienvenue h2 {
	display:inline;
	font-family:typo_1;
	color:#3f3941;
	font-size:20px;
	border-bottom:2px solid #bd0926;
	padding-bottom:10px;
}

.bienvenue p {
	padding-top:20px;
	font-family:typo;
	font-size:14px;
	line-heigt:20px;
}

#news1 h2, #news2 h2 {
	font-family:typo_1;
	color:#3f3941;
	font-size:20px;
	padding:40px 0px 0px 20px;
	line-height:20px;
	height:auto;
	margin:0px;
}

#news1 .date, #news2 .date {
	font-size:14px;
	font-family:typob;
	color:#655e5e;
	margin:13px 0px 30px 20px;
}

#news1 {
	position:relative;
	background-color:#ededed;
	margin:0 20px 0 0;
	height:305px;
	width:370px;	
	clear:both;
	float:left;
}

#news2 {
	position:relative;
	background-color:#e0e0e0;
	height:305px;
	width:370px;	
	float:left;	
}

#news1 p, #news2 p {
	margin:30px 20px 0 20px;
	color:#3f3941;
	font-family:typo;
	font-size:14px;
	line-heigt:20px;
}

#news1 a, #news2 a {
	border-bottom:2px solid #3f3941;
	padding-bottom:10px;
	font-size:12px;
	font-family:typo_1;
	margin:0px;
	position:absolute;	bottom: 20px;	right: 20px;
}

#news1 a:hover, #news2 a:hover {
	color:#bd0926;
	border-bottom:2px solid #bd0926;
}


.chapeau_news_accueil {
	color:#333;
	font-size: 13px;
	margin: -20px 20px 0px 20px;
}



/* Avocats */
.slide img {
	float:left;
	height:555px;
}

.slide #desc {
	height:555px;
	width:390px;
	float:right;	
}

#desc h2 {
	font-size:24px;
	color:#3f3941;
	font-family:typo_1;
	height:auto;
	line-height:30px;
	padding-top:45px;
	padding-left:20px;
}

#desc p {
	font-size:14px;
	color:#3f3941;
	font-family:typo;
	margin-bottom:20px;
	padding-left:20px;
	line-height:18px;
}

#ombre {
	margin:0 0 0 -20px;
	width:760px;
	float:left;
}

.ombre_header {
	width:760px;
	padding-bottom:20px;
}
		
		
		
#milieu p.email {
	font-family:'typob';
}	
		
#milieu p.email a {
	color:#bd0927;
}
																									/* SITE */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --------------------------------------------------------------------- Accueil ------------------------------------------------------------------ */


</style>