body {
	margin: 0;
	padding: 0;
}

form, p {
	margin: 0;
}

textarea, select {
	font-family:  Arial, sans-serif;
	font-size: 100%;
}

img {
	border: 0;
}

a {
	color: #00696B;
}

a:hover {
	color: black;
	text-decoration: underline;
}

/*============================
 MISE EN PAGE GENERALE
 =============================*/
#page {
	text-align: center;
}
#content {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
#header {
	position: relative;
}
#columns {
	margin: 35px 50px 10px 80px;
}

/*== 850Px pour les deux colonnes */
#content td {
	vertical-align: top;
}
#column1 {
	width: 125px;
	padding: 20px;
	background-image: url(bg_left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 510px;
}
/* On gruge IE pour obtenir le min_height */
html>body #column1 {
	min-height: 510px;
} 
#column2 {
	width: 635px;
	padding: 20px 25px;
}

#logo {
	position: absolute;
	top: 28px;
	left: 72px;
}
/*============================
 HEADER
 =============================*/
#header .top {
	height: 80px;
	text-align:right
}
#header a {
	color: black;
}

#header .navetteform {
	margin: 36px 0 0 0;
	font-size: 90%;
	white-space: nowrap;
}

#header .navetteform input {
	font-size: 90%;
}
#header .navetteform form {
	display: inline;
}

#header .navetteform em {
	color: red;
}

#header .navetteform .goButton,
#header .navetteform img {
	vertical-align: middle;
}

#header .menubar {
	font-size: 91%;
	line-height: 0.95;
	background-color: #71BAB7;
	text-align: right;
}

#header .menubar table {
	margin: 0 10px 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

#header .menubar td.spacer {
	width: 380px;
}

#header .menubar td {
	font-weight: bold;
	padding: 4px 9px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

#header .menubar td span,
#header .menubar a {
	color: white;
	text-decoration: none;
}

#header .menubar a:hover {
	color: white;
	text-decoration: underline;
}

/*=============================
 CONTENU
 ==============================*/
 #actu p{
 	margin: 0;
 }
 #actu .item{
 	margin: 30px 0;
 }
/*===========
 Visions
 *===========*/
.vision h1 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.vision p {
	margin-top: 30px;
	margin-bottom: 30px;
}
.vision #column1 p {
	font-size: 91%;
}
#popupFesty {
	position: absolute;
	z-index: 10;
	text-align: center;
	background-color: white;
	opacity:0.75;
	filter:alpha(opacity=75);
	font-weight: bold;
}
/*===========
 Autres contenus
 *===========*/
.generic h1,
.generic p {
	margin-top: 0px;
	margin-bottom: 15px;
}
.generic .imageGauche,
.generic .imageDroite {
	margin-bottom: 20px;
}
/*===========
 Références
 *===========*/
#references h2 {
 	margin-bottom: 0;
}
#references .details {
	color: #00696B;
 	margin-bottom: 30px;
}
#references .address {
	float: right;
}
#references_filtres select {
	width: 130px;
	display: block;
	margin-bottom: 30px;
}
/*============================
 MENU de COTE
 =============================*/
.sidemenu {
	list-style-type: none;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.sidemenu li {
	margin-bottom: 15px;
}
.sidemenu a {
	color: #00696B;
	text-decoration: none;
}
.sidemenu a:hover {
	color: black;
	text-decoration: underline;
}

/*============================
 PAGINATION
 =============================*/
.pages {
	text-align: right;
	font-size: 90%;
}
.pages a {
	color: black;
}
.pages a.page {
	color: white;
	background-color: #CAD122;
	padding: 0 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.pages .pagecurrent {
	color: white;
	background-color: #A5A6A8;
	padding: 0 5px;
	text-align: center;
	font-weight: bold;
}


/*============================
 FOOTER
 =============================*/
#footer {
	padding: 0 20px;
}
#footer p {
	font-size: 90%;
}
#footer img {
	vertical-align: middle;
}
#footer a {
	color: black;
}