/**
* CSS
* 
* @author www.antipole.fr 
*/



/*------------------------------------------------------*
  *-----------------------------------     CSS BODY     ----*
  *------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	border:0;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;

}


/*------------------------------------------------------*
  *-----------------------------------     CSS DIV PRINCIPAUX     ----*
  *------------------------------------------------------*/
	
	
#menu {
    width: 240px;
    top: 0px;
    bottom: 0px;
	left: 0px;
    height: 100%;
	background-image: url(../img/bg-menu.png);
	text-align:right;
}


#content {
	position: absolute;
	top: 50px;
	left: 300px;
	width:700px;
}

#footer {
	display:inline;
	border-top:solid 1px #000;
	width:640px;
}
/*------------------------------------------------------*
  *-----------------------------------     CSS STYLE MENU    ----*
  *------------------------------------------------------*/


#menu ul{
	margin: 0;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 12px;
	}

#menu ul li{
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	padding-right:10px;
	}

#menu ul li:hover{
	background-image:url(../img/puce.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#menu ul li.active{
	background-image:none;
	}

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

#menu ul li a:hover{
	}
	
#menu ul li.active a{
	text-decoration: underline;
	color:#000;
	}

#menu ul li.active a:hover{

	}
	
#menu li{
	list-style-type:none;
	}

#menu ul li.section-title{
	font-size:10px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0px;
	background-image: none;
	padding-left:0px;
	}

#menu ul li.section-title:hover{
	list-style-image:url(../img/trait2.png);
	}
/*------------------------------------------------------*
  *-----------------------------------     CSS STYLE CONTENT   ----*
  *------------------------------------------------------*/


#content p{
	margin-bottom:15px;

}
#content strong{

}

#content em{

}

a.thickbox{

}

a.thickbox:hover{
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

p.nav{


	padding:0px;
	margin-top:20px;
}

p a{
	color:#000;
	text-decoration:underline;
}

p a:hover{
	text-decoration: none;
}


p.nav a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

p.nav a:hover{
	color:#000;
	text-decoration: underline;
}
/*------------------------------------------------------*
  *-----------------------------------     CSS IMAGE BACKGROUND    ----*
  *------------------------------------------------------*/

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

/*------------------------------------------------------*
  *-----------------------------------     CSS HACK     ----*
  *------------------------------------------------------*/

a {
	outline: none;
}

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


