body
{

	background-color:#FFF;
	color:#000;
	font-family:Arial;
	
}

img
{
	border:0;
}

img.left
{
	padding-right:5px;
	float:left;
}

img.right
{
	padding-left:5px;
	float:right;
}

sup
{
	text-transform:lowercase;
}

p
{
	text-align:justify;
	font-family:Arial;
	clear:both;
}

h1
{
	font-family:Georgia, "Times New Roman";
	font-size:150%;
}

h2
{
	font-family:Georgia, "Times New Roman";
	font-size:125%;
}

div.center, p.center
{
	text-align:center;
}

div.right, p.right
{
	text-align:right;
}

.red
{
	color:#880000;
}

.historique td
{
	vertical-align:top;
	padding:5px;
}

div.transbox
 {
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
 }
  
/******BOX*******/

#box
{
	margin:0px auto;
	width:800px;
	text-align:left;
	background-color:rgb(84,87,130);
}

/******MENU******/

#menu
{
	font-size:80%;
	width:200px;
	float:left;
	background-color:rgb(84,87,130);
	height:100%;
	color:#FFF;
	padding-bottom:10px;
	text-align:center;
}


#menu h3
{
	font-size:100%;
	font-weight:normal;
	margin:0px 0px 0px 0px;	
	padding:0px;
	border-bottom:1px solid rgb(114,117,150);
	background-color:rgb(84,87,130)
	
}

#menu h3 a
{
	display: block;
	padding:4px;
	color: rgb(224,227,250);
	text-decoration:none;
}


#menu h3 a:hover {
	background-color:rgb(114,117,150);
	color:#ffffff;
	text-decoration:none;
}

#menu ul.submenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#menu ul.submenu li{
	padding-bottom: 0px!important; /*bottom spacing between menu items*/
	font-style:italic;
	
}

#menu ul.submenu li a{
	display: block;
	padding: 5px 0;
	line-height: 17px;
	text-decoration: none;
	color: rgb(224,227,250);
	background-color:rgb(54,57,100);
	border-bottom:1px solid rgb(114,117,150);
}

#menu ul.submenu li a:hover{ /*hover state CSS*/
	color: white;
	background-color:rgb(114,117,150);
}

/*****HEADER*****/

#header
{
	width:600px;
	float:left;
	background-color:#FFF;
	background-image:url('/images/content_bg.jpg');

}

#header img
{
	
}

#header #searchbar
{
	margin-top:3px;
	text-align:right;
}

#header #searchbar form
{
	margin:0px;
}

/****CONTENT*****/

#content
{
	width:580px;
	float:left;
	background-color:#FFF;
	background-image:url('/images/content_bg.jpg');
	background-repeat:repeat-y;
	padding:0px;
	font-size:80%;
	padding:10px;
	height:500px;
	color:#222200;
	
}

#content a
{
	color:#222200;
	font-weight:bold;
}


html>body #content 
{
	height: auto;
	min-height: 500px;
} 


#content #scrollcontainer
{
	width:250px;
	height:330px;
	float:left;
	
}

/*#content #scrollcontainer #scroll
{
	margin:10px;
	padding:15px;
	float:none;
	height:270px;
	width:220px;
	background-color:#FFF;
	overflow:scroll;	
	
}*/

#content #scrollcontainer #scroll
{
	float:none;
	margin:15px 0px;
	height:280px;
	position:relative; 
	overflow:hidden; 

}

#content #scrollcontainer img
{
	display:block;
	margin:10px auto;
}

#content #scrollcontainer .pub
{
	display:block;
}

.slider 
{
	position:relative; 
	overflow:hidden; 
	height:280px;
	
}

.slidercontent 
{
	position:absolute;
	width:250px;
}


.section img
{
margin:0px auto 10px auto!important;
}

#content .bloc
{
	float:left;
	width:250px;
	padding:15px;
}

#content .bloc .titre
{
	font-weight:bold;
	font-size:115%;
}
/****FOOTER*****/

#footer
{
	
	padding:10px;
	font-size:70%;
	color: rgb(224,227,250);
	clear:both;
	background-color:rgb(54,57,100);
}

#footer a
{
	color:#FFFFFF;

}