/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
	font-family: Corbel, Century Gothic, Myriad Pro, Arial,Orator Std, Century, Myriad, sans-serif;
	font weight : bold;
	background: #f2f2f2;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color:#414141; text-decoration: none; }/* old 414141*/
a:active {color:#ff6c00; text-decoration: none; text-shadow: 0 0 5px #fff; }
a:visited {color:#158f9a; text-decoration: none; color: #158f9a; } /* couleur sous menu*/
a:hover {color:#158f9a; /*text-decoration: underline; */ text-shadow: 0 0 5px #158f9a; }
a:current(0) { text-decoration: none; outline: none; color: #158f9a; text-shadow: 0 0 5px #fff;}/*4a4a4a*/

a:focus { -moz-outline-style: none;}

a#prev:link { text-decoration: none; color: #67737F; font-weight: bold; 	font-size: 20px; font-family: Georgia, serif;}
a#prev:hover { /* text-decoration: underline;  */ color: #4a4a4a; text-shadow: 0 0 5px #ff6633; font-weight: bold; 	font-size: 20px;	font-family: Georgia, serif;}

a#next:link { text-decoration: none; color: #67737F; font-weight: bold; 	font-size: 20px;	font-family: Georgia, serif;}
a#next:hover { /* text-decoration: underline;  */ color: #4a4a4a; text-shadow: 0 0 5px #ff6633; font-weight: bold; 	font-size: 20px;	font-family: Georgia, serif;}

span#num {
	color: #ff6633;
	font-size: 15px;
	
}

#menu li.active a { color:#003550; text-decoration:underline; }

#content a:link { color:#0070ff; text-decoration:none; }
#content a:visited { color:#0070ff; text-decoration:none; }
#content a:hover { color:#003550; text-decoration:none; }
#content a:active { color:#003550; text-decoration:none; }


a img { border: none; }

#menu {
		z-index:99;
    width: 210px;
   /* overflow: auto; */
    top: 0;
    bottom: 0;
	left: 0;
    position: relative;
    height: 102%;
		background-color: #565656;
		-webkit-box-shadow: 0px 0px 20px #565656;
		-moz-box-shadow: 0px 0px 20px #ffffff;/* ombre portee du gros cadre; */
		background: #ffffff; /* couleur du gros cadre; ff0000*/ 
		/*background: rgba(255,255,255,1);  couleur du gros cadre; ff0000*/ 
		margin: -5px 0px 0px 50px;
	/* 	font-family: Georgia, serif; */
}


#menu ul {   /* espacement entre lignes; */
	list-style: none;
	margin: 0 0 15px 12px;
}

#menu ul li.section-title {
	color: #158f9a; /*ba2626; titre
	text-shadow: 0 0 5px #e2891f;       ---------------------------------------avant yav ca
	text-decoration:underline;*/
	font-weight: bold;
	font-size: 23px;
	font-variant: small-caps;
	
	margin: 0 -5px 3px -18px;
	padding-left: 15px;
	font-family: Candara, Century Gothic, Myriad Pro,Verdana, sans-serif;
	background-color: #ffffff;
	background: rgba(255,255,255,0.5);/*couleur de cadre de titre*/
	/*-webkit-box-shadow: 0px 0px 5px #131314;
	-moz-box-shadow: 0px 0px 5px #131314;*/
 }

#content {
	position: absolute;
    height: 100%;
    margin: 75px 0px 0px 340px;
    top: 0;
}

.container {
    padding: 10px 5px 10px 5px;
}

#content p { width: 800px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 32px; padding: 0px 0px 15px 0px }
h2 { font-size: 24px; padding: 0px 0px 15px 0px }
h3 { font-size: 16px; padding: 0px 0px 15px 0px }
h4 { font-size: 12px; padding: 0px 0px 15px 0px }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 430px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }