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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: regular;
	background: #fff;
	
}

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

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #ff0000; }
a:hover { text-decoration: underline; color: #ff0000;}

a img { border: none; }

/* LINKS */
	
	#menu li a {
	color: #000;
	text-decoration: none;

}

	#menu li a:hover {
	color: #ff0000;
	text-decoration: underline;

}

	#menu li a:visited {
	text-decoration: none;
	color: #000;
}

	#menu li a:visited:hover {
	color: #ff0000;
	text-decoration: underline;


}

	#menu li a:active {
	color: #cc0;
	text-decoration: none;

}

	
	/* LINKS */

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 16px;
}

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

}

#menu ul li.section-title { }
	/* The following sets the style for the section heading */
	#menu ul li.section-title {
	color: #999;


	}


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

.container {
    padding: 5px 5px 25px 5px;
    margin-top: 30px;
}

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

p {
    margin: 0 0 9px 0;
    line-height: 16px;
}

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

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

#once { clear: left; }






.txt{
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size : 11px;
	color : #000;
	text-decoration : none;
	font-weight: normal;
	line-height: 16px;
	
}

.titre{
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size : 15px;
	color : #000000;
	text-decoration : none;
	font-weight: bold;
	
	
}


.titrepage {
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size : 15px;
	color : #000000;
	text-decoration : none;
	font-weight: bold;
	
}

.lk {
	font-family: Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;

}

A:link.lk         {color: #333333;}
A:visited.lk      {color: #333333;}
A:hover.lk      {color: #ff0000;}
A:active.lk      {color: #666666;}


.lk1 {
	font-family: Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	margin-left: 0px;

 }

A:link.lk1         {color: #666666;}
A:visited.lk1      {color: #333333;}
A:hover.lk1        {color: #ff0000;}
A:active.lk1       {color: #666666;}

.lkurl {
	font-family: Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
	margin-left: 150px;

 }

A:link.lkurl         {color: #666666;}
A:visited.lkurl      {color: #cccccc;}
A:hover.lkurl        {color: #ff0000;}
A:active.lkurl       {color: #666666;}




.lknav {
	font-family: Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
	margin-left: 25px;
 }

A:link.lknav         {color: #666666;}
A:visited.lknav      {color: #666666;}
A:hover.lknav        {color: #333333;}
A:active.lknav       {color: #666666;}



.lkhere {
	font-family: Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	margin-left: 25px;

 }

A:link.lkhere         {color: #000000;}
A:visited.lkhere      {color: #000000;}
A:hover.lkhere        {color: #000000;}
A:active.lkhere       {color: #000000;}

.lktitre {
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size : 10px;
	color : #333333;
	text-decoration : none;
	font-weight: regular;
	margin-top: 3px;
	margin-left: 3px;
 }

A:link.lktitre         {color: #666666;}
A:visited.lktitre      {color: #333333;}
A:hover.lktitre        {color: #ff0000;}
A:active.lktitre       {color: #666666;}


.lkimg {
	font-family: Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color : #cccccc;
	font-weight : normal;
	text-decoration : none;
	margin-top: 3px;
 }

A:link.lkimg         {color: #cccccc;}
A:visited.lkimg      {color: #666666;}
img:hover.lkimg      {border:1px solid #000000;}
img.lkimg        	{border:1px solid #cccccc;}

