@charset "utf-8";
/********** Mise en page générale **********/
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	width:880px;
	margin:auto;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
   	background-color:#BBB;
}
body#accueil {
   	background-color:#999;
	padding-top:20px;
}
img {
	display:block;
}
a, a:link, a:active, a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#666;
}
.clearfloat {
	height:0;
	line-height:0;
	width:0;
	clear:both;
	overflow:hidden;
}
h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#DB5B14;
	font-weight:normal;
	padding-bottom:10px;
	margin:14px 30px 0 250px;
	border-bottom:1px solid #DB5B14;
}
h2 {
	font-size:15px;
	color:#0099FF;
	padding:14px 0;
}
/********** page_top **********/
#page_top {
	height:30px;
	background:url(../images/page_top.jpg);
}
/********** page_bottom **********/
#page_bottom {
	height:30px;
	background:url(../images/page_bottom.jpg);
}
/********** page_int **********/
#page_int {
	background:url(../images/page_background.jpg) repeat-y;
	padding:0 20px 10px 20px;
}
/********** header **********/
#header {
	height:280px;
	background-image:url(../images/header_background.jpg);
}
#header #blank_oti {
	position:relative;
	margin-top:-10px;
	margin-left:753px;
}
/********** sidebar_left **********/
#sidebar_left {
	float:left;
	width:190px;
	padding:0 30px 20px 30px;
}
#sidebar_left li {
	padding-top:3px;
	list-style:none;
}
#sidebar_left li a {
	display:block;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
	height:20px;
	background:url(../images/menu_background.gif) no-repeat;
	color:white;
	font-weight:bold;
	outline-style:none;
}
#sidebar_left > ul > li > a:hover {
	background-position:0 -20px;
}
#sidebar_left li a:before {
	content:"> ";
}
#sidebar_left li ul {
	display:none;
}
#sidebar_left li li.active a, #sidebar_left li li a:hover {
	background:#C6C6C6;
}
#sidebar_left li li a {
	background:#DDD;
	font-size:11px;
	color:#DB5B14;
}
#sidebar_left #form_recherche {
	padding:10px 0;
}
#sidebar_left input[type='text'] {
	width:150px;
	padding:2px;
	margin-right:4px;
	line-height:16px;
	font-size:11px;
	color:black;
	border:1px solid #0099FF;
}
#sidebar_left input[type='submit'] {
	width:30px;
	height:20px;
	background-image:url(../images/input_submit.gif);
	cursor:pointer;
}
#box_meteo {
	height:240px;
	background:url(../images/box_meteo.gif) no-repeat;
}
#box_meteo .date {
	color:#DB5B14;
	padding:3px 0 0 10px;
	text-decoration:underline;
}
#meteo {
	width:188px;
	padding:6px 0 6px 1px;
}
#box_meteo a {
	font-size:11px;
	font-style:italic;
	padding-left:10px;
}
/********** main **********/
#main {
	float:left;
	width:560px;
	padding-bottom:20px;
}
#main img.float_left {
	float:left;
	padding:3px 10px 3px 0;
}
#main img.float_right {
	float:right;
	padding:3px 0 3px 10px;
}
#main #actu {
	width:180px;
	padding:4px 10px;
	margin:0 0 4px 10px;
	float:right;
	background-color:#EEE;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}
#main #actu h3 {
	font-size:12px;
	font-weight:bold;
	color:#88AA00;
	padding:2px 0;
	margin:0;
	border:none;
}
#main #actu img {
	width:50px;
	padding:2px 0 2px 4px;
	float:right;
}
#main #actu p {
	font-size:11px;
	line-height:14px;
	border-bottom:1px dashed #BBDD33;
	padding-bottom:4px;
	margin-bottom:5px;
}
#main p {
	line-height:18px;
}
#main li {
	line-height:22px;
	list-style:none;
	padding-left:28px;
	background:url(../images/puce_fleche_orange.gif) left 6px no-repeat;
}
#main .offre {
	border-collapse:collapse;
	float:right;
}
#main .offre td {
	width:70px;
	height:100px;
	padding:0 15px;
	background:url(../images/pastille.jpg) no-repeat;
	font-size:10px;
	line-height:16px;
	color:white;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/********** main circuits-velo **********/
#main .carte_flash {
	display: none;
}
/********** main communes **********/
.color_maison_tourisme {
	color:#DB5B14;
}
/********** main annuaire **********/
#annuaire #main .ui-accordion-header {
	display:block;
	clear:both;
	line-height:20px;
	color:white;
	font-weight:bold;
	background:url(../images/h2_background.gif) no-repeat;
	margin-top:10px;
	padding:0;
}
#annuaire #main .ui-state-active {
	background-position:left -20px;
}
#annuaire #main .ui-accordion-header span {
	width:30px;
	text-align:center;
	padding-right:20px;
	display:block;
	float:left;
}
#annuaire #main div {
	padding:10px 0 20px 0;
	font-size:12px;
}
#annuaire #main .descriptif {
	clear:both;
	padding:10px 0;
	font-style:italic;
}
#annuaire #main li {
	background-image:url(../images/puce_fleche_vert.gif);
}
/********** footer **********/
#footer {
	clear:both;
	line-height:20px;
	background-color:#0099FF;
	text-align:center;
	color:white;
	font-size:12px;
}
#accueil #footer {
	background:none;
}
#footer a {
	color:white;
}
