*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;

}

body {
	height: 100%;
	/*font-family: 'Open Sans', sans-serif, Arial, Helvetica;*/
	font-family: 'Arimo', sans-serif;
	overflow-y: scroll;
	background-color:#FFF;

}


h1 {
	font-size: 0.95em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: normal;
}

h2 {		
	font-size: 0.95em;
	font-weight: bold;
	color: #d60004;
	text-transform: uppercase;
	letter-spacing: normal;
}

h3 {		
	font-size: 0.8em;
	font-weight: bold;
	color: #86b92a;
}

img {
	border: none;

}

p {
	font-size: 0.8em;
	color: #373737;
	line-height: 1.4em;
	text-align: justify;
	font-weight: 400;
}


/*------------ WRAPPER ------------*/

#wrapper{
	position : relative;
	min-height: 100%;
	

}


/*HEADER ---------------------------- */

#header1 {
	width: 960px;
	height: 211px;
	margin-top: 0px;
	background: url('images/bandeau.gif');
	background-repeat: no-repeat;
}


/*------------ CONTENT ------------*/


#content{
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 960px;
	overflow: visible;
	background-color: #FFF;
	padding-bottom:0px;
}

/*------------ CONTENT MENU ------------*/

#content-menu {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 39px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #d8003e;
 }


/*------------ MENU et sous menu------------*/

#menu {
	position: relative;
	width: 890px;
	height: 39px;
	margin-bottom: 0px;
	top: 187px;
 }
	

 
 /* -----------------BARRE DE NAVIGATION--------------------- */

#navbar_ex1 {text-align:right; padding-right:35px; padding-top:15px; padding-bottom:12px;}


#navbar_ex1 ul {
    font-size: 1.1em;
	margin: 0;
    padding: 0;
}


#navbar_ex1 li {
    display: inline;
    list-style-type: none;
}

#navbar_ex1 a {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#navbar_ex1 a:link, #navbar_ex1 a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

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

.liens-menu-actifs {
	padding: 10px 10px;
	color: #d8003e;
	font-weight: normal;
	padding-right: 35px;
	padding-left: 35px;

}

	

/* CENTRE ---------------------------- */


#centre {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: inherit;
	min-height: 650px;
	overflow: hidden;
	z-index: 1;
	background-position: bottom;
	background-color: #ebebeb;

	}



/* -----------------CONTENT--------------------- */


#column1 {
	float: left;
	width: 580px;
	margin-left: 311px;
	clear: both;
	margin-top: 70px;
	z-index: 4;
	height: 150px;

	}
	
#column2 {
	float: left;
	width: 890px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 3;
	height: 490px;
	padding-bottom: 238px;

	}
	
#google{
	position:relative;
	float: right;
	width: 100px;
	margin-top:-60px;
	}


/*------------ FOOTER ------------*/



#footer{
	background: url('images/i-footer.gif') no-repeat;
	bottom: 0;
	clear: both;
	width: 890px;
	height: 25px;
	text-align: right;
	padding-top: 22px;
	padding-right: 70px;
}


.texte-footer {
	font-size: 0.7em;
	color: #45413e;
	text-align: justify;
	line-height: 1.5em;
	}


	
	
/* 
MISE EN FORME ---------------------------- */

.image {
	border: none;
	margin-top: 15px;
	margin-bottom: 20px;

}

a img {
    border: medium none;
}


	
a:link, a:active {
	color: #d8003e;
	text-decoration: none;
	}	
		
a:hover, a:visited {
	color: #d8003e;
	text-decoration: underline;
	}	
	
.texte-courant {
	font-size: 0.8em;
	color: #45413e;
	text-align: justify;
	line-height: 1.5em;
	}
	
.texte-couleur {
	color: #d8003e;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: uppercase;
}
