* {
padding: 0;
margin: 0;
} 


body {
margin:0;
padding: 0;
background: #f6e2ee;
color: #4f4f4f;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

a { color: #336699; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
img { border: none; }

table {
width: 100%;
margin: auto;
border-collapse: collapse;
border: 1px solid #000000;
}
th {
	border: thin solid #2bbead;
	background-color: #f6e2ee;
	color: #390d4a;
	padding: 3px;
}

td {
border: thin solid #2bbead;
font: 12px Arial, Verdana, Tahoma, sans-serif;
padding: 5px;
}

#wrap {
width: 800px;
margin: 0 auto;
background: #fff;

}

#top {
height: 10px;
background: #fff url(top.gif) no-repeat;

}

#header { 
height: 70px;
background: #390d4a url(header.gif) no-repeat;
}
#header h1 {
	font-size: 28px;
	padding: 15px 0 0 20px;
	color: #f6e2ee;
	text-transform: uppercase; }
	
.vert {
	color: #2bbead;
}


#header h1 a:hover {
color: #000;
}
#header h2 {
color: #959595;
font-size: 18px;
margin-left: 180px;
padding: 10px 10px 10px 10px;
}

#header img {
	margin: 2px;
	padding-right: 20px;
	float: left;
	left: 1em;
	height: 66px;
}

#navigation {
height: 30px;
line-height: 30px;
background: #555 url(menu.gif) no-repeat;
padding-left: 20px;
}
#navigation li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navigation li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
#navigation li a:hover {
color: #000;
}

#content {
background: #BDC4F2 url(content.gif) repeat-y;

}

#content2 {
background: #fff url(content2.gif) repeat-y;

}

.left {
float: left;
width: 180px;
padding: 10px 10px 20px 10px;

}
.left li {
list-style-type: none;
}

.left ul.ssmenu li {
padding-left:15px;
	/*background-color: #fcfffb;*/
}

   
.left li  {
display: block;
padding: 3px 3px 3px 20px;
font-weight: 600;
}
.left li a:hover {
background: #fefefe;
text-decoration: none;
}

.left li.titremenu a:hover {
background: #fefefe;
color:#000000;
text-decoration: none;
}

.left li#actif {
background: #fff;
text-decoration: none;
}

.left li.titremenu {
padding: 3px 3px 3px 20px;
font-size: 14px;
color: #fff;
background-color: #2bbead;
font-weight: 800;
}

.left li.titremenu a {
color:#fff;
font-weight: 800;}

.boitemenu {
background : #fce0ee;
border: 1px solid #2bbead;
margin-bottom:1em;
margin-right:3em;
}

.center {
float: left;
width: 400px;
padding: 10px 0px;
text-align: justify;
}

.titre {
font-size: 22px;
padding: 5px;
margin: 1em 2em 1em 2em;
color: #fff;
background-color: #2bbead;
text-align: center;
line-height: 2em;
}


.center h1 {
font-size: 18px;
padding: 5px 0;
color: #fff;
background-color: #2bbead;
}
.center h1 a { text-decoration: none; }

.center h2 {
color: #666;
font-size: 17px;
padding: 10px 0px;
}


.center ul { padding: 20px; }
.center li { font-weight: 600; }

/*centre sans colonne de droite*/
.centersscol {

float: left;
width: 550px;
padding: 10px 0px ;
padding-right: 10px;
text-align: justify;
}



.centersscol h1 {
font-size: 16px;
padding: 0 0 0 1em;
margin-bottom : 1em;
color: #fff;
background-color: #2bbead;
letter-spacing: 1px;
}

.centersscol h1 a { text-decoration: none; }

.centersscol h2 {
color: #390d4a;
font-size: 14px;
margin-bottom : 0.5em;
}

.centersscol ul {
 list-style: disc url(puce.gif);
 }
 
.centersscol li {
 }

.right {
float: right;
width: 160px;
padding: 10px 20px 20px 20px;
text-align: justify;
}

.box {
background : #fce0ee;
border: 1px solid #2bbead;
padding: 10px;
margin: 5px;
}
.box a { font-weight: 600; }
.box1 {
background : #fff;
border: 1px solid #bbb;
padding: 10px;
margin: 10px;
}
.box1 a { font-weight: 600; }

p.bodytext {
	margin-bottom: 1.5em;
}

p.align-center {
	text-align: center;
}

.box p.bodytext {
	margin-bottom: 0.5em;
}

#footer {
height: 20px;
line-height: 20px;
text-align: center;
background: #390d4a url(footer.gif) no-repeat;
color: #f6e2ee;
font-size: 11px;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }

#bottom {
height: 10px;
background: #fff url(bottom.gif) no-repeat;
}