/** CREE POUR CMSIMPLE PAR Bob **/
/** CSS compatible FF2, OP9, IE6, IE7 **/

/*** GENERAL ***/
*{
margin: 0px;
padding: 0px;
}
body {
	background-color: #11283B;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #444;
	font-size: 75.01%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width:530px;
	background:#fff;
   text-align: left;
	padding:10px;
	margin:10px auto 10px auto;
	border: 1px solid #ccc;
}
/* ENTETE */
#header {
   background: url(images/header.png) no-repeat top left;
   width: 530px;
   height: 83px;
   margin: 0;
   padding: 0;
}

#header h1 {
	color:#fff;
	margin:0;
	padding:10px 0 0 15px;
	font-weight:bold;
	font-size:3em;
}

#header .ico {
	float:right;
   margin-top:15px;
   margin-right:15px;
}

#header .ico img {
   border:none;
}

/* MENU HORIZONTAL */
#nav {
	margin: 0;
	height:37px;
	width:530px;
	background: #fff url(images/fond_menu.png) top left repeat-x;
}

#nav li {
	list-style:none;
	margin:7px 0 0 10px;
	padding:0;
	display:inline;
	color: Gray;	
   }
#nav li, #nav li a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0px 6px 4px 6px;
	display:block;
	line-height:1.0em;
	overflow:hidden;
	float:left;
}
#nav li a:hover {
   padding-top:2px;
	border-bottom: 2px solid #fff;
}
/* CONTENU CENTRAL */
#content {
	margin: 0 0 0 3px;
	width: 368px;
}
* html #content{width: 365px;} /* 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:#f6502e;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
   font-size: 2em;
}

#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:#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: #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 100px;
	display:block;
}
#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;
	
}

/* DIVERS */
a {
	color:#128A28;
   text-decoration: none;
}

a:hover {
	color:#F9502D;
}


/* CLASSES DIVERSES */
#login, #login a{
   line-height: normal;
   text-decoration: none;
}
#connexion, #connexion a {
	color:#444;
}
#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 */
