/*Organisation du fond de la page */
html,body{
	height: 100%;
	margin: 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url("images/fond2.jpg");
	background-attachment: fixed;
	background-color: #6498d2;
}
table, tr, td{
	border: none;
	
}
img { 
-ms-interpolation-mode: bicubic;
}
#pub{
	margin-top: 25px;
	margin-left: 15px;
}
#page2{
	background: url("images/fond_body.png");
	margin: 0;
	height: auto;
	width: auto;
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color: #ece815;
	text-decoration:none;
}
/* Organisaton générale de la page */
#header{
	width: auto;
	background: url("images/repeat_header.png") repeat-x;
	height: 300px;
	margin: 0;
}
#page{
	float: left;
	width: 950px;
}
#corps{
	width: 650px;
	padding: 15px;
	margin-left: 0px;
	display: block;
	float: left;

}
#menu{
	width: 211px;
	float: right;
	margin-left: 25px;
	margin-top: 25px;
	clear: both;
}
#spacer {
 clear:both;
}
#footer{
	background: url("images/footer.png");
	width: 809px;
	height: 25px;
	margin-top: 15px;
	padding-top: 5px;
	float: right;
}
/*****************************************/
/**Gestion des erreurs et valids *********/
/*****************************************/
.valid{
	border: solid 2px;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#DFFFDF url("images/valid.png") no-repeat left;
	border-color:#9FCF9F;
	color:#005F00;
}
.error{
	border: solid 2px;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFF0DE url("images/error") no-repeat left;
	border-color:#cfb99f;
	color:#5f3300;
}

/*****************************************/
/* Organisation du header ****************/
/*****************************************/
.logo{
	width: 1000px;
	height: 300px;
	background: url("images/header.png") no-repeat;
	margin: 0;
}

/*On passe au menu à droite : sponsors, newsletter ... */
.sponsors_title, .calendrier_title, .newsletter_title, .facebook_title,.youtube_title,.meteo_title{
	width: 211px;
	height:  30px;
	font-size: 14px;
	color: white;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom:0px;
}
.sponsors_title{
	background: url("images/sponsor.png") no-repeat 
}
.calendrier_title{
	background: url("images/calendrier.png") no-repeat ;
}
.newsletter_title{
	background: url("images/newsletter.png") no-repeat ;
}
.facebook_title{
	background: url("images/facebook.png") no-repeat ;
}
.youtube_title{
	background: url("images/youtube.png") no-repeat ;
}
.meteo_title{
	background: url("images/meteo.png") no-repeat ;
}
.calendrier_title a, .meteo_title a, .youtube_title a, .facebook_title a, .newsletter_title a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.calendrier_title a:hover, .meteo_title a:hover, .youtube_title a:hover, .facebook_title a:hover, .newsletter_title a:hover{
	color: #ece815;
	text-decoration: none;
}
#list{
		width: 200px;
		height: 150px;
        margin:0 0 0 0;
        overflow:hidden;
        position:relative;
        background-color: white;
    }
#list ul,#list li{
        list-style:none;
        margin:0;
        padding:0;
    }
#list li img{
	margin-top: 10px;
	margin-left: 35px;
	text-align: center;
	padding: auto;
}

/* On commence à mettre en page le corps de la page */
#news{
	margin: auto;
	padding: 15px;
	width: 620px;
}
.titre{
	background: url("images/titre.png") no-repeat;
	width: 511px;
	height: 27px;
	font-size: 18px;
	font-family: Verdana, Sans Serif;
	text-transform: UPPERCASE;
	color: white;
	padding-left: 33px;
	padding-top: 2px;
}
.corps_news{
	background: #101010;
	opacity:0.9; 
	margin-top: 3px;
	color: white;
	padding: 5px;
}
.corps_news h3{
	color: yellow;
	font-size: 14px;
}
#info{
	margin: auto;
	margin-top: 5px;
	padding: 10px;
	width: 600px;
	background: #fefefe;
	opacity:0.8; 
	height: auto;
}
.mot_du_prez{
	margin-bottom: 5px;
	padding: 5px;
	width: 300px;
	border-right: 1px dashed #585858;
	color: black;
	font-size: 14px;
	float: left;
}
.mot_du_prez h2{
	font-size: 17px;
	color: #fee941;
}
.motduprez a{
	color: black;
	text-decoration: none;
}
.prix{
	padding: auto;
	width: 150px;
	margin-top:0;
	float: right;
	margin-right: 45px;
}
.prix img{
	margin: auto;
	padding: auto;
	text-align: center;
	border: none;
	width: 141px;
	height: 200px;
}
.info_img{	
	font-size: 11px;
	color: black;
	font-family: Tahoma;
	text-align: center;
}
.partenaires{
	float: right;
}
/* Footer */
.texte{
	padding-right: 15px;
	float: right;
	color: white;
}
.texte a, .texte a:hover{
	color: white;
	text-decoration: none;
}
/*Application de style pour certaines pages */
.heure{
	color: #f7e53d;
	font-weight: bold;
}
.president{
	text-align: right;
}
.communique{
	font-size: 14px;
}
img.village{
	float: right;
	clear: both;
	margin: 5px;
}