/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

body {
	background:#E8E8E8;
	width:100%;
	font:normal 0.75em "Trebuchet MS",Verdana,Helvetica,sans-serif;
}

#page {
	width:700px;
	border-left:5px solid #D6D7D9;
	border-right:5px solid #D6D7D9;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#header {
	background:url('./images/interface/header.jpg') top no-repeat;
	width:700px;
	height:100px;
}

#header h1 {
	font-size:2.2em;
	font-weight:normal;
	color:#588A03;
	font-family:Verdana;
	padding-left:28px;
	padding-top:20px;
}

#header p {
	color:#646464;
	padding-left:60px;
	padding-top:5px;
}

ul#menu_haut {
	float:left;
	width:100%;
	background-color:#3A3A3A;
	height:20px;
	border-bottom:3px solid #CFCFCF;
	list-style-type:none;
	text-align:center;
}

ul#menu_haut li {
	display:inline;
	float:left;
}

ul#menu_haut a {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul#menu_haut a:hover {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:underline;
	background-color:#848484;
	display:block;
}

#bloc {
	float:left;
	width:450px;
	text-align:justify;
	padding-left:10px;
}

#menu {
	float:left;
	margin-left:40px;
	width:190px;
}

#bloc h2, #menu h2 {
	border-bottom:1px dotted #030303;
	text-indent:15px;
	margin-top:20px;
	font-size:1.1em;
	font-weight:bold;
	color:#588A03;
	font-family:Verdana;
}

#menu ul {
	list-style-image:url('./images/interface/puce.jpg');
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#menu li {
  padding:0;
	margin:0 0 0 40px;
	height:20px;
}

#menu .new{
	background: url(./images/interface/nouv.gif) left no-repeat;
	margin:0 0 0 40px;
	padding:0 0px 0 20px;
}
#menu a {color:#646464;text-decoration:none;}

#menu a:hover {color:#818080;text-decoration:underline;}

h2.editorial {
	background:url('./images/interface/puce.jpg') left no-repeat;
}

h2#profil {
	background:url('./images/interface/puce.jpg') left no-repeat;
}
#xiti-logo {
	width:700px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:5px;
}

p#copyright {
	font-size:0.8em;
	color:#A3A3A3;
	width:700px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:50px;
}

p#copyright a{
	text-decoration:none;
	color:#A3A3A3;
}
	
#bloc ul li {
	list-style-type: none;
	background: url(./images/interface/fleche.gif) left top no-repeat;
	padding: 0px 2px 1px 20px;
	margin-top: 2px;
}

#bloc .rien2{   
	padding: 0 2px 2px 4px;
}

#bloc .rien{   
	background: none;
	padding: 1px 2px 1px 2.5em;
}

#bloc .valide{
  width: 23em;
	background: url(./images/interface/puceo.gif) right top no-repeat;
	padding: 0;
	margin: 1px 0 1px 2.5em;
	border-bottom: 1px solid #CCCCCC;
}

#bloc .nonvalide{
  width: 23em;
	background: url(./images/interface/pucen.gif) right top no-repeat;
	padding: 0;
	margin: 1px 0 1px 2.5em;
	border-bottom: 1px solid #CCCCCC;
}

#bloc .present{
	list-style-type: none;
	background: url(./images/interface/fleche.gif) left top no-repeat;
	padding: 0px 2px 1px 20px;
	margin-top: 10px;
	font-weight: bold;
	color:#588A03;
	font-family:Verdana;
}

#bloc h2 span { color:#fe7a10;}	
