@charset "iso-8859-1";

body { background-color:#004000;
     margin-left:0px;
	 margin-top:0px }

h1	{  font-family: Times New Roman, Times, serif; font-size: 22px; font-style: normal; line-height: normal; font-weight: bold; color: #004000}	  

h2	{  font-family: Times New Roman, Times, serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: #004000}	 
	 
.slogan {  font-family: Times New Roman, Times, serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: #004000}	 

.intro {  font-family: Times New Roman, Times, serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; color: #004000}
	 
.TITRES {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; color: #035232}
.sTITRES {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #035232}

.message {  font-family: Times New Roman, Times, serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: normal; color: #000000}

.sansborduregauche { border-left-style:none; }
.sansborduredroite { border-right-style:none; }

.profil {font-family: arial, helvetica, sans-serif; font-size:14px; font-weight: bold; color:#FAB216; text-decoration:underline;}
.profil:hover {color:#000066; background-color :#FFFFFF;}
.profil:visited {color:#FAB216;}

.website_name {  font-family: Arial, Helvetica, sans-serif; font-size: 40px; font-style: italic; line-height: normal; font-weight: bold; color: #0f450f}

/* Accueil */

#container {
	max-width: 985px;
	padding: 0px;
	margin:auto;
}

#publicite {
	width: 100%;
	padding: 0px;
	margin:auto;
	background-color: #004000;
	height: 90px;	
	}
	
#publicite_gauche {
	float: left;
		}
	
#publicite_droite {
	float: right;
		}	
		
#publicite_bas {
	width: 100%;
	text-align:center;
	}	
	
#publicite_mobile {
	display:none;
}		

#mobile_nav {
	display:none;
}

#accueil_entete {
	width: 100%;
	padding: 0px;
	margin:auto;
	background-color: #fda711;
	height: 86px;	
}

#gauche {
	min-width: 40%;
	padding: 0px;
	float: left;
}

#droite {
	max-width: 60%;
	padding: 0px;
	float: right;
}

#separateur_vert {
	width: 100%;
	height: 3px;
	background-color: #004000;
	margin:auto;
	}

#accueil {
	width: 100%;
	height: 600px;
	background:url(images/celibataire_campagne.jpg) no-repeat;
	padding-top: 2px;
	margin:auto;
}

#photo_accueil {
	display: none;
	}

#contenu {
	width: 98%;
	padding: 0 1% 1% 1%;
	margin-top: 0px;
	text-align:left;
	background-color:#FFF;
}

#contenu_gauche {
	float: left;
	width: 60%;
	padding-top: 5px;
	}

#contenu_droite {
	float: right;
	width: 40%;
	padding-top: 5px;
		}	

#fiche {
	display: block;
	}	

#fiche_mobile {
	display: none;
	}	


#colonne1 {
	max-width: 16%;
	background-color: #fee1b2;
	float: left;
	margin-top: 10px;
	}

#colonne2 {
	max-width: 64%;
	float: left;
	margin: 0px 5px 5px 5px;
	}
	
#colonne2b {
	display: none;
	}	
	
#colonne3 {
	max-width: 20%;
	background-color: #fee1b2;
	float: right;	
	margin-top: 10px;	
	}	

#apropos {
	width: 100%;
	padding: 0px;
	margin:auto;
}

#temoignage {
	width: 100%;
	padding: 0px;
	margin:auto;
}

#conseil {
	width: 100%;
	padding: 0px;
	margin:auto;
}

#colonne {
	margin-left: 590px;
	margin-top: 40px;
	width: 370px;
	background:url(images/back_transparent.png) repeat;
	padding: 2px;
}

#footer {
font-size: 12px;
color: #FFFFFF;
}

#menu_full {
	width: 100%;
	background-color: #fda711;
	height: 31px;
	}

/*Nouveau menu */

nav p { text-align: center; }
 .toggle_menu, [id^=drop] {
 display: none;
}

nav {
  width: 100%;
  margin-top: 0px;
  padding: 0;
  background-color: #fda711;
  height: 31px;
}

.nav_mobile {
	display: none;
	}
	
.nav_full {
	display: block;
	}	

.menu {
  margin-top: 0px;
}

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

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #fda711;
  text-align: left;
}

nav a {
  display: block;
  padding: 0 10px;
  color: #004000;
  font: bold 14px/16px 'Josefin Sans', sans-serif;
  line-height: 29px;
  text-decoration: none;
}

nav ul li ul li:hover { 
	background: #004000;
	color: #fda711;
}

nav a:hover { 
	background-color: #004000;
	color: #fda711;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 29px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 150px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

#container {
		width: 100%;
		}

#contenu {
	width: 98%;
	padding: 0 1% 1% 1%;
	margin-top: 0px;
}

#contenu_gauche {
	float: none;
	width: 100%;
	padding-top: 5px;
	}

#contenu_droite {
	display: none;
	}	

#fiche {
	display: none;
	}	

#fiche_mobile {
	display: block;
	text-align:center;
	color: #030;
	}	

#colonne1 {
	display: none;
	}

#colonne2 {
	display: none;
	}
	
#colonne2b {
	display: block;
	width: 100%;
	float: none;
	margin: 0px 5px 5px 5px;
	}	
	
#colonne3 {
	display: none;
	}	

	#mobile_nav {
	display: block;
	width: 100%;
	padding: 0px;
	margin:auto;
	background-color: #004000;
	height: 40px;	
	color: #fff;
	}
	
    #mobile_nav .bouton {
    margin: 0 auto;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
    font-weight: bold;
    font-size: 20px;
	border: 2px solid;
    border-radius: 25px;	
}	
	
#mobile_nav a {
	color: #fda711;
	}	
	
	#mobile_gauche {
	float: left;
	padding: 10px;
		}
	
	#mobile_droite {
	float: right;
	padding: 10px;
		}

.nav_mobile {
	display: block;
	}
	
.nav_full {
	display: none;
	}	
	
#publicite {
	display:none;
	}		
	
#publicite_bas {
	display:none;
	}	
	
#publicite_mobile {
	display:block;
	text-align:center;
}		
	
.slogan {  font-size: 14px;}		
	
	#accueil {
		display: none;
		}
		
	#photo_accueil {
		display: block;
		max-width: 100%;
		}
	
	#photo_accueil img {
		max-width: 100%;
		}
	
	#colonne {
	display: none;
}	
	
	#droite {
	display: none;
	width: 0%;
	float:none;
}

	#gauche {
	max-width: 100%;
	float:none;
	padding: 0;
	margin: auto;
	text-align:center;
		}
	
nav { margin: 0; padding-bottom:25px; }

nav a { font-size: 20px; }

.toggle + a,
 .menu { display: none; }

.toggle_menu {
  display: block;
  background-color: #fda711;
  padding: 0 20px;
  color: #030;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle_menu:hover { background-color: #fda711; }

.toggle {
  display: block;
  background-color: #fda711;
  padding: 0 10px;
  color: #030;
  font: bold 20px 'Josefin Sans', sans-serif;
  text-decoration: none;
  border: none;
}

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover, nav ul ul ul a { background-color: #cccccc; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #f0f0f0; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

#signature {
    display: block;
	height:150px;
	width: 100%;
	float:none;
	background-color: #FFF;	
	}


nav ul li {
  display: block;
  width: 94%;
}



}