/*---- STYLE GENERAL DU CORPS DU DOCUMENT -----*/

body {
	background-color: #0f2027;
	color: #919191;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 1080px; /* cf div.menu de menu.css*/
	font-family: Verdana, Arial, Sans-serif;
	font-size: 8pt;
	/*Le logo*/
	background-image: url('../images/NarkolepsyBG.png');
	background-repeat: no-repeat;
	background-position: center 0px/*µ1*/;
	position: relative;
}


/*---- STYLE POUR LA STRUCTURE DU DOCUMENT -------*/

#Logo{
	margin-top: 47px; /*µ1 + (NarkoBG hauteur - logo hauteur)/2*/
	height: 54px;
	width:360px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}


#drapeau{
	position: absolute;
	top: 43px;
	height: 11px;
	right: 0px;
}

#drapeau a{
	color: grey;
}

#drapeau>.courant{
	color: white;
}

#drapeau img{
	height: 11px;
}

#drapeau a img{
    border: none;
    text-decoration: none;
}

#drapeau .courant img{
    border-bottom: solid 1px #f70015;
    /*margin: 0;
    padding: 0;*/
}

#drapeau a img{
    padding-bottom: 1px;
}

#panelText{
 	float: left;
 	margin-top: 29px;
	margin-right: 30px;
	margin-left: 195px;
	width: 335px;
	min-height: 425px;
/*    overflow: auto;  
	overflow-x: hidden; */
	padding-left: 1em;
	padding-right: 1em;
}

#panelImages{
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	width: 430px;
	min-height: 425px;
}

#panelImages img{
	width: 430px;
}


#tableau{
    margin-top: 0px;
	margin-right: 30px;
	margin-left: 165px;
	padding-left: 1em;
	padding-right: 1em;
	border-spacing: 30px;
	}

#tableau td{
vertical-align: top;
}

#tableau img{
	width: 430px;
	margin-top: 30px;
	margin-left: 20px;
}

#tableau p{
	width: 335px;
}




#tableau_02{
    margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	padding-left: 0em;
	padding-right: 0em;
	border-spacing: 0px;
	}

#tableau_02 td{
vertical-align: top;
}

#tableau_02 img{
	width: 430px;
	margin-top: 30px;
	margin-left: 20px;
}

#tableau_02 p{
	width: 335px;
}





#text{
    min-height: 425px;
    margin-left: 225px;
    margin-top: 29px;
    margin-right: 30px;
/*    overflow: auto;  
	overflow-x: hidden; */
    padding-left: 1em;
	padding-right: 1em;
} 

.bandeau{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	/*padding-bottom: 10em;*/
	padding-top: 2em;
	text-align:left;
	font-size:7pt;
	background-color: #0f2027;
/*	position: fixed;
	z-index: 3;
	top: 550px;
	left: 0;
	right: 0;*/
	clear: both;
	width: 1080px;
	height: 319px;
	background-image: url('../images/BasdePage.png');
	background-repeat: no-repeat;
	/*background-position: left 0px/*µ1*/ /*;*/
}




/*---- STYLE POUR LES LIENS -------*/



a {
	color: white;
	text-decoration: none;
}



/*---- STYLE POUR LES TITRES -------*/


h1{
	text-align: left;
	font-size: 130%; /*de la taille du body*/
	padding-top: 0px;
	padding-bottom: 0.2em;
	color: #989898;
	

	
}

h2{
	text-transform: uppercase;
	font-size: 105%;
	font-weight: normal;
	/*padding-top: 29px;*/
	margin-bottom: 0.6em;
	color: #a6000a;
	

	
}

h3{
	text-transform: capitalize;
	font-size: 105%;
	font-weight: normal;
	/*padding-top: 29px;*/
	margin-bottom: 0.6em;
	color: #a6000a;
	

}


emph{
	/*font-variant: small-caps;*/
	color: #8d8b8d;
}

   

/*---- STYLE POUR LES LISTES -------*/


ul li{
	list-style-type: square;

}

table img{
    width: 100px;

}

.tablelogo{
    background-color: white;
    margin-left: 225px;
    margin-top: 29px;
}

.tablelogocarre img{
    width: 50px;
    margin-bottom:0;
    
}



