/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	background-color: #910101;
	background-image: url(fond.gif);
	background-repeat: repeat-x;
	}


a {text-decoration: none; color: #999900; border-bottom: 1px dashed #FFFF00; }
a:hover {text-decoration: none; color: #990000; border-bottom: 1px dashed #FFFF00; }

H6 {FONT-SIZE: 11px; COLOR: #996600; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(venterol.jpg);
	height: 162px;
	border-top: 4px solid #fff;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}

/*------------------------------------------------------------*
**  Nav 
**------------------------------------------------------------*/

#nav {
	background: #D0C514; 
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #D0C514;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #EEDE52; }
#nav li a.on { background-color: #EEDE52; color: #666666; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 820px;
	text-align: left; /* Cancel IE Fix */
	}		
	
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 205px;
	position: relative;	
	}

#sidebar h3 { 
	font-size: 0.9em; 
	color: #FDEFC2; 
	margin: 0 10px 0 0; 
	cursor: default;
	padding: 0px;
	}

#sidebar p { 
	padding: 0px;
	 }

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#content div, #sidebar div { 
	padding: 1px 0 10px 0;   
	padding: 10px;
	}

/*------------------------------------------------------------*
**  content
**------------------------------------------------------------*/

#content h3 { 
	font-size: 1.1em; 
	color: #990000; 
	cursor: default;
	margin: 0 10px 0 0; 
	}

#content {
	float: left;
	width: 600px;
	position: relative;
	margin-left: 5px;
	line-height: 14px;
	text-align: justify; 
	word-spacing: 2px;
	color: #990000;	
	}

#content LI {BACKGROUND-POSITION: 0px 5px; PADDING-LEFT: 12px; BACKGROUND-IMAGE: url(puce-li.gif); PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat}
#content UL {PADDING-LEFT: 0px; MARGIN: 2px; LIST-STYLE-TYPE: none}

.footer {FONT-SIZE: 11px; COLOR: #666600; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif}
A.footer{COLOR: #666600; TEXT-DECORATION: none; border-bottom: 0px dashed #FFFF00;}
A.footer:hover {COLOR: #666600; TEXT-DECORATION: underline; border-bottom: 0px dashed #FFFF00;}
