/* ----- typos et bloc  ----- */

html, body {
	color: #fff;
	font-size: 12px;
	font-family: 'Tahoma';
	background: #000;
	margin:0;
	padding:0;
	height:100%;}

.clear {
	clear: both;
	height:30px;}

p {
	margin: 10px 30px 10px 30px;}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;}

.gauche p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#fff;}
	
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;}
	
.content_box_large p {
	margin: 10px 0px 10px 40px;
	font-size:12px;
	text-align:justify;}

.content_box_photo h3 {
	margin: 0px 0px 10px 45px;}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;}

.red {
	color:red;
}

em {
	font-size:11px;}

.couleur {
	color:red;
	font-weight:bold;
	font-size:12px;}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:17px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	text-transform:uppercase;
	color:#990000;
	font-weight:bolder;}

h3 {
	font-size:14px;
	color:#CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
}

a {
	text-decoration: none;
	color:#000;
	font-weight:bold;
	background-color:#fff;}
	
	

a:hover {
	text-decoration: none;
	background-color:#555;
	color:#fff;}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;}

#nav_list a {
	color:#fff;}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.gif) no-repeat;
	padding-left: 3px;
	line-height:20px;}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	padding-left: 3px;
	line-height:21px;}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
	background-color:#555;}

.li_nav_footer a:hover {
	color:#016001;}

.li_active a:active  {
	color:#fff;}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url() 30px 0px repeat-y !important;
	background: url() 60px 0px repeat-y;
	min-height:100%;
	height:100%;}

#menu_header {
	width:185px;
	height:232px;
	text-align:justify;
	float:left;
	margin:0 0 0 25px;}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url() repeat-y;}

.gauche {
	width: 170px;
	float:left;
	margin:0 0 0 10px;}

#head {
    width: 790px !important;
	width: 820px;
	height: 30px;
	float:left;
	text-align: right;}

#content {
	width: 970px;
	text-align: justify;
	float: left;
	background: url() 10px 0px repeat-y;
	background: url() 20px 0px repeat-y;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}


.content_box_large {
	width: 750px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content_footer {
	background: url() 30px 0px repeat-y;
	background: url() 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;}

/*----- IMAGES ----- */

a.image{
	background-color:transparent;}
		
	img{
	border: none;
	}

img.left,img.center,img.right {
	padding: 4px;
	border: none}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
	background-position: center;
}
img {
	margin: 4px;
	text-align: center;
	background-position: center;
}

