﻿body{
	margin:0;
	
}

/* ********CONTENEUR********** */

#conteneur{
	width: 470px;
	min-height: 400px;
	background-color: white;
	
	
}
/* ************HEADER************* */

header{
	width: 470px;
	min-height: 155px;
	/*background-color: orange;*/
	
}


/* **********MAIN*************** */

#main{
	width: 470px;
	min-height: 400px;
	/*background-color: red;*/
	overflow:hidden;
	
	
}

/* ***********NAV************** */

#nav{

	min-height: 400px;


	
}

/* ************SECTION************* */

#section{

	min-height: 400px;
	margin:0;
	padding:0;
	/*background-color: white;*/

	
}

/* ************ASIDE************* */

#aside{

	min-height: 555px;
	/*background-color:yellow;*/

	
}

/* ************FOOTER************* */

footer{
	width: 470px;
	height: 30px;
	/*background-color: green;*/

}

/******************** ACCUEIL *******************/

#section_acc{
	width: 80%;
	height: auto;
	
	
}

img{
	max-width: 100%;
	margin:2px;
	height: auto;

}

/* //////////////////////////////// FIN DE STRUCTURE //////////////////////////*/

/************************************************************/
/*                         FONTS                            */
/************************************************************/

h1, h2, h3 , h4, h5, h6, p, a, li{
	font-family: 'Josefin Slab', serif;
	
}
h1{
	font-size: 30px
	
}

h2{
	font-size: 25px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

p{
	font-size: 15px;
}
a{
	font-size: 15px;
}
li{
	font-size: 15px;
}

/* //////////////////// FIN DE FONTS //////////////////////*/

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


/* ///////// DEBUT HEADER ////// */

header{
	width: 470px;
	min-height:155px;
	margin-top: 0px;
	overflow: hidden;
	background: #490062 url(../images/header_font1.jpg) left top no-repeat;
	background-size: cover;
}	
#logo{
	width: 50px;
	height:50px;
	/*background-color: yellow;*/
	margin-top: 40px;
	float: left;
	
}

/*||||||||||||||||||||||||||| BLOC TITRE |||||||||||||||||||||||||||*/
#titre{
	width:250px;
	height:90px;
	margin-left:0;
	/*background-color: red;*/
	float: left;
	
}
/*********** CONTENUE DANS TITRE ***************/
#titre_h1{
	/*background-color: brown;*/
	margin-left: 10px;
	margin-top: 10px;
	font-size: 25px;

	font-family: 'Poiret One', cursive;
	
	
}
#titre_h2{
	/*background-color: beige;*/
	margin-left: 50px; 
	margin-top:0;
	padding:0;
	font-size: 20px;
	font-family: 'Poiret One', cursive;
	
	float: left;
	
}
#etoile{
	/*background-color: green;*/
	margin:0;
	padding:0;
	float:left;
	
}

/*********************** RESEAUX SOCIAUX ************************/

#reso{ /* Bloc réseau sociaux */
	width: 200px;
	height:40px;
	margin-top:20px;
	margin-left:80px;
	float: left;
	/*background-color: yellow;*/
		
}

	
/* ***********************
LES LIENS
************************* */	

#reso a,
#reso a:link,
#reso a:visited,
#reso a:active,
#reso a:hover{
	width: 32px;
	height: 32px;
	display: block;
	float: left; 
	margin: 4px;
	background-color: blue;
	
}

#reso a:hover{
	/*background-color: red;*/
}


header a#home,
header a#home:link,
header a#home:visited,
header a#home:active,
header a#home:hover{ 
	background: transparent url(../images/home32px.png) left top no-repeat;
}
header a#home:hover{
	background: url(../images/home32pxover.png) left top no-repeat;
	float: left;

}

header a#email,
header a#email:link,
header a#email:visited,
header a#email:active,
header a#email:hover{ 
	background: transparent url(../images/email32px.png) left top no-repeat;
}

header a#email:hover{
	background: url(../images/email32pxover.png) left top no-repeat;
	float: left;
}

header a#fb,
header a#fb:link,
header a#fb:visited,
header a#fb:active,
header a#fb:hover{
	background: transparent url(../images/facebook32px.png) left top no-repeat;
}

header a#fb:hover{
	background: url(../images/facebook32pxover.png) left top no-repeat;
	float: left;
}
	

header a#in,
header a#in:link,
header a#in:visited,
header a#in:active,
header a#in:hover{
	background: transparent url(../images/in32px.png) left top no-repeat;
}
header a#in:hover{
	background: url(../images/in32pxover.png) left top no-repeat;
	float: left;
}		
	
header a#tw,
header a#tw:link,
header a#tw:visited,
header a#tw:active,
header a#tw:hover{
	background: transparent url(../images/tw32px.png) left top no-repeat;}

header a#tw:hover{
	background: url(../images/tw32pxover.png) left top no-repeat;
	float: left;
}




	
#reso span{ display : none; }

/* ///////////////////////// FIN HEADER ////////////////////////////////////// */

/************************************************************/
/*                         Navigateur                       */
/************************************************************/



#nav ul,
#nav li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul{
	width: 400px;
	margin-left: 5px;
	min-height:200px;
	margin-top: 20px;
	/*background-color: orange;*/
	overflow: hidden;

		
	
}


#nav li{
	width: 300px;
	height: 36px;
	/*background-color: yellow;*/
	background-color: #490062;
	margin-bottom: 10px;
	margin-right: 10px;



}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover{
	color: #CCCCCC;
	text-decoration: none;
	width: 100%; 
	height: 36px;
	line-height: 36px;
	text-align: left;	
	text-indent: 10px;		
	vertical-align : middle;
	display: block;
	font-size: 20px; /* Dimention du texte dans les cases */
	box-shadow:2px 2px 4px #000000;
	
	
	

	
}	
#nav a:active{
	/*background-color: purple;*/
	color: #ffffff;


	
}	

#nav a:hover{
		background: #cccccc url(../images/over_bottom1.jpg) left top no-repeat;
		box-shadow:inset 2px 1px 11px #300040;


}

/* /////////////////////////////// FIN NAV //////////////////////////////*/

/************************************************************/
/*                         Section                          */
/************************************************************/

#section h1{				/* Titre de la section */
	font-size: 30px;
	text-indent: 20px;
	
	
}

#section article{
	background-color: none;
	
	
}

/*******************************************/
/*    menu                                 */
/*******************************************/

.menu{
	margin: 0 0px 25px 0px;
}
.menu_body{
	width: 460px;
	border-top: #3a3a3a 2px solid;
	margin: 0 0px 0 0px;
	background: transparent url(../images/menu_row1.png) left top repeat-y;
	text-align: center;
	padding-bottom: 15px;
}

#pied_sect{
	 text-align:center
	 	
}


.menu_photo{
	width: 460px;
	margin: 0;
	
}
.menu_photo img{
margin:0;
}


.menu_body h3{
	display: block;
	margin: 0 0px 0 0px;	
	padding: 0;
	background-color: #490062;
	font-weight: bold;
	font-size: 24px;
	color: #cccccc; /*Marron foncé -->*/
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}

.menu_body h4{
	display: block;
	margin-left: 2px;
	margin-right: 2px;
}

.menu_body p{
	margin: 0 0px 0 0px;


}

.menu_body a{
	height: 60px;
	line-height: 50px;
	color: #000000;
}

.menu_body a:hover{
	color: #5BC2C2;
}

.menu_bottom{
	width: 460px;
	height: 46px;
	margin: 0 0px 0 0px;
	background: transparent url(../images/menu_bottom1.png) left bottom no-repeat;
}

.menu_bottom .info{
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: right;
}

/* ////////////////////////// FIN DE SECTION //////////////////////////////// */

/*****************************************************************/
/*                          ASIDE                                */
/*****************************************************************/
#col3{
	width: 460px;
	min-height: 200px;
}

section.boite{
	background-color: white;
	width: 220px; /*a supprimer*/
	
	text-align: left;
	font-weight: bold;
	overflow : hidden;
	margin-left: 5px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
		float:left;
	/*background-color: beige;*/
	

}

.boite h1{
	background-color: #490062;
	height: 30px;
	font-size: 20px;
	line-height: 32px;
	vertical-align: 10px;
	text-indent: 10px;	
	margin:0;
	margin-bottom: 10px;
	color: #cccccc;

}


.boite1, .boite2{
	width: 230px;
	min-height: 100px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 10px;

}

.b1-photo, .b2-photo{
	width: 220px;
	min-height: 100px;
	/*margin-right: 10px;*/
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	float: left;
	
}
.b1-photo{ 
	background: url(../images/valeurs1.jpg)left top no-repeat;
}
.b2-photo{ 
	background: url(../images/equipe.png)left top no-repeat;
}

.b1-texte, .b2-texte{
	width: 220px;
	min-height: 100px;
	/*background-color: blue;*/
	color: #3a3a3a;
	float:left;
	
}

.b1-texte, .b2-texte p{
	margin-top:6px;
}

.boite1 ,.b1-texte, p, ul,
.boite1 ,.b1-texte, p,  li{
	margin-left: 5px;
	padding: 0;
	list-style: none;


}


.boite2 ,.b2-texte, p, ul,
.boite2 ,.b2-texte, p, li{
	margin-left: 5px;
	font-weight: normal;
	padding: 0;
	list-style: none;


}

#col3 a,
#col3 a:link,
#col3 a:visited,
#col3 a:active,
#col3 a:hover{
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
#col3 a:hover{
	color: #300040;
}

/* ///////////////////////// FIN DE ASIDE //////////////////////////////*/

/**********************************************************/
/*                 FORMULAIRES CONTACT                    */
/**********************************************************/

#col1, #col2{
	width: 326px;
	float: left;
}

#col2{
	margin-left: 12px;
}

h6{
	
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #3a3a3a;
	clear: left;
}

label{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 12px;
	font-weight: bold;
}

label:last-of-type{
	margin-bottom: 3px;
}

input, select{
	display: block;
	width: 220px;
	padding: 2px;
	border: 1px solid black;
	float: left;
	margin-bottom: 12px;
}

select{
	width: 226px;
}

textarea{
	width: 450px;
	padding: 2px;
	border: 1px solid black;
}

input[type=submit]{
	width: 100px;
	cursor: pointer;
	font-weight: bold;
}

input[type=submit]:hover{
	color: white;
	background-color: #490062;
}

/* //////////////////// FIN DE FORMULAIRE CONTACT ///////////////////// */

/********************************************************/
/*                      FOOTER                          */
/********************************************************/

footer p{ 
	margin : 0;
	text-align: center;
	color: grey;
	height: 30px;
	line-height: 30px;
	vertical-align : middle;
}

footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover{
	color: grey;
	text-decoration: none;
}

footer a:hover{
	color: #242424;
}

/* //////////////////////FION DE FOOTER ///////////////////////// */


/*********************************************************/
/*                    GENERAL rajout de CSS              */
/*********************************************************/

.categorie{
	font-weight: bold;
}

/*****************************/
/*  accueil mise en forme    */
/*****************************/

#section_acc{
	min-height: 400px;
	margin:10px;
	
}
#section_acc img{
	float: left;
	max-width: 100%;
	height: auto;
}
a{

}

/************************************************************************/

	/* ///////////////////////// FIN DE GENERAL //////////////////////////////////// */