@charset "utf-8";
/* CSS Document */

html {
	
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color:#9c2679;
}

a:link {
	color: #fce9f5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fce9f5;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #fce9f5;
}

#container
{
width: 800px;
margin: 0 auto;
padding:0;
background-color: #cf3494;
color: #f6cbe5;
border: 1px solid #c35b9c;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
text-align:justify;
}

#menu01 {
 width: 123px;
 height: 39px;
 background-image: url(img/01.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu01:hover {
 background-image: url(img/01b.gif);
 background-repeat:no-repeat;
}
#menu02 {
 width: 161px;
 height: 39px;
 background-image: url(img/02.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu02:hover {
 background-image: url(img/02b.gif);
 background-repeat:no-repeat;
}
#menu03 {
 width: 144px;
 height: 39px;
 background-image: url(img/03.gif); 
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu03:hover {
 background-image: url(img/03b.gif);
 background-repeat:no-repeat;
}
#menu04 {
 width: 135px;
 height: 39px;
 background-image: url(img/04.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu04:hover {
 background-image: url(img/04b.gif);
 background-repeat:no-repeat;
}
#menu05 {
 width: 103px;
 height: 39px;
 background-image: url(img/05.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu05:hover {
 background-image: url(img/05b.gif);
 background-repeat:no-repeat;
}
#menu06 {
 width: 134px;
 height: 39px;
 background-image: url(img/06.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu06:hover {
 background-image: url(img/06b.gif);
 background-repeat:no-repeat;
}

#contenu {
	margin-left:20px;
	margin-right:10px;
}

#contenu_large {
	margin-left:20px;
	margin-right:20px;
}

#contenu_droite {
	
	padding-left:32px;
	padding-right:22px;
		background-image:url(img/evenements_02.jpg);
	background-repeat:repeat-y;
}

#contenu_droite_a_voir {
	
	padding-left:32px;
	padding-right:22px;
		background-image:url(img/evenements_02.jpg);
	background-repeat:repeat-y;
	font-size:9px;
	text-align:center;
}

#promo {
	background-color:#ff29ca;
	color:#53003a;
	font-size:14px;
	margin-top:39px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#rightnav
{
float: right;
width: 310px;
margin: 0;
padding:0;

}

#content
{
margin-right: 310px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #da85b9;
background-color: #600c47;
background-image:url(img/fond_footer.jpg);
border-top: 1px solid #370127;
font-size:11px;
text-align:center;
}

.copyright {
	
	height:20px;
	width:185px;
	background-color:#610072;
	position:relative;
	margin:0 auto;
	left:297px;
	top:-1px;
	color:#dcaeef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #c35b9c;
	
}

.copyright a:link {
	color: #eccef9;
	text-decoration: underline;
}
.copyright a:visited {
	text-decoration: underline;
	color: #eccef9;
}
.copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:active {
	text-decoration: underline;
	color: #eccef9;
}

#tableau_contact {
	
	background-color:#bc0d79;
	border:solid 1px #eb84c4;
}