/*

	@author: jfdumas@nektarmultimedia.com
	@desc: stylesheet pour la section jeunes
	
*/

body {
	margin: 0px auto;
	background-color:#440001;
	text-align:center;
}

#main{
	margin: 0px auto;
	padding:0px;
	width:800px;
	height:100%;
	background-image:url("images/background_body.jpg");
	background-repeat:no-repeat;
	text-align:left;
}

#top_block{
	width:800px;
	height:100px;
}

#logo{
	float:left;
	width:403px;
	height:100px;
}

#top_menu{
	float:right;
	width:397px;
	height:100px;
}

#site_switch{
	width:278px;
	height:58px;
	margin-left:70px;
}

#menu_container{
	width:700px;
	height:43px;
	margin:8px 50px 0px 50px;
}

#menu{
	border:0;
	padding:0px;
	margin:0px;
	width:700px;
	height:35px;	
}

#content{
	width:700px;
	margin:0px 50px;
	background-image:url("images/back_content_plain.png");
	background-repeat:repeat-y;
}

#content_txt{
	width:700px;
	background-image:url("images/back_content.png");
	/*background-color:red;*/
	background-repeat:no-repeat;
}

#titre{
	width:683px;
	margin-left:8px;
}

#section_img{
	width:265px;
	margin-left:-1px;
	float:left;
}

#texte{
	width:406px;
	margin-left:265px;
	padding:10px;
	background-image:url("images/back_content_txt.png");
	background-repeat:repeat-x;
	/*background-color:#FFCECA;*/
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

*html #texte{
	padding:0px;
}

#footer{
	clear:both;
	padding: 0px 50px;
	width:800px;
	height:50px;
  background-image:url("images/background_footer.png");
	background-repeat: no-repeat;	
}

#nek{
	margin: 0px auto;
	width: 800px;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial;
	font-size:10px;
}

#nek a:link, #nek a:visited{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

#nek a:hover, #nek a:active{
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
