* {
	margin: 0;
	padding: 0;
}

body {
margin-top: 5px;
background: #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

img{
border:none;
}

a {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: red;
}

#wrap {
width: 800px;
margin: auto;
background-color: #FFF;
border: 1px solid;
border-color: #0000FF;
}

#header {
height: 200px;
background:#fff url(images/ban_header.jpg) no-repeat;
}
#header h1 { 
margin-left: 10px;
color: #9900CC;
}
#header h1 a { 
color: #9900CC;
}
#header h1 a:hover {

}
#header h2 {
font-size: 18px;
color: red;
margin-left: 10px;
margin-top: 120px
}

#menu {
height: 30px;
}
#menu ul {
list-style: none outside;
padding-left: 40px;
}
#menu ul li {
float: left;
list-style: none outside;
display: block;
}
#menu ul li a {
text-decoration: none;
padding: 0 20px 0 0;
color: #0000FF;
font-weight: 600;
font-size: 14px;
}
#menu ul li a:hover {
color: red;
text-decoration: none;
}

#menubottom { 

}

#menubottom ul { 

}

.content {

}

.right {
float: right;
width: 610px;
margin-left: 5px;
font-size: 12px;
}

.right h1 {
font-size: 22px;
}

.right h2 {
background:#fff url(images/fondh2.png) no-repeat;
color: #fff;
font-size: 18px;
}
.right h2 a {
color: #fff;
text-decoration: underline;
}
.right h2 a:hover {
color: red;
}

.left {
float: left;
width: 180px;
}
.left h2 {
margin-top: 15px;
text-align: center;
font-size: 16px;
background:#fff url(images/fondh2left.png) no-repeat;
color:#fff;
}
.left ul {
list-style: none outside;
}

.left ul li {
background: url(images/boutton.png) no-repeat;
font-weight: 600;
font-size: 14px;
height: 30px;
text-align: center;
}
.left ul li a {
color: #0000FF;
text-decoration: none;
}
.left ul li a:hover {
color: red;
text-decoration: none;
}
.left a {
text-decoration: none;
font-size: 12px;
margin-left: 5px;
}
.articles { 

}

.footer {
text-align: center;
margin-top: 30px;
border-top: 1px solid #ccc;
}
.footer a { 
color: #0000FF;
}

.footer a:hover { 
color: red; 
}

#ariane {
color: red;
font-size: 10px;
}
.souligne {text-decoration:underline ;}
