/* --------------------------------------------------------------------------------
	STYLES GLOBAUX (TYPOS, LIENS, SPACERS...)
-------------------------------------------------------------------------------- */

body {
	background-color:#3e2743;
	background-image:url(img/Background.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#D9D9D9;
	overflow-x: hidden;
	overflow-y: auto;
}	

textareatext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFFFFF;	
}
div, span, p, a, img, form, ul, li, h1, h2, h3, h4, h5, h6 {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

a {
text-decoration:none;
color:#FFFFFF;
}

a:hover{
text-decoration:none;
color:#669900;
}

h1 {
	font-size: 14px;
	margin:10px;
	color:#FF2468;
	font-weight:normal;
}

.alignement{
	position:relative;
	margin:0 auto 0 auto;
	width:920px;
	}

.page {
	position:absolute;
	width: 920px;
	height: auto;
	background-color:#FFFFFF;
	text-align: left; /* annule le centrage du body */
}

.top {
text-align:left;
width:920px;
height:300px;
background-color:#3e2743;
}

.menu{
float:left;
color:#FFFFFF;
background-image:url(img/BandeauMenu.jpg);
background-repeat:no-repeat;
height:30px;
width:920px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:100;
}

.link{
margin:5px 0 0 140px;
}
.link a {
margin:0 5px 0 5px;
}

.bandeau{
float:left;
width:920px;
height:270px;
}

.contenu{
text-align:left;
margin-top:35px;
margin-bottom:40px;
width:920px;
}

.chapeau{
float:left;
text-align:right;
width:320px;
margin-left:120px;
font-family:Georgia, Times New Roman, Times, serif;
color:#592d63;
font-size:16px;
}

.paragraphe{
float:left;
text-align:left;
width:300px;
margin-left:30px;
margin-top:4px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin-bottom: 20px;
}

.bottom{
float:left;
text-align:left;
margin:20px 20px 20px 20px;
width:920px;
}

.evenement{
float:left;
width:250px;
height:170px;
text-align:left;
background-color:#a2af6d;
}

.evenement image{
float:left;
width:250px;
height:70px;
text-align:left;
background-color:#a2af6d;
}

.evenement p{
display:block;
float:left;
margin:10px 10px 5px 10px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.evenement a {
display:block;
float:left;
text-decoration:none;
color:#FFFFFF;
font-size:12px;
text-align:left;
margin-left:10px;
}

.evenement a:hover {
color:#669900;
}

.ActuSeances{
float:left;
width:607px;
height:170px;
text-align:left;
background-color:#a2af6d;
margin-left:20px;
margin-bottom:20px;
}

.BlocActu{
width:287px;
height:170px;
float:left;
}

.BlocActu h1{
margin:20px 20px 5px 20px;
font-family:Georgia, Times New Roman, Times, serif;
color:#592d63;
font-size:16px;
}

.BlocActu P{
margin:5px 20px 20px 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}


.footer{
clear:both;
padding:20px;
width:920px;
background-color:#3e2743;
text-align:center;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#a2af6d;
}



