*{margin:0px; padding:0px;}


body {
	background-color: #8cb668;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Verdana, sans-serif;
	margin-left:0px;
	font-size: 0.8em;
	color: #467386;
}

/*************************************************
TITRES
**************************************************/

/*Titre de l'accueil*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #1479c9;
	font-variant: small-caps;
	font-size: 2em;
	padding-left: 10px;
}

	h1 small{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Verdana, sans-serif;
	font-weight:bold;
	color: #faa70d;
	font-variant: normal;
	display: block;
	font-style:italic;
	font-size: 0.7em;
	}

/*Pour les titres dans les colonnes + pour les titres de pages autre que la page d'accueil*/
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #84d0f1;
	font-size: 1.6em;
	margin-top:16px;
	border-bottom: 1px solid;
}

/*Pour les sous-titres nécessaires (ex: titres de nouvelles)*/
h3 {
	margin-top:10px;
}

/*Pour les titres de footer*/
h4 {
font-family: Georgia, "Times New Roman", Times, serif;
color:#315b6d;
margin-top:10px;
margin-bottom:5px;
font-size: 1.2em;
text-align:right;
letter-spacing:2px;
}

/*************************************************
LIENS + PARAGRAPHES GÉNÉRAL
**************************************************/

a img {
	border:none;
}

a {
	color:#d79e35;
}

a:hover{
	color:#d79e35;
}

p {
padding-top: 7px;
}

b {
color: #003851;
}

.bouton {
	text-align:right;
	width:150px;
	height:28px;
	background-image: url('images/bouton.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	padding-top:7px;
	padding-right:30px;
	margin-top:35px;
	float:left;
	}

.bouton a {
	color:#976303;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	font-size: 1.3em;
}

.bouton:hover {

	background-image: url('images/bouton.jpg');
	background-repeat: no-repeat;
	background-position:bottom left;

	}

/*************************************************
CONSTRUCTIONS EN DIV + MISE EN PAGE PARTICULIÈRE
**************************************************/


#site {
	float: left;
	background-color: #bdeef8;
	background-image: url('images/bg_repeat_ciel.jpg');
	background-repeat: repeat-x;
}

#header {
	padding-top: 98px;
	margin-left: 200px;
	padding-left: 90px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('images/banderole.jpg');
	background-repeat: no-repeat;
	height:92px;
	width:982px;
	float: left;
}
	#header a {
		color: #976303;
		text-decoration: none;
	}
	
	#header a:hover {
		color: #b5790b;
		text-decoration: none;
	}

	#header ul {
		list-style: none;
	}
	#header li {
		display:inline;
		padding-left:20px;
	}

#content {
	min-height: 400px;
	margin-left: 300px;
	width:660px;
	float: left;
}

	#content-large, .content-large {
		width:655px;
		float: left;
		background-color:#d7f5fb;
		border:2px solid #ebfafd;
		padding:10px 10px 20px 10px;
		margin-bottom: 20px;
	}
	
		.activites
		{
			width: 605px;
			margin-left: 50px;
		}
	
		.content-large ol {margin-left: 20px; margin-bottom: 10px;}
	
		#content-large-left {
		width:400px;
		padding:10px;
		float: left;
		margin-right: 15px;
		}
		
		.date{
			width:655px;
			float: left;
			padding:10px 10px 20px 10px;
			margin-bottom:20px;
			background-color:#d7f5fb;
			border:2px solid #ebfafd;
		}

	#content-left {
		width: 300px;
		margin-right:12px;
		padding:10px 10px 20px 10px;
		float:left;
		margin-top:20px;
		background-color:#d7f5fb;
		border:2px solid #ebfafd;
	}
	
	#content-left-index {
		width: 320px;
		margin-right:12px;
		float:left;
		margin-top:20px;
	}

		#content-left-index div{
			width: 300px;
			margin-right:12px;
			padding:10px 10px 20px 10px;
			float:left;
			margin-bottom:20px;
			background-color:#d7f5fb;
			border:2px solid #ebfafd;
		}		
	
	#content-right {
		width: 300px;
		padding:10px 10px 20px 10px;
		float: left;
		margin-top:20px;
		background-color:#d7f5fb;
		border:2px solid #ebfafd;
	}
	
#commanditaires img {max-height: 80px; max-width: 270px; margin-right: 40px;}
	
	#content-right-index {
		width: 320px;
		float:left;
		margin-top:20px;
	}

		#content-right-index div{
			width: 300px;
			margin-right:12px;
			padding:10px 10px 20px 10px;
			float:left;
			margin-bottom:20px;
			background-color:#d7f5fb;
			border:2px solid #ebfafd;
		}	

		#content-left ul, #content-right ul, #content-large ul {
			margin-left:20px;
			list-style-image: url('images/puce.gif');
			margin-top:10px;
		}
		
			#content-left ul em, #content-right ul em, #content-large ul em {
				font-size:0.9em;
			}
			
#footer {
	background-color: #bdeef8;
	background-image: url('images/bg_repeat_gazon.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	clear:both;
	font-size: 0.9em;
	color:#6193a9;
}
	#footer-content {
		height: 602px;
		background-image: url('images/bg_bas.jpg');
		background-repeat: no-repeat;
		background-position: bottom left;
		padding-left: 300px;
	}
	
		#footer-left {
			width: 195px;
			margin-right:10px;
			padding:10px;
			float:left;
			padding-top:50px;
			
		}
		
		#footer-center {
			width: 195px;
			margin-right:10px;
			padding:10px;
			float:left;
			padding-top:50px;
		}
		
		#footer-right {
			width: 195px;
			padding:10px;
			float:left;
			padding-top:50px;
		}
		
			#footer-right a img {max-height: 100px; max-width: 150px;}
		
	#footer a {
	color:#d79e35;
	text-decoration:none;
	}
	
	#footer a:hover {
	color:#1479c9;
	text-decoration:none;
	}
	
	#footer ul {
		list-style: none;
	}
	
	#footer li {
	border-bottom:1px dashed #1479c9;
	width: 150px;
	padding-left:5px;
	}
	
	#footer li:hover {
	background-color:#d7f5fb;
	border-bottom:1px dashed #1479c9;
	width: 150px;
	padding-left:5px;
	}
	

/*************************************************
CONTENU - FORME
**************************************************/


label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#315b6d;
	font-weight:bold;
}

fieldset {
	border:none;
	border-top: 1px dashed #84d0f1;
}

input.button1 {
	width:120px;
	height:35px;
	background-image: url('images/send.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	border:none;
	color: #315b6d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:10px;
}

input.button1:hover {
	background-position:bottom left;
	color: #d7f5fb;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px; 
	margin-top: 10px; 
	padding-left: 10px;
	background-color: #f8e0b3;
	border-left: 5px solid #faa70d;
	
}

.mess_error {background-color: #FFBABA; color: #D8000C;}
.mess_warning {background-color: #FEEFB3; color: #9F6000;}
.mess_success {background-color: #DFF2BF; color: #4F8A10;}




