@charset "utf-8";
/* CSS Document */
body {
	background: #000000 url(../images/layout/bg.gif) repeat-x;
	background-color:#000000;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:62.5%; /* allows to scale down font size for matching purposes : now 1em = 10px */
}
html { 
	min-height: 100%;
	margin-bottom: 1px; 
}





#general	{ 
	width:100%;
	background: url(../images/layout/bg_top.jpg) no-repeat center top;
	height:auto;
	display:table;
	text-align: center; 
}
#main	{ 
	width:974px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#container	{ 
	width:974px;
	text-align:center;
}



/***** TOP *****/

#top	{
}




/***** BODY *****/

#body	{
	padding:0px; margin:0px;
	background: #566f94 url(../images/layout/bg_content.gif) repeat-x;
	width:974px;
	text-align:left;
}

#content_side	{
	float:left;
}
#content	{
	width:964px; clear:both; min-height:225px;
}


.content_container {
	float:left;	
	margin:0px 0px 10px 10px;
}

.content_main	{
	background:#e6ebf4;
	
}
	.content_main_top	{
		background:url(../images/layout/content_corner_tl.gif) no-repeat top left;
		width:5px; height:5px; width:auto;
	}
	.content_main_top span	{
		background:url(../images/layout/content_corner_tr.gif) no-repeat top right;
		width:5px; height:5px; float:right;
	}
	.content_main_top2	{ /* avec coin sombre (bloc le + haut) */
		background:url(../images/layout/content_corner_tl2.gif) no-repeat top left;
		width:5px; height:5px; width:auto;
	}
	.content_main_top2 span	{ /* avec coin sombre (bloc le + haut) */
		background:url(../images/layout/content_corner_tr2.gif) no-repeat top right;
		width:5px; height:5px; float:right;
	}
	.content_main_bottom	{
		background:url(../images/layout/content_corner_bl.gif) no-repeat top left;
		width:5px; height:5px; width:auto;
		clear:both;
	}
	.content_main_bottom span	{
		background:url(../images/layout/content_corner_br.gif) no-repeat top right;
		width:5px; height:5px; float:right;
	}
	
.content_side	{
	background:#aabad1 url(../images/layout/side_bg.gif) repeat-x ;
}
	.content_side_top	{
		background:url(../images/layout/side_corner_tl.gif) no-repeat top left;
		width:5px; height:5px; width:auto;
	}
	.content_side_top span	{
		background:url(../images/layout/side_corner_tr.gif) no-repeat top right;
		width:5px; height:5px; float:right;
	}
	.content_side_top2	{ /* avec coin sombre (bloc le + haut) */
		background:url(../images/layout/side_corner_tl2.gif) no-repeat top left;
		width:5px; height:5px; width:auto;
	}
	.content_side_top2 span	{ /* avec coin sombre (bloc le + haut) */
		background:url(../images/layout/side_corner_tr2.gif) no-repeat top right;
		width:5px; height:5px; float:right;
	}
	.content_side_bottom	{
		background:url(../images/layout/side_corner_bl.gif) no-repeat top left;
		width:5px; height:5px; width:auto;
		clear:both;
	}
	.content_side_bottom span	{
		background:url(../images/layout/side_corner_br.gif) no-repeat top right;
		width:5px; height:5px; float:right;
	}
#content_bottom	{
	clear:both;
	background: #566f94 url(../images/layout/body_corner_bl.gif) no-repeat top left;
	
}
#content_bottom_r	{
	background: url(../images/layout/body_corner_br.gif) no-repeat bottom right;
	height:5px;
}






#sponsors	{
	float:right;	
}
#title	{
	float:left; margin-left:37px;
}


#noscript {
	text-align:left;
	background-color:#FFF;	
	
}



/***** FOOTER *****/


#footer	{ 
	background:#263141 url(../images/layout/footer_corner_tl.gif) no-repeat top left;
	margin-top:10px;
	clear:both; width:974px;
	text-align:left;
}
#footer_top_r	{
	background: url(../images/layout/footer_corner_tr.gif) no-repeat top right;
	height:5px; width:5px; float:right;
}

#footer p	{ 
	font-size:1em;
	color:#515a68;
	margin:0px;
	padding:18px;
}
#footer a, #footer a:link, #footer a:visited	{
	color:#6e7682; text-decoration:none; margin-left:10px;
}
#footer a:hover	{
	color:#6e7682;
	text-decoration:underline;
}