body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/fond.jpg);
	background-attachment: fixed;
	/*overflow-y: scroll;*/
	overflow:  auto;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
}

a:active, a:visited, a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
}

a.cgv:active, a.cgv:visited, a.cgv:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.cgv:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.title2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.gray {
   color: #707070;
}

.title_pink {
   color: #ff5b5d;
}

.title_orange {
   color: #ffb66a;
}

.title_wine {
   color: #dc7bad;
}

.title_green {
   color: #7bde81;
}

.title_blue {
   color: #83b6ff;
}

.turq {
   color: #00CCFF;
}

.back_gray {
   background-color: #707070;
}

.back_turq {
   background-color: #00CCFF;
}

.footer {
   color: #666666;
}

.liste_liens {
	display: inline-table;
	width: 790px;
	border: 1px solid white;
}

a.liens:active, a.liens:visited, a.liens:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
a.liens:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFCC00;
	text-decoration: none;
}

div#stered_photos {
	margin: 1px auto;
	border: 0px solid #555;
	width: 343px;
	height: 500px;
}

img.actu {
	border: 1px solid #333333;
}

div.email_newsletter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

input.email_newsletter[type="text"]{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #707070;
	margin: 1px;
	padding: 1px;
}

input.email_newsletter[type="submit"]{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	margin: 1px;
	padding: 1px;
}

td.flag {
	/*border: 1px dotted #212121;*/
}
td.flag:hover {
	/*border: 1px dotted #FFCC00;*/
}

td.flag_actif {
	/*border: 1px dotted #00CCFF;*/
}
td.flag_actif:hover {
	/*border: 1px dotted #FFCC00;*/
}

#map {
	position: relative;
	width: 700px;
	height: 525px;
}
#transparent_map {
	position: absolute;
	z-index: 30;
	width: 700px;
	height: 525px;
	border: none;
}
#map ul {
	list-style: none;
}
#map li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}
#finistere {
	background: url(../img/points/zone-bretagne-finistere.gif) no-repeat;
	width: 301px;
	height: 299px;
	top: 8px;
	right: 391px;
}
#cotesdarmor {
	background: url(../img/points/zone-bretagne-cotesdarmor.gif) no-repeat;
	width: 300px;
	height: 226px;
	top: 5px;
	left: 241px;
}
#morbihan {
	background: url(../img/points/zone-bretagne-morbihan.gif) no-repeat;
	width: 293px;
	height: 265px;
	top: 165px;
	left: 224px;
}
#illeetvilaine {
	background: url(../img/points/zone-bretagne-illeetvilaine.gif) no-repeat;
	width: 229px;
	height: 294px;
	top: 43px;
	right: 14px;
}
#loireatlantique {
	background: url(../img/points/zone-bretagne-loireatlantique.gif) no-repeat;
	width: 297px;
	height: 231px;
	top: 284px;
	left: 398px;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider, #slider li {
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width: 470px;
	height: 690px;
	overflow: hidden;
}

#slider {
	margin-left: 40px; 
	margin-right: 40px;
	text-align: center;
}
#slider img { 
	border: 10px solid #000000;
}

#slider_prev_butn a:active, #slider_prev_butn a:visited, #slider_prev_butn a:link {
	float: left;
	width: 35px;
	height: 69px;
	position: relative;
	left: 5px;
	top: 305px;
	background: url(../img/butn-prev.gif) no-repeat 0 0;	
	border: 0px;
	color: #666666;
}
#slider_prev_butn a:hover {
	float: left;
	width: 35px;
	height: 69px;
	position: relative;
	left: 5px;
	top: 305px;
	background: url(../img/butn-prev-over.gif) no-repeat 0 0;	
	border: 0px;
	color: #666666;
}

#slider_next_butn a:active, #slider_next_butn a:visited, #slider_next_butn a:link {
	float: right;
	width: 35px;
	height: 69px;
	position: relative;
	left: -5px;
	top: -385px;
	background: url(../img/butn-next.gif) no-repeat 0 0;	
	border: 0px;
	color: #666666;
}
#slider_next_butn a:hover {
	float: right;
	width: 35px;
	height: 69px;
	position: relative;
	left: -5px;
	top: -385px;
	background: url(../img/butn-next-over.gif) no-repeat 0 0;	
	border: 0px;
	color: #666666;
}

#slider_text {
	border: 0px solid #000000;
	position: relative;
	left: 30px;
	top: -10px;
	width: 470px;
	margin: 8px;
	padding: 8px;
}
