/* CSS Document */

body {
margin-top: 20px;
background:#f6f6f6 url(images/bleu.jpg);
font-size: 0.8em; 
font-family: Verdana, Arial, Helvetica, serif;
}
li 
{
 margin-top: 10px;
} 

/* centre la page */
#centrer {
background: url(images/bleu2.jpg);
margin: auto;
width: 900px;
height:100%;
border: solid 1px black;
overflow: hidden;
}
/* banniere */
#header {
height: 136px;
border-bottom: solid 2px #FFCC00;
}
/* menu horizontal haut */

#nav
{
background: url(images/nav1.gif);
font-size: 1em; 
font-family: verdana; 
text-align: left;
float: left;
width: 100%;
margin-bottom: 1em;
margin: 0;
padding:0;
border-top: solid 1px black;
border-bottom: solid 2px #333;
}
#nav ul {
margin: 0px;
padding: 0px;
}
#nav li {
margin: 0; 
padding: 0;
display: inline;
}
#nav li a:link, #nav li a:visited {
display: block;
float: left;
height: 32px;
line-height: 32px;
text-decoration: none;
text-align: center;
background: url() repeat-x;
padding: 0 20px;
color: white;
}
#nav li a:hover {
background: url(images/nav2.gif) 0 -32px;
padding: 0 20px;
color: white;
text-decoration: none;
} 
/* contient site non officiel */
#nav2
{
float: right; 
color: #e8e5e5;
padding-right: 30px;
}
#nav li a.pageactive 
{
display: block;
float: left;
height: 32px;
line-height: 32px;
text-decoration: none;
text-align: center;
background: url(images/nav3.gif);
}
p
 {
line-height: 20px;
text-align: justify; 
}
#droite
{
padding: 20px;
float: right;
width: 860px;
}
/* image gauche*/
.img_gauche{
float: left;
margin: 0px 5px 0px 0px;
border: 0px solid #76a9dd;
}
.img_droite{
float: right;
margin: 0px 0px 0px 15px;
border: 0px solid #76a9dd;
}
#pied {
clear: both;
padding-top:0.1em;
padding-right: 15px;
background-color: #0033CC;
color: white;
text-align: right;
}
a {
color: #000099;
text-decoration: underline;
}
a:visited {
color: #000099;
text-decoration: none;
}
a:hover {
color: #000099;
text-decoration: none;
}
a:active {
color: #000099;
text-decoration: underline;
}
.Style1 {font-weight: bold}
.Style2 {
	color: #990000;
	font-weight: bold;
}
.Style3 {color: #990000}
#xiti-logo {
margin: auto;
margin-top: 130px;
width: 900px;
}
.noborder
{
border: 0px;
}