@charset "UTF-8";
/*=============================================================
			 Eléments principaux de la page 
=============================================================*/
body
{
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 90%;
	color: #165076;/* Vanessa-benesh.css */
}
#bloc_page
{
    position:relative;
	margin:auto;
	width: 95%;
	max-width: 1000px;
	height: 650px;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

/*=============================================================
	 		Header
=============================================================*/
header
{
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: #165076;/* Vanessa-benesh.css */
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
#logo_benesh
{
	float:left;
	width: 272px;
	height: 65px;
	background-color: #FFF;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav
{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 160px;
	background-color: #FFF;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav p
{
	float:left;
	padding-left:10px;
	font-size: 0.8em;
}
#navde
{
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 240px;
	padding-left: 10px;
	background-color: #FFF;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}
#navde p
{
	float: right;
	font-size: 0.8em;
	background-color: white;
	padding-right: 50px;	
	vertical-align: middle;
}
.nav
{
	padding-top:8px;
	padding-left: 10px;
}
.navtete
{
	padding-left: 10px;
}

#langues
{
	float:left;
	margin:10px 0px 0px 10px;
	width: 70px;
	height: 50px;
}
.langues
{
	padding-left:5px;
}
/*=============================================================
	 		section
=============================================================*/
section
{
	position: absolute;
	top: 89px;
	left: 0px;
	float: right;
	width: 100%;
	height: 560px;
	text-align: center;
}
section h1
{
	font-size: 1.3em;
}
section h2
{	
	font-size: 1.1em;
}
.bouton
{
	font-size:1.0em;
	font-style:italic;
	color: #165076;/* Vanessa-benesh.css */
	margin-left: 5px;
	padding-right:10px;
	border-radius: 100px 100px 100px 0px;
	-moz-border-radius: 100px 100px 100px 0px;
	-webkit-border-radius: 100px 100px 100px 0px;
	border-style:hidden solid solid hidden;
	border-width:1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color: white;
	text-decoration: none;
	cursor:pointer;
}
/* pages */
#pages
{
	position: absolute;
	top: 470px;
	left: 0px;
	width: 100%;
	height: 62px;
}
#avant
{
	float: left; 
	margin-left: 20px;	
	width: 110px;
	height: 40px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
#avant p
{
	float: left;
	padding-left: 10px;
	color: #165076;/* Vanessa-benesh.css */
}
#avant a
{
	text-decoration: none;
	color: #165076;/* Vanessa-benesh.css */
}
#avantde
{
	float: left;
	margin-left: 20px;
	width: 135px;
	height: 40px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
#avantde p
{
	float: left;
	padding-left: 10px;
	color: #165076;/* Vanessa-benesh.css */
}
#avantde a
{
	text-decoration: none;
	color: #165076;/* Vanessa-benesh.css */
}
#actualiser
{
	position: absolute;
	top: 14px;
	left: 465px;
	height: 24px;
	width: 24px;
	visibility: visible;
}
#suivant
{
	float: right;
	width: 125px;
	height: 40px;
	margin-right: 20px;
	box-shadow: 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

#suivant p
{
	float: right;
	padding-right: 10px;
	color: #165076;/* Vanessa-benesh.css */
}
#suivant a
{
	text-decoration: none;
	color: #165076;/* Vanessa-benesh.css */
}
#suivantde
{
	float: right;
	width: 155px;
	height: 40px;
	margin-right: 20px;
	box-shadow: 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
#suivantde p
{
	float: right;
	padding-right: 10px;
	color: #165076;/* Vanessa-benesh.css */
}
#suivantde a
{
	text-decoration: none;
	color: #165076;/* Vanessa-benesh.css */
}

/*=============================================================
	 		footer
============================================================*/
footer
{
	position: absolute;
	top: 63px;
	left: -25px;
	width: 20px;
	height: 300px;
}
#boutonA, #boutonB, #boutonC
{
	position: relative;
	width: 20px;
	height: auto;
	margin-bottom: 15px;
	border-radius: 0px 100px 100px 100px;
	-moz-border-radius: 0px 100px 100px 100px;
	-webkit-border-radius:  0px 100px 100px 100px;
	border-style: hidden hidden solid solid;
	border-width: 1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color: white;
	cursor:pointer;
}
#boutonA:hover 
{
	background-color:  #165076;/* Vanessa-benesh.css */
}
#boutonB:hover
{
	background-color:  #165076;/* Vanessa-benesh.css */
}
#boutonC:hover
{
	background-color:  #165076;/* Vanessa-benesh.css */
} 
/*fenêtres*/
.bandeau
{
	text-align:center;
	border-radius: 0px 100px 100px 0px;
	-moz-border-radius: 0px 100px 100px 0px;
	-webkit-border-radius: 0px 100px 100px 0px;
	border-style:solid solid solid hidden;
	border-width:1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color: #165076;/* Vanessa-benesh.css */
	color: white;
}
.bandeau_fermer
{
	float:right;
	margin-right:10px;
	cursor:pointer;
}
.texte 
{
	text-align:left;
	margin: 0px 15px 0px 15px;
	text-align:justify;
}
/*fenêtre_ressources*/
#ressources
{
	position: absolute;
	top: 41px;
	left: 15px;
	width: 355px;
	height: 366px;
	border-style: hidden solid solid hidden;
	border-width: 1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color: white;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 0 25px 4px 4px;
	-moz-border-radius: 0 25px 4px 4px;
	-webkit-border-radius: 0 25px 4px 4px;
	visibility: hidden;
}
#ressources h2
{
	text-align: left;
	margin-left: 15px;
}
#ressources a
{
	text-decoration:none;
	color: #165076;/* Vanessa-benesh.css */
	font-size: 90%;
	font-style:italic;
	font-weight:normal;
	padding-right:5px;
}
#ressources a:hover
{
	background-color: #165076;/* Vanessa-benesh.css */
	color: white;	
	text-decoration:none;
	font-size: 90%;
	font-style:italic;
	font-weight:normal;
	padding-right:5px;
}
.ressources
{
	font-size: 90%;
	font-style:italic;
}
/*fenêtre_contact*/
#contact
{
	position: absolute;
	top: 41px;
	left: 15px;
	width: 355px;
	height: 366px;
	border-style: hidden solid solid hidden;
	border-width: 1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color: white;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 0 25px 4px 4px;
	-moz-border-radius: 0 25px 4px 4px;
	-webkit-border-radius: 0 25px 4px 4px;
	visibility: hidden;
}
/*fenêtre_credits*/
#credits
{
	position: absolute;
	top: 41px;
	left: 15px;
	width: 354px;
	height: 366px;
	border-style: hidden solid solid hidden;
	border-width: 1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color: white;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	border-radius: 0 25px 4px 4px;
	-moz-border-radius: 0 25px 4px 4px;
	-webkit-border-radius: 0 25px 4px 4px;
	visibility: hidden;
}
.association
{
	font-size: 55%;
}



/*=============================================================
	 	Formulaire de contact
=============================================================*/
form {
  width: 95%;
}
label { 
	display: block; 
} 
#expediteur, textarea {
  width: 95%;
  background-color: #eee;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
#email, textarea {
  width: 95%;
  background-color: #eee;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea 
{ 
	height: 50px; 
}
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}
.bouton_envoi
{
	float: right;
	margin-right:10px;
	font-size:1.0em;
	font-style:italic;
	border-radius: 100px 100px 100px 0px;
	-moz-border-radius: 100px 100px 100px 0px;
	-webkit-border-radius: 100px 100px 100px 0px;
	border-style:hidden solid solid hidden;
	border-width:1px;
	border-color: #165076;/* Vanessa-benesh.css */
	background-color:white;
	cursor:pointer;
}
.bouton_envoi:hover
{
	background-color: #165076;/* Vanessa-benesh.css */
	color: white;	
	text-decoration:none;
}
