/** DESIGN 2010 Philippe DEVOS / DOCLARSEN **/
/** creation pour CMSIMPLE par Bob **/
/** CSS compatible FF2, OP9, IE6, IE7 **/
/*** GENERAL ***/
*{
margin: 0px;
padding: 0px;
}
body {
	background-color: #fdfcff; /** #ffffff;  **/
/**	background-image: url(images/bgd.png);  **/
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 75.01%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left 100px;
}
a {
	color:#004411; /*color:#118833;*/
        text-decoration: none;
}
a:hover {
	color:#F64422;
}
#container {
	width:830px;
	text-align: left;
	padding:0px;
	margin: 0px auto 10px auto;
	border: 0px solid #ccc;
}
/* ENTETE */
#header {
   background: url(images/header.png) no-repeat left center;
   width: 	830px;
   height: 	160px; 
   margin: 	0;
   padding: 0;
}
#header h1 {
	color:#ddd;
	margin:0;
	padding:10px 0 0 15px;
	font-weight:bold;
	font-size:3em;
}
#header .ico {
	float:right;
	margin: 5px;
}
#header .ico img {
   border:none;
}
/* SLOGAN */
#slogan {
	margin: 8;
	height:83px;
	width:830px;
	background: #fff ;
	text-align: center;
}
#slogan h2 {
color: #f6502e; padding:24px 0 0 15px;font-size:1.4em;
}
/* CONTENU CENTRAL */
#content {
	margin: 0 0 0 0px;
	width: 668px;
	float: left;
	background-color: rgba(255, 255, 555, 0.5)
}
* html #content{width: 665px;} /* IE6 */
#content p{
   line-height: 1.4em;
	margin: 1em 0 1em 0;
	text-align: justify;
}
#content p:first-letter{
	font-weight:bold;
}
#content h1, #content h2, #content h3 {
	color:#F64422;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
   font-size: 2em;
}
#content h4,  {
	color:#D4300C;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
   font-size: 1.6em;
}
#content h5 {
	color:#330000;
	font-family:georgia, times, serif;
	font-weight:normal;
        text-decoration: underline ; 
	margin:0 0 0 0;
	padding:0;
   font-size: 1.4em;
}
#content ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
list-style-type: disc;
}
#content ul li{
margin-bottom: 5px;
}
#content .central {
	margin-left:0px;	
}
#news, #nav2, #cal{
	clear: right;
	overflow: visible;
	float: right;
	width: 130px;
	padding: 5px;
	border: 1px dotted silver;
	font-size: 0.9em;
	margin: 10px 2px 5px 10px;
	background-color: #f9f9ff;
}
#nav2 ul{
	list-style: square;
	margin-left: 15px;
}
#nav2 ul li{
	margin-top: 0.5em;
	font-size: 1.0em;
}
#nav2 ul li.sdoc,#nav2 ul li.sdocs {font-weight:bold;color:#F64422;} /* #f00;} */
#nav2 ul ul li.doc, #nav2 ul ul li.docs  {font-weight:normal;color:#000;}
#nav2 ul ul{
	margin-left: 15px;
}
#nav2 ul ul li{
	margin-top: 0.4em;
}
#news h2, #nav2 h2, #cal h2{
   font-size: 1.4em;
   color: #F64422; /* #118B28; */
}
#news p{
   font-family: arial, helvetica, sans-serif;
	font-style:italic;
	margin-top:0.7em;
}
/*  NAVIGATION ENTRE PAGES  */
#topage {
	clear:both;
	margin: 30px 0 0 0px;
	display:block;
	text-align: center;
}
#topage a {
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;	
}
#topage .toleft{margin-right:30px;}
#topage .toright{margin-left:30px;}
/* BAS DE PAGE */
#footer {
	border-top:1px solid silver;
	color:gray;
	margin-bottom: -5px;
	margin-top:10px;
	padding:5px;
	text-align:center;
	font-size:0.8em;
	
}
/* CLASSES DIVERSES */
#login, #login a{
   line-height: normal;
   text-decoration: none;
}
#connexion, #connexion a {
	color:#633;
}
#header .searchbox {
	clear:both;
	float:right;
	margin: 18px 10px 0 0;
}
#header .searchbox .submit{font-size:1em;color:#fff;font-weight:normal;border:1px solid #c0c0c0;background-color:inherit;}
#header .searchbox .text{
	font-size: 1em;
	padding: 1px;
	color: #42535B;
	background-color: #ADCDEB;
	border: 1px solid #c0c0c0;
	width: 90px;
}
/*  Classes de styles éditables */
.imgleft, .imgright, .imgcenter{
padding: 10px 0 10px 0;
}
.imgleft{
float: left;
margin: 5px 10px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 10px;
}
.citation {
	font-style : italic;
	font-size : 1.0em;
	background-color: #dedede;
	font-weight: bold;
	padding: 3px;
}
/*  Style d'affichage des éditeurs */
html .mceContentBody{background-color: White; color: Black; text-align: left;max-width:380px;z-index:100;} /*background pour TinyMCE*/
* html .mceContentBody{width:380px;}
html .edit a,html .edit a:link,html .edit a:visited{text-decoration:none;}
html .retrieve{background-color:White;}
#editmenu{font-size: 0.8em;font-weight:bold;text-align:center;padding-bottom:5px;line-height:2em;}
#editcontent td img {max-width:350px;}
/*  Fin du style des éditeurs */

