/* CSS NINA template CLIENT -  squelette */


/*//////////// styles génériques ///////////////*/

html{
	width:100%;
	height:100%;
}

body
{
	margin:0; /* pour éviter les marges */
	padding:0;
	text-align: center; /* pour corriger le bug de centrage IE */	
	height:100%;
}

img{
	border:none;
}

.espace {
	line-height: 0px;
	height:0px;
	padding:0px;
	margin:0px;
	clear: both;
}

/****Taille site*******/
header, #conteneur, footer, #login{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 980px;
	text-align: left;
}

/***** Header *****/

header {
	min-height:110px;
	padding:0 0 0 0;
}

header > div{
	max-width: 980px;
	margin: auto;
}

header:after, #drapeaux:after{
	display:table;
	clear:both;
	content:"";
}	

/*****Login*****/
#login{
	margin:0;
	height:25px;
	padding:2px 0 2px 0;
	width: 100%;
	z-index: 5000;
	position:fixed;

}

#login > div {
	max-width: 1000px;
	margin: auto;
}


#login_button{
	float:left;
}

#login_form{
	float:right;
	text-align: right;
	/*width: 60%;*/
}

#login p{
	margin:5px;
	padding:0 5px 0 5px;
}

#login form{
	margin: -4px 0 0 0;
}


/****pictogrammes*****/
#admin{
	float:left;
	display:block;
	width:20px;
	height:20px;
	margin:2px 0 0 15px;
}

.test_admin {
	padding: 5px 0 0 5px;
	display: inline-block;
	float: left;
}



#edit{
	float:left;
	display:block;
	width:20px;
	height:20px;
	margin:2px 0 0 5px;
}

#deconnect{
	float:right;
	display:block;
	width:20px;
	height:20px;
	margin:-3px 0 0 5px;
	text-indent: 99999px;
}

/******Logo site*****/
#logo_site {
	padding-top:5px;
	margin-left:10px;
}

#logo_site p{
	padding:0;
	margin:0;
}

#logo_site img{
	display: block;
	margin-left: auto;
	margin-right: auto ;
	max-width: 400px;
}

#nom_site{
	position:absolute;
	left: -4000px;
}



#zone_contextuelle1
{
	margin:-15px 10px 0 0;
	padding:0
}

#zone_contextuelle1 p {
	margin:0px 0 0 0;
	padding:0
}

#zone_contextuelle2
{
	margin:15px 0 0 0;
	width:100%;
}

#zone_contextuelle2 img {
    border: medium none;
    height:auto;
}

/******Zone_pub3********/
#zone_contextuelle3
{
	margin:15px 0 0 0;
	width:100%;
}

#zone_contextuelle3 img {
    border: medium none;
    height:auto;
}

/******Zone_pub4********/
#zone_contextuelle4
{
	margin:0 0 0 0;
	width:90%;
	float:left;
}

#zone_contextuelle4 img {
    border: medium none;
    height:auto;
}




/****Form_header*****/
#form_header{
	margin-top:39px;
	margin-left:5px;
	float:right;
	display:inline;
	text-align:right;
	width:36%;
}

#form_header p{
	padding:0px;
	margin:10px 5% 0 0;
}

#form_header form{
	margin:0px;
	padding:0px;
}

#form_header input{
	margin:0px;
	padding:3px;
}

#form_header input[type=text]{
	width:60%;
}

#form_header input[type=submit]{
	margin:0px;
	padding:3px;
	cursor:  pointer;
}

/*****Drapeaux******/	
#drapeaux {
	float:right;
	min-height:25px;
	display:inline;
	margin:-25px 0 5px 10px;
	clear:both;
}	

/******Menu principal*******/
nav, nav ul, nav li, nav a  {margin: 0; padding: 0;}

.toggleMenu {
    display:  none;
    padding: 10px 5% 10px 5%;
    width: 90%;
    margin:10px 0 0 0;
    z-index: 1000;
}

header nav{
    width: 100%;
    z-index: 1000;   
	clear:both;
}

header .nav {
    list-style: none;
     *zoom: 1;
}

header .nav a{
	text-align: left;
}

header .nav .derouler{
    display:none;
}

header .nav{
	display: block;
	text-align:center;
}

header .nav:before,
header .nav:after {
    content: " "; 
    display: table; 
}
header .nav:after {
    clear: both;
}
header .nav ul {
    list-style: none;
	text-align:center;
}
header .nav a {
    padding: 10px;
	display:inline-block;
}
header .nav li {
    position: relative;
}



header .nav > li .parent {
    position: relative;
    z-index: 1500;
    display: block;
    padding-right:20px;
}

header .nav li li .parent {
    position: relative;
    z-index: 1500;
    display: block;
}

header .nav > li > a {
    display: block;
    padding:7px 15px 9px 15px;

}

header .nav > li a:hover{
    text-decoration: none;
}

header .nav li  ul {
    position: absolute;
    left: -9999px;
}

header .nav > li.hover > ul {
    left:0;
}

header .nav li li.hover > ul {
    left: 100%;
    top:0;
}

header .nav li li a {
    display: block;
    position: relative;
    z-index:100;
    text-decoration: none;
}

header .nav li li a:hover {
    display: block;
    position: relative;
    z-index:100;
    text-decoration: none;
}

header .nav li li li a {
    z-index:200;
}

header .nav li li li a:hover {
    z-index:200;
}

header .nav li li li li a {
    z-index:200;
}

header .nav li li li li a:hover {
    z-index:200;
}

#menu_principal li {
	float:left;
	list-style-type: none;
	list-style:none;
}

header .nav .niveau_1{
    width:120%;
    min-width: 150px;
}

header .nav .niveau_2{
    width:100%;
}

header .nav .niveau_2 ul{
    width:100%;
}

header .niveau_1{
	list-style: none;
}

.niveau_1 > .ouvrir{
	width:10px;
	height:12px;
	float:left;
	list-style:none;
	text-decoration: none;
	margin: -12px 0 0 0;
}

.niveau_1 > .fermer{
	width:10px;
	height:12px;
	float:left;
	list-style:none;
	text-decoration: none;
}
/*
#colonne_ssmenu_centre .niveau_1 a:first-child{
	margin: 0 0 0 25px;
}*/

.ouvrir {
	display: inline;
	float: left;
	padding:0 0 0 10px;
}

#colonne_ssmenu_centre .niveau_1{
	clear:both;
	list-style: none;
}

.niveau_1{
	width:95%;
}

/*****Arian*****/
#arian{
	width:96%;
	clear:both;
	padding:10px 0 0 10px;
}

#arian p{
	margin-left:0px;
	margin-bottom:5px;
	margin-top:0px;
	font-size:12px;
}

/********Colonnes**********/
#conteneur{	
	clear:both;
	min-height:450px;
	padding: 0 0 25px 0;
}		

#conteneur:after, .contenu:after{
	display:table;
	clear:both;
	content:"";
}

.contenu{
	position:relative;	
	float:left;
	display:inline;
	margin:10px 0 10px 4%;	
	width:92%;
}

#accueil .contenu{
	position:relative;	
	float:left;
	display:inline;
	margin:20px 0 10px 2%;	
	width:96%;
}


#tiers{
	overflow:hidden;
	margin: 0;
	padding:0 10px 0 10px;
	max-width: 70%;
}

#tiers h1{
	margin-top:5px;
}

#edito h2 span{
	display: none;
}

#colonne_gauche_accueil{
	width:180px;
	float:left;
	display:block;
	padding: 0 8px 0 8px;	
	margin: 0 0 0 0px;
}


#colonne_centre_accueil{
	width:auto;
	overflow:hidden;
	margin:10px 0 0 0;	
	padding:0 1.5% 0 1.5%;
}

#colonne_droite_accueil{
	float:right;
	width:180px;
	display:block;
	padding: 0 8px 0 8px;	
}

#colonne_centre_accueil article, #colonne_droite_accueil article, #colonne_gauche_accueil article {
	/*margin: 0 2% 0 2%;*/
}



#colonne:after, #sous-menu:after{
	display: table;
	clear:both;
	content:"";
}

#blog{
	/*width:auto;
	overflow: hidden;*/
}



#derniers_commentaires{
	width:232px;
	margin:0 0 0 1%;
	float:right;
	min-height: 250px;	
	display:block;

}

#derniers_commentaires img{
	max-width: 230px;
	height:auto;
}

/********Menu colonne********/


#colonne{
	width:232px;
	margin:0 0 0 1%;
	float:left;
}

#colonne h1{
	margin-top:5px;
	padding-top:0px;
}


#colonne_ssmenu_haut{
	float:left;
	display:inline;
	margin-left:5%;
}

#colonne_ssmenu_centre{
	float:left;
	width:96%;
	margin:0 0 0 5%;
	display:inline;
	min-height:150px;
}

#colonne_ssmenu_bas{
	float:left;
	width:100%;
	display:inline;
	height:50px;
}

#colonne ul {
	margin:0px;
	margin-left:0px;
	padding:0px;
}

* html	#colonne ul {
	margin:0px;
	margin-left:10px;
	margin-top:5px;
	padding:0px;
}

* html	#colonne ul ul{
	margin:0px;
	margin-top:15px;
	margin-left:10px;
	padding:0px;
}

#colonne ul ul{
	margin-left:10px;
}

#colonne li {
	margin:10px 0px 0px 5px;
	padding:0px;
}
	
* html	#colonne li {
	margin:0px 5px 0px 5px;
	padding:0px;
}

#colonne li a{
	display: block;
}

/* debug */
#debug{
	position: fixed;
	left:0;
	top:0;
	background-color:#FFFFFF;
	width:200px;
	text-align:left;
	padding:5px;
	z-index:10000;
}

/****Slider*****/
.flexslider {max-width: 600px;   zoom: 1;}

#slider{
	position:relative;
}

.flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -20px 0 0; 
	display: block; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 1; 
	-webkit-transition: all .3s ease;
		background: url(img/bg_direction_nav.png) no-repeat 0 0; 

}


.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 5px; 
}

.flex-direction-nav .flex-prev {
	left: 5px
}

.flexslider:hover .flex-next {
	opacity: 0.8; 
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8; 
	left: 5px;
}



/*************************** CLASSES ************************/

.article_accueil{
	min-height:150px;
	width: 100%;
	margin-bottom:10px;
}

.logo_article_accueil{
	float:left;
	max-width:120px;
	margin:0 10px 10px 0;
}

.logo_article_accueil img{
	max-width:120px;
	max-height:120px;
}

.texte_article_accueil{
	width:65%;
	min-height:130px;
	float:left;
	margin-left:10px;
}

.texte_article_accueil_plein{
	width: 100%;
	float:left;
	margin-left:10px;
	min-height:130px;
}

.nom_secteur_accueil {
}

.article_accueil h2{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

.article_accueil p{
	margin:0px;
	margin-bottom:2px;
}

.date_gauche{
	text-align:left;
	margin:0px;
	padding:0px;
}

.agenda {
	clear: both;
	display: table;
	content: "";
	margin:10px;
}

.evt_calendrier{
	padding: 0 0 20px 0;
}

.evt_calendrier h3 {
	clear: both;
}

.date_calendrier{
	padding: 3px;
	float: right;
	clear: both;
	margin:0;
}

.add_this_gauche{
	float:right;
	margin:10px 10px 0 0;
	padding:10px;
	display:inline;
	width:60%;
}

.add_this_gauche div{
	float:right;
}
.commentaire_gauche{
	float:left;
	width:100px;
	height:25px;
	clear:both;
}

.commentaire_gauche2{
	float:left;
	width:400px;
	display:inline;
}

#commentaires{
	clear: both;
	margin:0 10px 0 10px;
}

#commentaires > div{
	margin:0 0 30px 0;
}

.commentaire_picto{
	width:26px;
	height: 22px;
	display: block;
	float: left;
	margin:0 5px 0 0;
}

.commentaire_infos{
	padding:3px 8px;
	display: block;
}

.tags{
	padding-top:5px 0 5px 10px;
	clear:both;
	margin-top:5px;
}

.nb_commentaire{
	padding:3px 0 2px 5px;
	clear: both;
}

.nb_commentaire p{
	margin:0px;
}

.plugin_image{
	float:left;
	display:inline;
	min-height:100px;
	margin-right:10px;
}

.module_image{
	float:left;
	width:30%;
	display:inline;
	margin-left:10px;
}

.more_dl{
	padding:3px 8px;
	float: right;
}

hr.plugin{
	height: 1px;
	margin:0;
	padding: 0;
	border: 0;
	clear:both;
}

ul.liste_plugin{
	margin-left:10px;
	padding:0px;
}

li.liste_plugin{
	margin:10px 5px 10px 5px;
}
	
.antispam{
	display:none;
}

/*////////////////////////// Selecteurs //////////////////////*/
#tiers hr{
	display: block;
}

hr{	
	height: 1px;
	border: 0;
	clear:both;
}
 

/*////////////////////////// Formulaires //////////////////////*/


input[type=text], input[type=email], input[type=password]{
    margin: 0;
    padding: 3px;
}

input[type=submit]{
    cursor: pointer;
    margin: 0;
	padding: 3px 10px;
}

textarea, select {
	padding:3px;
}

#formulaire{
	width:50%;
}

#formulaire table{
	border-spacing:5px;
	width:100%;
}

#formulaire input[type=text], #formulaire input[type=email], #formulaire input[type=password], #formulaire textarea, #formulaire select{
	display:block;
	width:85%;
}

.need{
	color: red;
}

/*////////////////////////// Images //////////////////////*/

img{
	border:none;
}

a img {
	border: none;
}

img a{
	text-decoration:none;
}

/*////// Selecteur langues /////////*/


.bouton_lang{
	text-align: center;
	width: 25%;
	float: right;
	display: inline;
	padding: 0 5px 0 5px;
}

/*//////// Bouton Top /////////*/

#toTop{
	position: fixed;
	width: 60px;
	height:60px;
	bottom:20px;
	right:2%;
	cursor:pointer;
	display:none;
}

#toResponsive{
	display: none;
}

/**************************************/
/**************Agenda******************/
.gg {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

.dd {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
}
.calendarTable tr:first-child {
	width: 100%;
	margin:0 15px 0 0;
}

.calendarDays tr, .calendarHeader tr{
	text-align:center;
}

.calendarBack {
	width:170px;
	float:left;
	margin-left:10px;
}
.calendarTable {
	width:180px;
	border-spacing: 0;
	border-collapse: collapse;
}

.calendarTable tr {
	text-align: center;
}

.calendarTable td {
	padding: 2px;
}

td.calendarTop, td.calendarToday{
	text-align:center;
}

#colonne_droite_accueil .calendarTable {
	width:180px;
	margin-left:6px;
}

.calendar_haut {
	width:170px;
	text-align:center;
	padding-bottom:15px;
	clear:both;
}

.calendar_centre {
	width:170px;
	clear:both;
	padding: 0 0 20px 0;
}

.calendar_bas {
	width:170px;
	clear:both;
	height:15px;
}

.calendarDays{  
	height: 18px; 
}

.calendarDays table{
	width:100%;
	border:none;
}

.calendarHL
{  
	width: 20px;
	height: 18px;
}

.calendarHL a
{  
	width: 20px;
	height: 18px;
}

/***** Illustration ******/
#illustration{
	width: 100%;
	margin:0 auto 15px auto;
}

#illustration img{
	width: 100%;
	height:auto;
	margin: 0 0 15px 0;
}

/******* Icone de la page************/
.icone_page{
	float:left;
	width:10%;
	max-width: 40px;
}


/********** NUAGE **/

#nuage p{
	text-align:center;
	margin-left:10px;
	padding:5px;
}
#nuage a{
	padding-right:10px;
	white-space : nowrap;
}
#nuage{
	margin:25px 0 15px 0;
	clear:both;
	width:100%;
}
#nuage p span a:hover{
	font-weight: bold;
	text-decoration: none;
}

/* module annuaire */

.tableau_nina td{
	padding:5px;
	border:1px  solid #999999;
}

.tableau_nina th{
	padding:5px;
	border:1px  solid #999999;
	background-color:#CCCCCC;
	text-align:center;
}


table.tableau_nina{
	border: thin solid #CCCCCC;
	border-collapse: collapse ;
	text-align:center;
}

td.cellule_aligne_gauche
{
	text-align:left;
}


/***** footer *****/

footer {
	padding:15px 0 15px 0;
	margin-top:15px;
	text-align: left;
}

footer nav:after, footer nav ul:after{
	display: table;
	content:"";
	clear: both;
}

footer nav ul {
	padding: 0px;
	list-style: none;
	margin:0 auto;	
}

footer nav ul li {
	display:inline-block;
}

footer > div:after{
	content:"";
	display: table;
	clear: both;
}

footer > div{
	max-width: 980px;
	margin: auto;
	height: auto;
}

footer .nav{
	display:none;
}

footer .nav .niveau_1, footer .nav .niveau_2{
	display: none;
}

footer nav:after{
	display: table;
	clear: both;
	content:"";
}

.text_footer{
	padding:0 0 15px 0;
}

footer nav{
	display: block;
	width: 100%;
}

footer p{
	margin:0;
}

footer nav img{
	display: none;
}

footer nav li a:hover, footer li a:focus{
	text-decoration:none;
}

.html5{
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}


/**** LEI ****/

#tabs{
	clear:both;}


/*LEI*/
/* galerie miniature */


#fiche_lei{
	background-color:#f1eee9;
	padding-top:5px;
	min-height:166px;
}


#galerie 
{ 
	float:left;
	position:relative;
	text-align:center;
	width:50%;
} 

#galerie img
{ 
	max-width:100%;
	max-height:300px;
} 

#affiche-image
{	
	width:100%;
	/*min-height:200px;*/
} 

 
 
ul#galerie_mini 
{ 
    margin: 0 ; 
    padding: 0 ; 
    list-style-type: none ; 
} 
 
ul#galerie_mini li 
{ 
    float: left;
	display: block; 
	width:31%;
	
    margin: 2px 2px ; 
	} 
 
ul#galerie_mini li img 
{ 
	width:100%;
} 
 
dl#photo 
{ 
  	clear: both ; 
    margin: 0 auto ; 
} 
 
 
dl#photo dd 
{ 	
    margin: 0 ; 
} 
 
dl#photo img 
{ 
    border: 1px solid #dcb ; 
}

#texte_fiche{
	position:relative;
	float:right;
	width:45%;
	margin-right:10px;
	display:inline;
}




#texte_fiche h3{
	clear:both;
}

#texte_fiche p{
margin-top:0px;
}

/* listing LEI */

.fiche_lei{
	border-bottom:solid 1px #c6c6c6;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
}

.fiche_lei h2, .fiche_lei h3{
	margin:0px;
}


.fond_liste_lei{
	padding:5px;
	}


.fond_liste_lei.gris{
	background-color:#f1eee9;
}


#first.fiche_lei{
	border-top:solid 1px #c6c6c6;
}

.image_liste_lei{
	width:40%;
	display:inline;
	float:left;
	clear:both;
	text-align:center;
	min-height:166px;
}

.image_liste_lei img{
	max-width:100%;
	max-height:300px;

}

.texte_liste_lei{
	width:55%;
	display:inline;
	float:left;
	margin-left:20px;
}

#contenu .texte_liste_lei{
	width:670px;
}

a.lien_liste_lei{
	text-align:right;
	font-style:italic;
	display: block;
	text-decoration:none;
}

a.lien_liste_lei:hover{
	text-decoration:underline; 
}

.liste_rubrique{
	clear:both;
	
}

.bloc_template_tiny_mce{
	width:100%;
	clear:both;
	overflow: auto;
	margin-bottom:5px;
}

.electrocution{
padding:10px;
background-color:#8ECCC1;
color:#000
}

.colonne_reste_tiny_mce{
	overflow: hidden;
}

.colonne_25_tiny_mce{
	float:left;
	width:25%;
}

.colonne_25_droite_tiny_mce{
	float:right;
	width:25%;
}

.colonne_33_tiny_mce{
	float:left;
	width:33%;
}

.colonne_50_tiny_mce{
	float:left;
	width:50%;
	margin-left:0px;
}