@charset "utf-8";
/* CSS Document */

/* 
bleu foncé :	0e4472
bleu pale :		00adef


*/
	body {
	margin: 0px;
	padding:0px;
	background-color: #ffffff;
	background-image:url(arriere.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type:square;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}



a img { border:thin; border-color: #00adef;
}
a:hover {
	text-decoration:underline;
	color:#00adef;
}

#main {
position:relative;
border: 2px solid #0e4472;
margin:auto; margin-top: 20px;
width:955px;
height: 540px;
background-image:url(fond2.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#gauche {
width: 276px;
position:absolute;
top: 250px;
left:0px;
color:#0e4472;
text-align:center;
}

#gauche2{
width: 276px;
position:absolute;
top: 350px;
left:0px;
color:#0e4472;
text-align:left;
margin-left:50px;
}

#droite {
margin-left: 276px;
margin-top: 0px;
text-align:left;
width: 679px;
margin-top:0px; border: thin;
}

#menu {
 border: thin;
 height:20px;
 margin-top:10px;
 margin-left:0px;
}


#contenu {
 border: thin;
 margin-top:40px;
  margin-left:20px;
}

.Big {
font-size: 130%; font-weight: bold;
}

.bleu {
color:#00adef;
}

.slogan {
font-size:130%;
}

.horaire {
float:left; list-style-type:none; margin:0px; padding:0px;text-align:center; width:50%;
}


.horaire li {
border-bottom: 1px  dotted #00adef; padding:5px; margin:0px;
}

#cedule {
border:3px double #00adef; text-align:center; padding:10px; margin:0px; width:255px;
 }
 
 h1 { font-size:110%; margin-bottom: 0px; margin-top:20px;}
 p { margin-right:10px;}
