/* CSS Document */

/* --------------------------------------------------------------------
 affichage agenda mini
-------------------------------------------------------------------- */

#agenda-mini {font-family:"segoe ui",verdana,arial,sans-serif; color:#565A5B; }
body.accueil #agenda-mini {margin-left:20px;}


#agenda-mini h2 {
	color:#ED7902; }
#agenda-mini a {color:#565A5B;}

#agenda-mini p {
	font-family:"segoe ui",verdana,arial,sans-serif;
	margin:0px;
	padding:0px;
	text-height:0px;
	
}


#agenda-mini h3 {
	color:#ED7902;
	font-size:18px;
	font-weight:400;
	margin:0px;
	padding:0px;
}

#agenda-mini h3 a{ text-decoration:none; color:#ED7902;}

#agenda-mini h3 a:hover{ text-decoration:underline;}



#agenda-mini .event {
	height:80px;
	width:245px;
	position:relative;
}

body.accueil #agenda-mini .event {width:310px; }

#agenda-mini a div.pt_date { 
	margin-top:6px;
	width:68px;
	height:60px;
	background:url(../images/event_list.png) no-repeat;
	float:left;
	
}
#agenda-mini a:hover div.pt_date { 
	background:url(../images/event_list.png) no-repeat;
	background-position:0 -60px;
}

#agenda-mini div.info_date {
	margin-left: 78px;
	position:absolute;
	float:left;
}
#secondaire h2.agenda, body.vert div#contenu h3.agenda a, body.bleu div#contenu h3.agenda a  {color:#ED7902;}
#agenda-mini p.date {color:#ED7902; font-weight:bold; font-size:13px; line-height: 12px; padding-top: 4px;}
#agenda-mini p.cat {font-weight:bold; font-size:12px; text-transform:uppercase; color: #565A5B; line-height:13px; margin-top:2px;}
body.accueil #agenda-mini p.cat, body.accueil #agenda-mini p.date{font-size:14px;}
#agenda-mini p.cat span.commune {font-size:10px; font-weight:400; color: #565A5B;}
#agenda-mini p.titre {font-size:14px; line-height:12px; color: #565A5B;}


#agenda-mini .pt_date p {color:#FFF; margin-right:8px; text-align:center; font-weight:600; font-size:11px; height:60px; padding-top:5px;}
#agenda-mini .pt_date p span.mois {font-size:24px;}

/* --------------------------------------------------------------------
 affichage mois 
-------------------------------------------------------------------- */

#agenda {width:680px; font-family:"segoe ui",verdana,arial,sans-serif; color:#565A5B; margin-left:-15px;}

#principal #agenda a {color:#565A5B; text-decoration:none;}

#principal #agenda p {
	font-family:"segoe ui",verdana,arial,sans-serif;
	margin:0px;
	padding:0px;
	text-height:0px;	
}


#principal #agenda #affiche_event ul {list-style:none; margin:0; padding:0;}
#principal #agenda #affiche_event ul li {height:190px; padding:1px; padding-bottom:10px;  padding-right:10px; background:url("../images/tourinsoft/ligne-agenda.png") bottom no-repeat; position:relative;}
#principal #agenda #affiche_event ul li:hover {
	padding:0px;
	padding-right:9px;
	padding-bottom:9px;
	border:#BAC7D4 1px solid;
	border-radius:3px;
	background: linear-gradient(#E1F2FC,#FFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CEE9FA', GradientType=0);	
	
	
	}


#principal #agenda .photo {
	float:left; 
	width:240px; 
	padding-top:10px; 
	padding-left:0px; 
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	overflow:hidden;
}
	
#principal #agenda .photo img { height:146px; text-align:center; margin:auto; }

#principal #agenda p.date_big {float:left; font-size:14px; line-height:30px; margin:0; padding:0; text-align:right; margin-left:5px; margin-top:10px;}
#principal #agenda p.date_big span {font-size:50px;}

#principal #content_event { margin-left: 315px;}

#principal #agenda p.cat {
	color:#ED7902;
	font-size:12px;
	font-weight:400;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

#principal #agenda p.titre {
	color:#ED7902;
	margin:0px;
	padding:0px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#principal #agenda .commune {font-size:14px;}
#principal #agenda .date {font-weight:bold;}
#principal #agenda .descriptif {
	line-height:16px;
	font-size:14px;
	padding-top:0px;
}

#secondaire .recherche input, #secondaire .recherche select {
    border: 1px solid #CCCBCB;
	width:230px;
    padding: 3px;
	margin-top:10px;
	color:#555;
}

#secondaire .recherche input.date {width:150px; margin-top:0;}

#secondaire .recherche .submit-date {width:50px; margin-top:0; margin-left:150px;}


#secondaire .recherche ul.theme li { line-height:15px; list-style:none; padding-left:10px; }
body.orange div#contenu #secondaire .recherche a {color:#666; text-decoration:none;}
body.orange div#contenu #secondaire .recherche a:hover {font-weight:400; color:#444;}

/* Gestion de la navigation */
#agenda div.nav_event {background:#ED7902; width:100%; height:35px; margin-bottom:10px;}

#agenda div.nav_event {background:#ED7902; width:100%; height:35px; margin-bottom:10px;}

#agenda div.mois_nav {text-transform:uppercase; font-weight:600; text-align:center; color:#FFFFFF; width:610px; float:left; line-height:35px;}


#agenda div.precedent {background:url("../images/tourinsoft/agenda-precedent.png") no-repeat; width:35px; height:35px; color:#FFF; float:left;}

#agenda div.suivant {background:url("../images/tourinsoft/agenda-suivant.png") no-repeat; width:35px; height:35px; color:#FFF; float:left;}

#agenda div.suivant a, #agenda div.precedent a {height:35px; display:block; width:35px;}

#agenda div.suivant a span, #agenda div.precedent a span {display:none;}

#agenda div.precedent:hover {background:url("../images/tourinsoft/agenda-precedent.png") no-repeat #FF8F00;} 

#agenda div.suivant:hover {background:url("../images/tourinsoft/agenda-suivant.png") no-repeat #FF8F00;}

#agenda li span.plus {color:#65B4F3; position:absolute; right:10px; bottom:15px; font-size:16px; font-weight:500;}
#agenda li:hover span.plus {color:#65B4F3; position:absolute; right:9px; bottom:14px;}
#principal #agenda li span.plus a {font-size:16px; font-weight:500;}

/* --------------------------------------------------------------------
 affichage détail
-------------------------------------------------------------------- */

#principal div.picto {float:right; margin-top:50px;}

#secondaire h3 {color:#ED7902;}

div.slider1 {width:650px; height:435px; border:#CCCCCC 1px solid; }
div.slider1 ul {margin-top:0px;}

div.slider1 span, div.slider1 div.bx-wrapper {
	display: block;
	overflow: hidden;
	width: 640px; 
	height: 425px;
	line-height:425px;
	background:#F4F4F4;
	text-align:center;	
	padding:0px;
	margin:5px;	
	
}


div.slider1 img {
	position:relative;
	max-height:425px;
	min-height:425px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	padding:0px;
}

p.description {margin-top:20px;}

/* google map */

div.google {width:300px;}
div.google p {font-family:Arial, Helvetica, sans-serif; font-size:11px;}
div.add {width:150px;}
body.vert .google p.adresse span {margin:0; padding:0; color:#96c11f; font-size:14px; font-weight:bold; }
.google img { height:100px; float:right; }



.clear {
    clear: both;
    font-size: 0;
    height: 1px;
    line-height: 0;
}
 
