@charset "utf-8";
/* CSS Document */

/* Propriété globales du design */

/* Polices perso */

@font-face {
    font-family: 'MyFont';
    src: url('polices/agentclight_normal-webfont.eot');
    src: url('polices/agentclight_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/agentclight_normal-webfont.woff') format('woff'),
         url('polices/agentclight_normal-webfont.ttf') format('truetype'),
         url('polices/agentclight_normal-webfont.svg#AgentCLightNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* redefinition des balises standard */

h1, h2, h3, h4, h5, h6{
	margin: 0;
}

p, a, section, fieldset, nav{
	display: inline-block;
}

a, a:visited{
	color: black;
}

a:hover{
	color: #7474AC;
}

a{
	text-decoration: none;
}

p{
	font-size: 15px;
}

h1{
	font-family: Myfont;
	font-size: 35px;
}

h1:first-letter{
	color: blue;
}

ul{
	list-style-type: none;
}

em{
	font-size: 12px;
	line-height: 10%;
}

.grand em{
	font-size: 25px;
	color: #0000A2;
}

/* mise en forme de la structure générale */

body
{
	width: 1000px;
	margin: auto;
    font-family: 'Trebuchet MS', Arial, sans-serif;
	color: black;
	background-color: #ffffff;
	overflow: auto;
}

#bloc_page
{
    width: 1000px;
	min-height: 726px;
	margin: auto;
}

/* mise en forme du header */

header{
	width: 1000px;
	height: 136px;
}

#bandeau{
	width: 1000px;
	height: 96px;
}

#logo{
	width: 294px;
	height: 96px;
}

#haut_droite{
	display: inline-block;
	width: 700px;
	height: 96px;
}

#menu_haut{
	width: 1000px;
	height:40px ;
	background-image: url(images/bare_menu_haut.png);	
}

#imgbandeau{
	width: 500px;
}


/* mise en forme du corp */


#centre{
	width: 1000px;
	min-height: 443px; 
}

#corp_gauche{
	vertical-align: top;
	width: 260px;
	height: 100%;
	min-height: 443px; 
	margin-right: 10px;
}

#corp_centre{
	vertical-align: top;
	width: 500px;
	min-height: 443px; 
}

#corp_droite{
	vertical-align: top;
	width: 210px;
	padding-left: 10px;
	height: 100%;
	min-height: 443px; 
}

#corp_admin{
	width: 800px;
	min-height: 443px; 
	margin: auto;
	margin-bottom: 20px;
	background-image: url(images/bg_admin.png);
	border: 1px solid black;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
}

#corp{
	width: 900px;
	min-height: 443px; 
	margin: auto;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}

#demi_corp_gauche{
	width: 500px;
	min-height: 400px;
	vertical-align: top;
}

#demi_corp_droit{
	width: 350px;
	min-height: 400px;
	vertical-align: top;
	padding: 20px;
}

/* mise en forme du footer */

footer{
	width: 1000px;
	height: 151px;
	background-image: url(images/bas.png);
	text-align: center;
	margin: auto;
	border-top: 1px solid grey;
}
footer p{
	font-size: 0.8em;
}

#centre p{
	font-weight: normal;
}

#bas_gauche{
	vertical-align: top;
	width: 130px;
	height: 111px;	
	text-align: left;
	padding-top: 15px;
	padding-left: 5px;
}

#bas_gauche_centre{
	vertical-align: top;
	width: 140px;
	height: 151px;	

}

#bas_centre{
	vertical-align: top;
	width: 434px;
	height: 121px;
	padding-top: 15px;
	
}

#bas_droite{
	vertical-align: top;
	width: 265px;
	height: 116px;
	text-align: right;
	padding-top: 25px;
	padding-right: 5px;
	
}
/*Fin footer*/

/* Menu de gauche */


#conteneur_menu_gauche{
	position: absolute;
	width: 35px;
	height:443px;
	background-image: url(images/titre_menu_gauche.png);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
	transition: width 1s linear;
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-o-transition: width 1s linear;
}

#conteneur_menu_gauche:hover{
	width: 190px;
	height:443px;
	background-repeat: no-repeat;
	background-position: right;
	transition: width 1s linear;
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-o-transition: width 1s linear;
}

#menu_gauche{
	width: 0px;
	height: 423px;
	visibility: hidden;
}

#conteneur_menu_gauche:hover #menu_gauche{
	width: 175px;
	visibility: visible;	
	transition: visibility 10s linear 1s;	
	-webkit-transition: visibility 0s linear 1s;	
	-moz-transition: visibility 0s linear 1s;	
	-o-transition: visibility 0s linear 1s;
}

#lien_menu_gauche {
	width: 155px;
	margin: 0px 0px 15px 15px;
	height: 400px;
	font-family: MyFont;
}


/* Fin menu de gauche */

/* colone de droite acceuil (lune et boutons) */

#tooti{
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 200px;
}
#tooti img{
	width: 200px;
}

#bouton_haut{
	width: 200px;
	height: 113px;
	border-radius: 20px;
	border: 1px solid grey;
	border-bottom: 2px solid grey;
}

#bouton_haut:hover{
	box-shadow: 5px 5px 12px #555;
}

#bouton_bas{
	width: 200px;
	height: 113px;
	margin-top: 20px;
	border-radius: 20px;
	border: 1px solid grey;
	border-bottom: 2px solid grey;
}
#bouton_bas:hover{
	box-shadow: 5px 5px 12px #555;
}

#index_droit{
	width: 240px;
	height: 152px;

}

#lune{
margin-right:50px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 200px;
}
#lune img{
	width: 200px;
}

/* Fin colone de droite acceuil */



/* ====================================== Texte =================================== */

/* Global */
.MyFont{
	font-family: Myfont;
	font-size: 110%;
}

.rouge{
	color: #FF1717;
}

.vert{
	color: #467417;
}

.ligne{
	display: inline-block;
	vertical-align: top;
}

.flotant_droit{
	float: right;
	padding-right: 5px;
}

.flotant_gauche{
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

.justify{
	text-align: justify;
}

/*.tab1{*/
.tab25{
	padding-left: 25px;
}

/*.tab{*/
.tab45{
	padding-left: 45px;
}

/*.tab2{*/
.tab95{
	padding-left: 95px;
}

.tab150{
	padding-left: 150px;
}

.tab225{
	padding-left: 225px;
}

.tab295{
	padding-left: 295px;
}

.tab375{
	padding-left: 375px;
}

.milieu{
	padding-left: 300px;
	text-align: center;
}

#titre_page{
	border: 1px solid black;
	box-shadow: 1px 1px 5px #555;
	border-radius: 10px;
	background-color: #FFE374;
	padding: 5px;
	max-width: 150px;
	text-align: center;
	margin-bottom: 20px;
}

.nav {
	margin: 5px;
	display: block;
}

.nav  a{
	color: #000033;
	border: 1px solid black;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 6px #555;
	background-color: #B9B9B9;
}

.nav  a:hover{
	background-color: #D1D1D1;
	box-shadow: -1px -1px 6px #555;
}

.nav2{
	margin: 20px 20px 20px 10px;
	padding: 0px 10px 0px 10px;
	font-family: MyFont;
	font-size: 25px;
	font-weight: bold;
	color: #000033;
	border: 1px solid black;
	background-color: #D1D1D1;
	box-shadow: 5px 5px 12px #555;
	border-radius: 5px;
	
}
.nav2 a{
	padding-left: 5px;
	border-radius: 8px;
}

.nav2 a:hover{
	padding-left: 5px;
	background-color: #D7D7D7;
	opacity: 0.9;
}

.nav3{
	padding: 0px 10px 0px 10px;
	font-family: MyFont;
	font-size: 20px;
	color: #000033;
	border: 1px solid black;
	background-color: #D1D1D1;
	box-shadow: 5px 5px 12px #555;
	border-radius: 5px;
	margin: auto;
	margin-top: 20px;
	
}

.nav3 a:hover{
	background-color: #D7D7D7;
}

.nav4{
	padding: 5px 10px 5px 10px;
	font-family: MyFont;
	color: #000033;
	border: 1px solid black;
	background-color: #D1D1D1;
	box-shadow: 5px 5px 12px #555;
	border-radius: 5px;
	margin: auto;
	margin-top: 20px;
	font-size: 25px;
}

.center{
	text-align: center;
}

input:required:invalid{
	background-color: #FFECE8;
}

input:required{
	background-color: #F1F6E8;
}


/*
=================
mise en forme du texte : menu du haut
=================
*/

.lien{
	position: relative;
	top: -10px;
	margin: 0;
	padding-left: 20px;
	padding-right: 15px;
	height: 40px;
	font-family: MyFont;
	font-size: 1.65em;
	
	transition: color 1.3s , padding 1s ease 0.3s;
	-webkit-transition: color 1.3s , padding 1s ease 0.3s;
	-moz-transition: color 1.3s , padding 1s ease 0.3s;
	-o-transition: color 1.3s , padding 1s ease 0.3s;
	
}

.passif{
	color: black;
}

.passif:first-letter{
	color: blue;
	text-transform: uppercase;
}

.passif:hover{
	color: blue;
	padding-left: 35px;
	padding-right: 	0px;
}

.passif:hover:first-letter{
	color: black;
	
}

.actif{
	color: #CC0000;
}
.actif:first-letter{
	color: black;
	text-transform: uppercase;
}

.actif:hover{
	color: black;
	padding-left: 35px;
	padding-right: 0px;	
}

.actif:hover:first-letter{
	color: #CC0000;
	
}

/*
=================
Fin : menu du haut
=================
*/

/*
=================
mise en forme du texte : menu de gauche
=================
*/

#lien_menu_gauche h2 {
	margin: 0px;
	font-size: 1.45em;
}

#lien_menu_gauche ul {
	margin: 0px;
	font-size: 1.25em;
	list-style-type: none;
	padding-left: 10px;
}

#lien_menu_gauche  a {
	color: black;
	text-decoration: none;
	transition: color 0.5s, padding-left 1s;	
	-webkit-transition: color 0.5s, padding-left 1s;	
	-moz-transition: color 0.5s, padding-left 1s;	
	-o-transition: color 0.5s, padding-left 1s;
}

#lien_menu_gauche  a:visited {
	color: black;
}

#lien_menu_gauche  a:hover {
	color: blue;
	padding-left: 5px;
}

#lien_menu_gauche ul a:hover {
	padding-left: 15px;
}

/*
=================
Fin : menu de gauche
=================
*/

/*
=================
mise en forme du footer
=================
*/

footer a{
	color: #904646;
}

footer a:visited{
	color: #904646;
}

footer a:hover{
	color: #FFFFE8;
}

/*
=================
Fin: footer
=================
*/

/* ================ classe récurentes =================== */

/* image mobiles, flotant a droite, etc... */
.image_petite{
	float: right;
	padding: 10px;
	width: 100px;
}

.image_petite img{
	width: 100px;
}

.image_moyenne{
	float: right;
	padding: 10px;
	width: 400px;
}

.image_moyenne img{
	width: 400px;
}


.imageFix img{
	padding: 20px;
	float: right;
	width: 150px;
}

.image img{
	padding: 20px;
	float: right;
	width: 100px;
	
	transition: width 1.5s ease 3s, padding 1.5s ease 3s;
	-webkit-transition: width 1.5s ease 3s, padding 1.5s ease 3s;
	-moz-transition: width 1.5s ease 3s, padding 1.5s ease 3s;
	-o-transition: width 1.5s ease 3s, padding 1.5s ease 3s;
}

.image img:hover{
	width: 400px;
	padding-right: 0px;
	transition: width 1.5s ease 0.5s, padding 1.5s ease 0.5s;
	-webkit-transition: width 1.5s ease 0.5s, padding 1.5s ease 0.5s;
	-moz-transition: width 1.5s ease 0.5s, padding 1.5s ease 0.5s;
	-o-transition: width 1.5s ease 0.5s, padding 1.5s ease 0.5s;	
}

/* formulaire */

fieldset{
	vertical-align: top;
}

#form_part_1{
	width: 400px;
	height: 300px;
}

#form_part_2{
	width: 400px;
	height: 280px;
}

#form_part_3{
	height: 150px;
}

#form_part_4{
	width: 300px;
	height: 150px;
}

#form_part_5{
	width: 300px;
	height: 250px;
	border: none;
}

#form_part_6{
	width: 400px;
	height: 250px;
	border: none;
}

#form_part_7{
	width: 300px;
	height: 200px;
	border: none;
	margin-bottom: 30px;
}

#form_part_8{
	width: 300px;
	height: 200px;
	border: none;
	margin-bottom: 30px;
	padding-top: 30px;
}

fieldset em{
	font-size: 0.8em;
}

fieldset img{
	height: 150px;
}



/* ============================= pages spécifiques ==================================== */

/* =================== news ========================= */

.news{
	padding: 10px 15px 10px 20px;
	margin-bottom: 20px;
	margin-top: 15px;
	border: 1px solid black;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #D1D1FF;
	font-size: 15px;
}

.news h3{
	font-size: 40px;
	text-align: center;
	font-family: MyFont;
	text-decoration: underline;
	line-height: 45px;
}

.news h3:first-letter{
	font-size: 45px;
	color: #8B0000;
	text-transform: uppercase;
}

.news h4{
	font-size: 30px;
	text-align: center;
	font-family: MyFont;
}

.news p{
	margin-top: 20px;
	text-align: justify;
	padding-right: 10px;
}

.newsBis{
	padding: 10px 15px 10px 20px;
	margin-bottom: 20px;
	margin-top: 15px;
	border: 1px solid black;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #F2F2FF;
	font-size: 12px;
}

.newsBis img{
	max-width: 80%;
}

.newsBis .imageFix img{
	width: 40%;
}

.newsBis h3{
	font-size: 20px;
	text-align: center;
	font-family: MyFont;
	text-decoration: underline;
	line-height: 35px;
}

.newsBis h3:first-letter{
	font-size: 25px;
	color: #8B0000;
	text-transform: uppercase;
}

.newsBis h4{
	font-size: 15px;
	text-align: center;
	font-family: MyFont;
}

.newsBis p{
	margin-top: 20px;
	font-size: 13px;
	text-align: justify;
	padding-right: 10px;
}

/* fin news */

/* =================== contact ========================= */

#post-form-contact{
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #F1FFE8;
}	

#post-form-contact fieldset{
	border: none;
}	

#contact{
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	border: 1px solid black;
	width: 400px;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #FFFFE8;
	vertical-align: top;
	font-size: 20px;
	font-family: MyFont;
}

#map{
	border: 1px solid black;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	}

#contact ul{
	list-style-type: none;
}

#contact li{
	padding-left: 10px;
}

#droite_contact{
	padding: 0px 0px 0px 20px;
	margin-top: 20px;
	width: 350px;
	height: 230px;
	vertical-align: top;
}

#lien_contact{
	padding: 5px 10px 5px 20px;
	margin-top: 20px;
	border: 1px solid black;
	width: 300px;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #747474;
	color: #FFFFD1;
}

#lien_contact:first-letter{
	color: black;
}

#lien_contact:hover:first-letter{
	color: #FFFFD1;
}

#lien_contact:hover{
	background-color: #B9B9B9;
	color: black;
}

/* fin contact */

/* =================== Logithèque ========================= */

.logitheque{
	padding-top: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
	border: 1px solid black;
	border-radius: 25px;
	box-shadow: 5px 5px 12px #555;
	padding: 0px 15px;
	background-color: #E8E8F1;
}

.logitheque img{
	float: right;
	width: 150px;
}

/* fin logithèquet */

/* =================== magasin ========================= */

.liste_article{
	margin-bottom: 20px;
	padding: 0px 10px 0px 0px;
	border: 1px solid black;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #FFFFE8;
}

.liste_article p{
	width: 300px;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	border-radius: 10px;
}

.article{
	margin-bottom: 20px;
	padding: 0px 10px 0px 0px;
	border: 1px solid black;
	box-shadow: 5px 5px 12px #555;
	border-radius: 10px;
	background-color: #FFFFE8;
}

.article p{
	padding-right: 15px;
}

/* =================== glossaire ========================= */

.gloss {

width:800px;
position:fixed;
top:150px;
left:60px;
background:#FFFFE8;
border:1px solid black;
text-align:center;
margin:auto;

}

.gloss a {



}

#gloss {

	position:relative;
	top:20px;
	left:20px;
	text-align:justify;
	width: 920px;
	overflow:scroll;
	min-height: 443px; 
	max-height:450px;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;

}

.hdp {

width:40px;
height:28px;
position:fixed;
top:150px;
left:865px;
background:#FFFFE8;
border:1px solid black;
text-align:center;
margin:auto;

}

/* fin glossaire */





