
*{
	margin:0px;
	padding:0px;
	text-align:left;
}

body{
	margin-top:10px;
	font-family: arial, sans-serif;
	font-size:8pt;
	background-color: #DDDDDD;
	text-align:center;
}

#pageCentree {
	background-color: #FFFFFF;
	border: 2px solid black; 
	width:900px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom:15px;

}

#bandeau {
    text-align:center;
	//background-image: url('img/bandeau.jpg');
	//background-repeat:no-repeat;
	//background-position:center;
	height:160px;
}

#menuBarre{
	margin-top:10px;
	margin-bottom:5px;
}

#menu{
	background-image: url('img/barmenu.jpg');
	width: 600px;
	height:25px;
	background-color: #6699CC;
}

.menuItem{
	font-size:9pt;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	float:right;
}

.menuItem a{
	color:white;
	text-decoration:none;	
	
}

#menuFin{
	position:relative;
	float:right;
	height:100%;
	padding-right:20px;
}


#page{

	padding:10px;
    min-height:370px;
}

#pied{ 
	text-align:right;
	padding-right:10px;
	background-color: #6699CC;
	height:55px;
	background-image: url('img/pied.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#partenaires{
	text-align:right;
	padding-top:10px;

}

.titre {
	font-family: cooper black, comic sans ms;
}


h1{
    margin-top:5px;
	font-size:15pt;
	font-family: cooper black, comic sans ms;
	color:#1C71AA;	
}

h2{
    margin-top:5px;
	font-size:13pt;
	font-family: cooper black, comic sans ms;
	color:#E53A89;
}
h3 {
	font-size:11pt;
	font-family: cooper black, comic sans ms;
}

li{
	margin-left:20px;
	list-style-type:circle;
    margin-bottom:5px;
	}
	
#footer{
	height:35px;
}

#boite{
    float:right;
    margin-top:-30px;
    margin-left:30px;
    margin-right:20px;
}
#evenements{
    padding:5px;
    width:200px;
    border: 1px dashed #6699CC;
    margin-bottom:10px;
}

#info{
    padding:5px;
    width:200px;
    border: 1px dashed #E53A89;

}

#center{
    text-align:center;
}

#aGris{
    text-decoration:none;
    color:gray;
}

#tab{
    margin-left:10px;
}

#imgLiens{
    margin-top:50px;
    margin-right:100px;
    float:right;
   width:300px;
}

#imgNews {
    float:right;
    margin-top:50px;
    padding-left:10px;
}

#imgNews img{
    height:250px;
}

.noDeco{
    text-decoration:none;
    color:black;
}