/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/




/**** PARAMETRES DE TOUT PAR DEFAUT ****/
* {
	margin: 0;
	padding: 0;
	
}
/**** PARAMETRES DE LA PAGE PAR DEFAUT SI INCHANGE ***/
body 


{scrollbar-face-color: #99FFFF;
scrollbar-shadow-color:  #CCFF99;
scrollbar-highlight-color: #CCFF99;
scrollbar-3dlight-color: #CCFF99;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #CCCCFF;
scrollbar-arrow-color: #6600cc;


	font-size: 10px;
	font-family: verdana, sans-serif;
	background: #FFFF;
}


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


/*** LIENS **/

/* PAR DEFAUT */
a
{
	font-size:7pt;
	color:#9400D3;
}

/* PAR DEFAUT */
a:link 
{
	text-decoration: none;
	background-color:none;
}

/* LIEN VISITE */
a:visited {
	text-decoration: line-through;
	/*color: #666;*/
	font-size:7pt;
	background-color:none;
	font-style:regular;
}

/*** souris au dessus du lien */

a:hover 
{ 
	border-right-width:2px;
	border-right-color:#FF9900;
	border-right-style:solid;
	/*background-color:white;*/
}
/* LIEN QUAND LA SOURIS EST CLIQUE DESSSUS */
a:active {text-decoration: none; color: #666; /*background-color:yellow;*/}


/* IMAGES DE TYPE LIENS */
a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#FFFFFF;
}

#menu ul 
{
	list-style: none;
	margin: 0 20px 12px 0;
}

#menu ul li
{
	margin: 0px 0px 2px 10px;
	
}
/*** Titres du menu ***/
#menu ul li.section-title 
{
	font-size:8pt;
	font-weight:bold;
	color:#FF9900;
}

#content {
    height: 100%;
    margin: 0 20px 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 20px 9px 0;
}

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

#img-container	{ margin: 0px; padding: 0; }
#img-container p	{ width: 400px; margin: 0px; padding: 0 0 20px 0; }

#once { clear: left; }
body {
	margin-top: 20px;
	margin-right: 550px;
	margin-bottom: 0px;
	margin-left: 20px;
}

