/* Style Par Défaut */

@font-face
{
	font-family: Script-bold;
	src: url("../fonts/DancingScript-Bold.ttf");
	font-style: normal;
	font-weight: 400;
}
@font-face
{
	font-family: Script-normal;
	src: url("../fonts/DancingScript-Regular.ttf");
	font-style: normal;
	font-weight: 200;
}
@font-face
{
	font-family: Manuscrit;
	src: url("../fonts/You_re_So_Cool.ttf");
	font-style: normal;
	font-weight: 200;
}


body { padding: 0; margin: 0; background-image: url(../images/background.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; }

/* HEADER */
header { padding: 0; margin: 0; background-color: #000; }
header #divBan { width: 1280px; padding: 0; margin: 0 auto; }

/* MENU DE NAVIGATION */
nav
{
	float: left; margin: 25px 0; width: 250px; background: url(../images/menus/background.jpg);
	min-height: 400px; box-shadow: 6px 6px 10px #000; border-radius: 0 10px 10px 0;
}
nav a { font-family: 'Monda', sans-serif; display:inline-block; }
nav ul { list-style: none; padding: 0; }
nav li { margin-bottom: 1px; }
nav ul ul { padding-left: 15px; }

nav ul a.aMenu { width: 170px; height: 40px; line-height: 40px; padding: 0px 10px; border-bottom: 1px #666 solid; border-radius: 10px; background-color: rgba(40, 40, 40, 0.80); font-size: 18px; text-decoration: none; font-weight: bold; color: #FFF; vertical-align: middle; }
nav ul a.aSelect { background-color: rgba(128, 0, 128, 0.50); }

nav ul a.arbo { height: 40px; line-height: 40px; cursor: pointer; vertical-align: middle; }

nav ul ul a { margin-left: 20px; width: 170px; padding: 5px 10px; border-bottom: 1px #666 solid; border-radius: 10px; background-color: rgba(40, 40, 40, 0.80); text-decoration: none; font-weight: bold; color: #FFF; }

nav ul ul a .imgIcone { max-height: 20px; padding: 0; margin: 0; }


/* BARRE DU COMPTE */
#barreCompte
{
	width: 100%-20px; padding: 0 10px; margin: 0; text-align: right;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%); color: #FFF; font-family:"Amaranth"; 
}
#barreCompte form { display: inline-block; }
#barreCompte a:hover, #barreCompte a:visited, #barreCompte a:link { color: #FF0; }


/* CORPS DU SITE */
article { width: 100%-270px; padding: 5px; margin: 0 0 20px 270px; font-family:'Monda'; }
article .centrer { text-align: center; }
article h1 { margin: 15px 5px 25px 5px; text-align: center; }
article h2 { margin: 0; }
article h3 { margin: 0; }
article h4 { color: #F00; }
article .aLienJS { cursor: pointer; text-decoration: underline; color: #00F; }
article .formEnLigne { display: inline; }
article .formEnLigne .bouton { cursor: pointer; width: 32px; height: 32px; }
article .divRetour { float: left; }

body article .Gauche { text-align: left; }
body article .Centrer { text-align: center; }
body article .Droite { text-align: right; }


/* CONNEXION AU COMPTE */
.popup
{
	display:none;
	width: 228px;
	height: 276px;
	background: url(../images/parchemin_connexion.png) no-repeat;
	padding:50px 30px;
	position:relative;
}
.popup *
{
	padding: 0;
	margin: 5px 0;
}
.popup h4
{
	margin-left: 45px;
}
.popup p .bouton
{
	cursor: pointer;
	margin-left: 30px;
	padding: 2px auto;
	width:110px;
}

.popup p.b-close .bouton {
	margin-left: 18px;
}


/* FOOTER */
footer { width: 100%-270px; padding: 0; margin: -55px 0 0 270px; text-align: center; font-family:"Monda"; }
footer * { padding: 0; margin: 0; }
