body {
	margin: 0 auto;
	background: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555753; 
	}
	
p {text-align: justify;}
img {border: 0 none;}
a {
color: black;
text-decoration: none;
}
a:hover {
color: #ff1a00;
}
.noir {
color: black;
}
.grandepartie {
color: black;
font-weight: bold;
}
.partie {
color: #555753;
background-color: #EEE;
} 
.titre {
color: #ff1a00;
}
.separation {
clear: both;
visibility: hidden;
}
.bords {
border: 1px solid #eee;
}
.ligne {
border-bottom: 1px solid #eee;
}


#header {
height: 200px;
margin: 10px;
color: #ff1a00;
text-align: center;
}

#header p {
background-color: #EEE;
}

#container {
position : relative;
background: #fff;
border: 1px solid #BBB;
margin: 0 auto; 
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
width: 680px;
}


#menu {
float: right;
margin: 10px;
padding: 0;
list-style-type: none;
}
#menu a {
display: block;
text-decoration: none;
color: #555753;
line-height: 25px;
width: 140px;
border-bottom: 1px solid #eee;
text-align: right;
}
#menu a:hover {
color: #ff1a00;
}

#global {
margin-top: 25px;
margin-right: 185px;
margin-left: 10px;
list-style-position: inside;
list-style-type: square;
}

#frise {
margin-top: 25px;
}

#basdepage {
margin: 10px;
margin-top: 25px;
list-style-type: none;
}
#basdepage p {
float: left;
font-size: 10px;
}
#basdepage ul {
float: right;
}
#basdepage li {
display: inline;
}
#basdepage a {
text-decoration: none;
color: #555753;
}
#basdepage a:hover {
color: #ff1a00;
}





