/*
|color01|
|color02|
|color03|
|color04|
|color05|
*/
@import url(menu.css);

html, body
{
	margin:0; padding:0;
	text-align:center;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:14px;
}
body{ background:#ffffff url(../images/header.jpg) repeat-x 0 0; }

	h1, h2, h3, h4, h5, h6
	{
		margin:0;
		padding:4px 0;
		padding-left:10px;
	}
	h1
	{
		color:#e72727;
		text-transform:uppercase;
		font-size:20px;
		margin:0; line-height:18px;
		padding-top:20px;
		padding-bottom:10px;
		padding-left:0;
		border-bottom:1px solid #d2d2d2;
		margin-bottom:5px;
	}
		h1 span.detail
		{
			display:block;
			font-size:11px;
			font-weight:bold;
			line-height:10px;
			color:#777777;
		}
	h1.csc-firstHeader
	{
		border:none;
		color:#FFFFFF;
		line-height:18px;
		background:url(../images/h1-bleu.jpg) repeat-x 0 100%;
		padding-top:35px;
		padding-bottom:5px;
		padding-left:10px;
	} 
	h2
	{
		color:#035996;
		text-transform:uppercase;
		font-size:16px;
		margin:0; 
		padding:10px 0 5px 0;
		font-weight:bold;
	}
	h3
	{
		color:#777777;
		text-transform:uppercase;
		font-size:14px;
		margin:0; 
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		font-weight:bold;
		background:url(../images/arrow-red.gif) no-repeat 0 50%;
	}

	p
	{
		margin:0;
		padding:3px 0 10px 0;
		text-align:justify;
	}
		#content p
		{
			margin-right:15px;
		}
	a
	{
		color:#0096ff;
		text-decoration:none;
		border-bottom:1px dashed #cccccc;
	}
	a:hover
	{
		color:#e72727;
		text-decoration:none;
	}
	img, a img
	{
		border:none;
	}
	.clear
	{
		clear:both;
	}
	ul
	{
	}
	hr 
	{
		border:none;
		border-top:1px solid #C6D1DE;
		border-bottom:1px solid #ffffff;
	}
	embed, object{ outline:none; }
	dfn, dfn a
	{
		font-style:normal;
		cursor:help;
	}
/*

STRUCTURE

*/
#container
{
	width:auto;
	text-align:center;
	position:relative;
	background:url(../images/container-x.jpg) repeat-x 0 325px;
}
	#anim_accueil
	{
		height:273px;
		spadding-top:52px;
		background:url(../simages/head-t.jpg) no-repeat 0 0;
		width:960px;
	}
	#header
	{
		margin:0 auto;
		width:960px;
		text-align:left;
	}
		#menu
		{
			margin:0 0px;
			margin-left:132px;
		}
		#logo{
			float:left;
			
		}
			#logo a{ border:none; }
	
	#main
	{
		margin:0 auto;
		width:960px;
		text-align:left;
		padding-top:0;
		position:relative;
	}
		#content
		{
			
		}
		#content, .bluebg{
		}
		#right
		{
			width:345px;
			float:right;
			font-size:12px;
			background:#efefef;
		}
	.inner
	{
		width:960px; margin:0 auto;
		text-align:left;
	}
	#footer
	{
		padding:66px 0 15px 0;
		background:url(../images/container-x-bottom.jpg) repeat-x 0 0;
	}
		#footer .inner{
			
		}
			#footer p
			{
				margin:0; padding:0;
				font-size:10px;
				font-weight:bold;
				
			}
			#footer h1, #footer h1 a
			{
				color:#aaaaaa;
				font-size:10px;
				line-height:9px;
				margin:0; padding:0;
				text-transform:none;
				font-weight:normal;
				border:none;
				text-transform:uppercase;
				text-decoration:none;
			}
			.footer-left
			{
				float:left;
				width:320px;
			}
			.footer-right
			{
				float:right;
			}
			.footer-right a
			{
				border:none;
			}

/* 
CSS PAGE CONTENU
*/
.paddingleft
{
	padding:0 10px;
}
/*
.csc-textpic-imagewrap
{
	width:100%;
	margin:0 !important;
	text-align:left;
	padding:5px !important;
}*/
.csc-textpic-caption
{
	font-size:10px;
	padding:5px 2px;
}
/*
.csc-textpic-intext-right-nowrap
{

}
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
{
	width:auto;
	background:none;
	border:none;
	padding:0 !important;
}
*/
.contenttable
{
	
}
	.contenttable tr
	{
		
	}
	.contenttable tr.head
	{
		background:#c7cfcf;
	}
	.contenttable tr.ligne0 td
	{
		background:#ebecec;
		border-bottom:1px solid #ebecec;
	}
	.hiddenimagetable tr td img
	{
		display:none;
	}
	.contenttable tr:hover td, .contenttable tr.over td
	{
		background:#ffffff;
		font-weight:bold;
	}
	.hiddenimagetable tr:hover td img, .hiddenimagetable tr.over td img
	{
		display:inline;
	}
	span.important
	{
		color:#e72727;
	}
	.contenttable tr.ligne1 td
	{
		background:#ffffff;
		border-bottom:1px solid #c7cfcf;
	}
		.contenttable th
		{
			padding:3px;
		}
		.contenttable td
		{
			padding:3px;
		}
	div.infos-right { 
		background:#edeeee;
		margin:10px 0;
		width:auto;
		padding:15px;
	}
		.infos-right h1
		{
			font-size:14px;
			margin-top:0;
			padding-top:5px;
			padding-bottom:5px;
		}
		

	div.formule { 
		background:#edeeee;
		margin-bottom:10px;
		margin-right:3px;
		width:455px; 
		float:left;
		padding:2px 10px; 
	}

#actusSingle
{
}
	.actu{  }
	.actu h2{ text-transform:none; font-weight:bold; font-size:14px; padding:0; margin:0; padding-bottom:5px;}
	#actusSingle .news-single-img { float:left; width:280px; }
	#actusSingle .actu-content{  float:right; width:650px; }
	#actusSingle .date{ color:#db0d19; }
