﻿* {
	padding:0;
	margin:0;
}


body {
	color:#000;
	background:#96c;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
}


a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}
.clear {
	width:100%;
	clear:both;
	display:block;
}




#header {
	width: 720px;
	margin: 0 auto;
	position: relative;
	top: 5px;
	z-index: 20;
	text-align: left;
	background-position: right top;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
}

#titre{
	font-size: large;
	margin-bottom: 26px;
	padding-bottom: 20px;
	background-position: left center;
	background-image: url('img/accroche.png');
	background-repeat: no-repeat;
	display:block;
	height: 25px;
	width:478px;	

}
h1{
	display: none;
}

#nav {
	display:block;
	/*width:416px;*/
	width:486px;
	height:36px;
	background:url(img/bg_menu.gif) no-repeat bottom right;
}
#nav li{
	display:inline;
	float:left;
}/*
#nav li:hover>ul{
	display: block;
}*/
#nav li a{
	display:block;
	height:29px;
	margin-top:4px;
	text-indent:-10000px;
	overflow:hidden;
}
#nav li ul{
	position:absolute;
	display:none;
	width:140px;
	border-bottom:3px solid white;
	background:red;
}
#nav li ul li{
	display:block;
	float:none;
	z-index:20;
	background:#f60;
	border-left:3px solid white;
	border-right:3px solid white;
}


#nav li ul li a{
	height:25px;
	margin:0;
	text-indent:15px;
	font-weight:bold;
	overflow:hidden;
}
#nav li ul li a:hover{
	color:white;
}


.menu_accueil {
	width:69px;
	margin-left:8px;
	background:url(img/menu_01.gif) no-repeat;
}
.menu_present {
	width:133px;
	background:url(img/menu_02.gif) no-repeat;
}
.menu_download {
	width:111px;
	background:url(img/menu_03.gif) no-repeat;
}
.menu_forum {
	width:76px;
	background:url(img/menu_04.gif) no-repeat;
}
.menu_videos {
	width:76px;
	background:url(img/menu_05.gif) no-repeat;
}



h2{
	display:block;
	left:50%;
	margin-left:-359px;
	width:719px;
	height:10px;
	position:absolute;
	top:120px;
	z-index:10;	
	text-indent:-10000px;
	overflow:hidden;
	background:url(img/bg_content01.gif) no-repeat;
}






#content {
	display:block;
	left:50%;
	margin-left:-359px;
	top:130px;
	width:719px;
	background:url(img/bg_content02.gif) repeat-y;
	position:absolute;
	z-index:10;
	/*padding-bottom:-10px;*/
}
#col_princ {
	display:block;
	width:504px;
	float:left;
}


#col_princ h3 {
	display:block;
	width:100%;
	text-align:left;
	text-indent:17px;
	font-size:100%;
	/*margin-bottom:30px;*/
	margin-top:5px;
	margin-bottom:3px;
}
#col_princ .nfo_art {
	display:block;
	width:100%;
	margin:0 auto;
	margin-top:-8px;
	text-indent:17px;
	text-align:left;
	font-size:70%;
}


#col_princ h3 span {
	font-size:70%;
	font-weight:normal;
}
#col_princ p {
	display:block;
	width:92%;
	margin:0 auto;
	text-align:justify;
	background:#96c;
	padding:7px;
	font-size:80%;
	color:white;
	margin-bottom:20px;
}
#col_princ p img {
	float:left;
	margin-right:5px;
}


#col_princ .lst {
	
	
}
/*		LISTES (normal et galerie)		*/
#col_princ .lst_img ,#col_princ .lst {
	display:block;
	margin-top:10px;
}


#col_princ .lst li{
	list-style:none;
	display:block;
	width:92%;
	margin:0 auto;
	text-align:justify;
	clear:both;
}
#col_princ .lst .alt_0 {
	background:#b282e2;
}
#col_princ .lst .alt_1 {
	background:#96c;
}
#col_princ .lst img{
	float:right;
	margin:5px;
}
#col_princ .lst li a{
	margin-left:10px;
	font-weight:bold;
}
#col_princ .lst li span{
	display:block;
	font-size:80%;
	margin-left:10px;
	margin-bottom:5px;
}
#col_princ .lst li em{
	display:block;
	width:100%;
	clear:both;
	margin-left:10px;
	font-size:70%;
}






#col_princ .lst_img img{
	float:none;
	margin:0;
}
#col_princ .lst_img .block_vign{
	width:33%;
	height:130px;
	float:left;
	text-align:center;
	font-size:90%;
	display:block;
}




#col_droite {
	display:block;
	width:203px;
	float:right;
}

#flux_forum{
	margin-top: 20px;	
}

.flux{
	background-color: #96c;
	margin: -10px 10px 10px 10px;
	padding: 0px 3px 3px 3px;
}

.flux dl { margin:0; padding:0;}  /*bug firefox*/

.flux dt { list-style-type: circle; font-size: 10px; line-height: 15px; margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
	
/*.flux dt a { 
	text-decoration: none; 
	padding-left: 0px 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}*/
.flux dt a:link, .flux dt a:visited {
	color: white;
	text-decoration: none; 
	padding-left: 0px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
} 
.flux dt a:hover {color: #FF4599; text-decoration: underline overline; }   /* mouse over link */
.flux dt a:active { color:#FF4599;text-decoration: underline overline; }  /* selected link */


#footer{
	height:20px;
	position:relative;
	top:10px;
	background:url(img/bg_content03.gif) no-repeat bottom left;
	width:100%;
	clear:both;
	
}
#footer span{
	display:block;
	width:173px;
	height:28px;
	background:url(img/bg_footer.gif) no-repeat;
	margin:0 auto;
	position:relative;
	top:35px;
	line-height:28px;
	font-size:80%;
}


/*
.footer_bastard {
	width:100%;
	height:10px;
	background:green;
	clear:both;
}
*/


#bonzleft, #bonzright {
	display:block;
	height:720px;
	width:250px;
	position:absolute;
	top:0;
	z-index:1;

	text-indent:-10000px;
	overflow:hidden;
}
#bonzleft{
	left:0;
	float:left;
	background:url(img/bg_page01.jpg) no-repeat bottom left;		
}
#bonzright{
	right:0;
	float:right;
	background:url(img/bg_page02.jpg) no-repeat bottom right;	
}


#video_flv
{
	margin-top:50px;
}


#col_princ .lst li  .team {
	display:block;
	margin-left:10px;
	margin-bottom:5px;
	
	font-weight: bold;
	padding-top: 5px;
	font-size: 15px;;	
}


