/* CSS NINA template CLIENT THEME 5 */


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

body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#edccab;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}


/**Selecteurs******/
 a{
	font-family: 'Lato', Arial, Helevtica, sans-serif;
	color:#823a40;
	/*font-family: 'Pacifico', cursive, Helvetica, sans-serif;
	color:#823a40;*/
}

 a:hover {
}

h1,h2,h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
}


h1, h1 a{
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #823a40;
}

h2{
	color:#823a40;
	font-size:20px;
	font-weight: normal;
	text-decoration: none;
	margin:10px 0 10px 0;
}

h2 a{
	color:#823a40;
}

h3, h3 a{
	font-size:16px;
	color:#823a40;
	font-weight: normal;
	text-decoration: none;
}

h4, h4 a{
	color:#823a40;
	font-weight: normal;
	text-decoration: none;
}




/*////////////////////////// Formulaires //////////////////////*/
input{
	border: 1px solid;
}

input[type=text], input[type=email], input[type=password]{
	border-color: #a4a1a1;
    color: #333333;
}

input[type=submit]{
	 text-decoration: none;	
    color: #FFFFFF;
    float:right;
    background: #823a40;
    padding:4px;
}

textarea, select {
}


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

header{
	padding: 0 0 0 0;
	
    position: relative;
    text-align: center;
    margin-bottom:20px;
	margin-top:20px;
}

/*****Login*****/
#login{
	background:#666666;
	color:#fff;
}

#login a{
	text-decoration:underline
}

#login  input[type=text], input[type=email], input[type=password]{	
	border-color: #a4a1a1;
	width: auto;
}



#login input[type=submit]{
	padding: 3px 10px;
	text-decoration: none; 
}

/****pictogrammes*****/
#admin{
	background: url('../../img/pictos/admin2.png');
}

.test_admin {
	color:#fff;
}

#edit{
	background: url('../../img/pictos/edit2.png');
}

#deconnect{
	background: url('../../img/pictos/power2.png');
}

/****accessibilité******/
header .accessible a{
	color:#333;
	text-decoration: underline;
	display: none;
}

/*****Form_header****/
#form_header{
	display:none;
}

#form_header span{
	display: none;
}

#form_header input{
	border:none;
	color: #333333;
}

#form_header input[type=text]{
	border-bottom:1px solid #777;
	color:#777;
}

#form_header input[type=submit]{
	padding: 3px 10px;
	border:none;
	text-indent:-9999px;
}

.form_newsletter input[type=submit]{
	background: url(img/newsletter.png) no-repeat;
	background-size: 100%;
}

.form_search input[type=submit]{
	background: url(img/search.png) no-repeat;
	background-size: 100%;
}


#drapeaux{
	position:absolute;
	top:0;
	right:0;
	}



#drapeaux span{
	display:none;
	}




.toggleMenu {
	color: #fff;
    background: #823a40;
    text-align: left;
}

.toggleMenu span{
	background: url(../../img/toggle.png) no-repeat;
	display: block;
	width: 35px;
	height: 21px;
	float: right;
}

header nav ul{
	background: none; 
}

header nav{
	margin:0 0 0 0;
}

header .nav{
	font-size: 14px;
}

header .nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#823a3f;
	text-decoration: none;
	font-size: 17px;
	text-transform:uppercase;
	font-weight:bold;
}

header .nav > li > a{
	border-right:1px solid #823a3f;
}
/*
header .nav > li .parent {
    background-image: url("img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

header .nav > li >.parent:hover {
    background-image: url("img/downArrow_on.png");
    background-repeat: no-repeat;
    background-position: right;
}



header .nav li li .parent {
    background-image: url("../../img/leftArrow.png");
    background-repeat: no-repeat;
}*/

header .nav > li > a{
	color:#823a3f;
}

header .nav > li:hover, header .nav > li.on {
	/*background: #823a40;*/
}

header .nav > li:hover a, header .nav > li.on  a{
	
}

header .nav > li li a {
   background: #823a3f;
   	color:#FFF;
	font-size:12px;

}


header .nav li li a:hover {
    background: #867f7a;
	color:#FFF;
}

header .nav li li li a {
    background:#823a3f;
}

header .nav li li li a:hover {
    background:#867f7a;
}

header .nav li li li li a {
    background:#823a3f;
}

header .nav li li li li a:hover {
    background:#867f7a;
}

#sous_menu h1{
	background: #823a40;
	color:#fff;
	padding:3px;
}

#sous_menu li.niveau_1 > a:first-child{
	width: 98%;
	background:#666666;
	padding:3px 0 3px 25px;
	margin:0;
}

#sous_menu li.niveau_1 > a{
	color:#fff;	
}

#sous_menu ul.niveau_2 > li {
	list-style: square;
}

#sous_menu ul.niveau_2 ul > li {
	list-style: circle;
}



.niveau_1 > .ouvrir{
	background:url('img/down.png') no-repeat;
}

.niveau_1 > .fermer{
	background:url('img/up.png') no-repeat;
}

/******colonnes******/
#conteneur{	

}	
 
.contenu{
	margin:0;
	width: 100%;
}

 
#tiers {
	background: #fff;
}

.article{
	background: #fff;
	padding:10px;
}


.contenu .article, .ajout_comm {
}

.ajout_comm {
	background-color:#FFFFFF;
	padding:10px;
	margin-top:20px;
}


#edito > div, .plan, .article_accueil, #download > div, #commentaires_accueil > div, .newsletter > div, .search > div, #colonne .agenda, .evt_calendrier, #colonne_ssmenu_centre, #commentaires > div, .add_this_gauche div, small{
	background:#fff;
	padding:5px;
}

#edito h1{
	display:inline-block;
	background-color:#867f7a;
	color:#FFF;
	font-size:15px;
	margin:0;
	font-weight:100;
	padding:5px;
}

#actus h2{
	display:inline-block;
	background-color:#823a3f;
	color:#FFF;
	font-size:15px;
	margin:0;
	font-weight:100;
	padding:5px;
	}
	
.nb_commentaire{
	text-align:right;}

.agenda{
	float:left;
	margin:0 0 0 10px;
}

.recherche {
	background:#fff;
	padding: 20px 10px;
}


.evt_calendrier, #blog > div{
	margin:10px 0 0 0;
}

.search > div {
	padding: 15px 5px;
}

.newsletter input[type=submit]{
	margin:-30px 0 0 0;
}

#commentaires_accueil > div{
	margin:0 0 10px 0;
}


#colonne_gauche_accueil{
	width:47%;
	padding:0px;
	float:left;
}

#colonne_droite_accueil{	
	float: right;
	width:47%;
	margin:0;
	padding:10px 10px 0 0;
	position: relative;
}


#colonne{
	padding:0 30px 0 0;
	margin:0;
}

#colonne h1{
	line-height:22px;
	font-size:18px;
}


#blog{

}

#last_commentaires{
}

/***Slider****/
.flexslider {max-width: 1000px; margin: 0 auto 60px auto;  zoom: 1;}



#slider{
	margin:25px 0 25px 0;
}

#flexslider .text_slider{
	position:absolute;
	bottom:10px;
	right:10px;
	background-color:#867f7a;
	padding:5px 10px;

}

.text_slider h1,.text_slider h2,.text_slider h3,.text_slider h4,.text_slider a,.text_slider p{
	color:#FFF;	
}

.flex-direction-nav li{
	background:#823a40; 
	
	top: 0;
	width:30px;
	height:30px;
	position: absolute
}

.flex-direction-nav a {
	/*background: url(img/bg_direction_nav.png) no-repeat 0 0; */
	background: url(img/bg_direction_nav.png) no-repeat 5px 0;
	background-size: 155%; 
	width:20px;
	height:20px;
	top:80%;
}

.flex-direction-nav li:first-child {
	left: 0;
}

.flex-direction-nav li:last-child {
	right: 0; 
}

.flexslider:hover .li:first-child  {
	left: 0;
}

.flexslider:hover li:last-child{
	opacity: 0.8; 
	right: 0px; 
}



#colonne li a{
	display: block;
	color:#666;
	text-decoration:none;
	font-size:12px;
}

#colonne li.on > a{
	font-weight:bold;
}

#colonne li a:hover {
	text-decoration:underline;
}

#colonne .ouvrir {
	margin: -15px 0 0 5px;
}

#arian{
	margin:25px 0 20px 10px;	
}

#arian a{
	color:#823a40;
	text-decoration: none;
}


#colonne_ssmenu_centre{
}

/*************************** CLASSES ************************/
.article_accueil{
	margin:0;
}

.texte_article_accueil{
	margin-left:0px;
}

.article_accueil h2{
	font-size:14px;
}

.more_actu{
	color:#823a40;
}

.logo_article_accueil img{

}


	

.infos{
	padding:3px 9px;
	color:#777;
	text-align: right;
	display: block;
	margin:-75px 0 0 0;
}

.article_accueil p{
	font-size:11px;
}

.evt_calendrier a{
	color:#eb9e03;
}

.all{
	background: #666666;
	padding:3px 9px;
	display: block;
	margin-top:10px;
}

.all a{
	color:#fff;
}

.date_calendrier{
	font-size: 11px;
	color: #777;
}

.evt_calendrier h3{
	background: #666;
	color:#fff;
	display: inline-block;
	padding:3px;
}

.date_gauche{
	text-align:left;
	font-size:10px;
}

.tags{
	border-top:#823a40 solid 1px;
	color:#666666;
}

.tags h2{
	font-weight:100px;
	color: #666666;
}

.tags a{
	color: #666;
}

.add_this_gauche{
	margin:10px 0 0 0;
	padding:0;
}

#commentaires{
	
}

.commentaire_auteur, .commentaire_date{
}

.commentaire_infos{
	color:#823a40;
	font-weight: bold;
}

.commentaire_picto{
	display: none;
}

#blog .nb_commentaire{
	margin: -30px 5px 0 0;
	display: inline;
	width: 92%;
}

.nb_commentaire a{
	color:#666666;
}

.article_date_auteur{
	color:#666666;
	font-weight:bold;
}

#download .url_dl {
}

.more_dl{
	color:#fff;
	background: #823a40; 
	margin: -15px 0 0 0;
}


hr.plugin{
	background: none;
}

.wysiwyg hr{
	color:#CCCCCC;
	background-color:#CCCCCC;
}


#illustration {
	/*display: none;*/
		margin:auto;
		margin-top:10px;

}

.need{
	font-size: 14px;
	color:#823a40;
}

/*//////// Bouton Top /////////*/
#toTop{
	background: #823a40;
	
}

#toTop span{
	background: url('../../img/top.png');
	width: 60px;
	height: 60px;
	display: block;
}


/****Agenda****/
#colonne_gauche_accueil .agenda{
	display: none;
}

.gg {
	background: url(img/gg.gif) no-repeat;
}

.dd {
	background: url(img/dd.gif) no-repeat;
}

.calendar_open{
	
}

.calendarTable tr:first-child {
	background: #666666;
	color:#fff;
	font-weight: normal;
}

.calendar_haut {
	color:#666;
	font-size: 17px;
}

.calendar_haut a:first-child{
	float: left;
}

.calendar_haut a:last-child{
	float: right;
}

.calendarNav{ 
	font-style: normal; 
 }

.calendarTop{  
	font-size: 12px;
 }

 .calendarToday a{ 
  	color:#fff;
  	background: #666;
	padding:4px;
}

.calendarDays{  
	font-size: 11px;
	font-style: normal;
	text-align: center
}

.calendarHL
{  
	font-size: 12px; 
	background-color: #823a40; 
	text-align: center;
}

.calendarHL a
{  
	font-size: 12px; 
	text-align: center;
	color:#fff;
}

.evt_calendrier h3,{
	margin: 0;
}


/********** NUAGE **/
.nuage_1 a{font-size: 18px; color:#823a40; }
.nuage_2 a{font-size: 16px;  color:#666666; }
.nuage_3 a{font-size: 14px;  color:#823a40; }
.nuage_4 a{font-size: 12px;  color:#666666; }
.nuage_5 a{font-size: 10px;  color:#823a40; }

#nuage{
	border:2px dotted #bbb;
	display: none;
}


/* module annuaire */

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

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

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

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

footer {
	background:#867f7a;
	font-size:14px;
	color:#FFF;
	
}

footer a{
	text-decoration: none;
	font-size: 15px;
	color:#FFF;
}



.text_footer{
	background-color:#823a3f;
	
}
footer #menu_racine{
	margin:0 10px 10px 10px;
	}

footer #menu_racine > ul > li{
	float:left;
	list-style-type:none;
	width:18%;
	padding:0 1%;
	}
	
footer #menu_racine  ul {
	margin:0;
	padding:0;
	}

footer #menu_racine > ul > li > ul > li {
	list-style-type: circle;
	margin-left:13px;
	}
	
	footer #menu_racine > ul > li > ul > li > a {
		font-size:12px;
	}
	
	footer #menu_racine > ul > li > ul > li > ul {
		display:none;
	}
	
	
#menu_footer{
	padding:10px;
	width:45%;
	float:left;
}

#menu_footer li{
		list-style-type: none;

}

#zone_texte_footer{
	text-align: right;	
	padding:10px 0px;
	width:45%;
	float:right;
}
.html5{
	display: none;
}

/* LEI */
#tabs h3, #tabs h3 a{
	background-color:transparent;
	margin-bottom:0;
	padding-bottom:0;
}

@media (min-width:769px){
	
	
	
	header nav{
		position: absolute;
		margin-top:-40px;
	}
	header .nav{
		float:right;
	}
	
	header .nav > li > a{
		padding:0 10px 0 0;
	}
	
	header .nav > li > a.parent{
		padding:0 10px 0 0;
	}
	
	#logo_site{
		margin:15px 0 0 0;
	}
	#header_contenu{
		height:175px;
	}
	
	
	#zone_editable1{
		float: right;
		text-align:right;
		width:505px;
	}
	
	#zone_editable1 li {
		display:inline;
	}
	#zone_editable1 a {
		color:#823a41;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		display:block;
		float:left;
		padding-top:55px;
		text-decoration:none;
		background-image:url("../../img/menu_haut.png");
		padding-left:70px;

	}
		
	#zone_editable1 li:nth-child(1) a{
		background-position:-10px top;
		padding-left:50px;
	
	}
	
	#zone_editable1 li:nth-child(2) a{
		background-position:-150px top;
	}
	
	#zone_editable1 li:nth-child(3) a{
		background-position:-260px top;
	}
	
	#zone_editable1 li:nth-child(4) a{
		background-position:140px top;
	}
	
	
	#zone_editable2{
		float: right;
		padding:10px 10px 0 0;
		text-align:right;
		width:505px;
		text-align:right;
	}
	
	#zone_editable2 li {
		display:inline;
		text-align:right;
	}

	#zone_editable2 a {
			color:#867f7a;
			font-style:italic;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:15px;
			text-decoration:none;
			border-right:1px solid #867f7a;
			padding:0 5px;
		}
		
	header nav .cacher_menu{
		display:none;
	}
	#tiers{
		float: right;
	}
	

}

@media (min-width:769px) and (max-width:900px){
	#logo_site img{
		margin-top:-35px;
	}
}

@media (max-width:1024px){

	#tiers{
		float: right;
	}
	
}

@media (max-width:768px){
	
	
	
#zone_editable1
{
		display:none;
		}	
	
#zone_editable2
{
	display:none;
	}	
	
	
#logo_site{
	width: 70%;
	margin:15px 0 0 0;
	margin-bottom:25px;
	float: none;
}

#login{
	margin:0;
}

.login_floatable{
	top:0;
}


header{
	text-align:center;
}


#tiers{
	padding:2%;
	width: 96%;
}


hr{
	margin: 0 0 0 10px;
}

header .nav{
	float:none;
	margin:0;
	background:#823a40;
	display: none;
	
}

header .nav{
	text-align: left;
	border:none;
}

header .nav li li .parent {
	background-image: url("../../img/downArrow.png");
	background-repeat: no-repeat;
	background-position: top 12px right 10px;
}

header .nav > li .parent {
	padding-right: 0;
	background-position: top 10px right 10px;
	background-image: url("../../img/downArrow.png");
	background-repeat: no-repeat;
}

header .nav > li li a{
	background:#7f5659;

}

header .nav .niveau_1, header .nav .niveau_2, header .nav .niveau_3{
	width:100%;
}

header .nav > li > a, header .nav > li a {
	color: #fff;
}

.nav_floatable {
	top:0;
}


.texte_article_accueil{
	width: auto;
	margin:0;
	float: none;
}

.lire_suite{
	margin:15px 0 0 0;
}

#tiers{
	margin:0;
}

#colonne{
	width: 100%;
	padding: 0;
}

#colonne_centre_accueil, #colonne_gauche_accueil, #colonne_droite_accueil{
	width: 96%;
	margin:0 2% 0 2%;
}

footer #menu_racine > ul > li{
	float:left;
	list-style-type:none;
	width:100%;
	}
}