@charset "utf-8";
/* CSS Document */




body {
	margin: 0;
	padding: 0;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 15px;
	background: #e1cba4 url('../images/bg_body.jpg') repeat-x top left;
}

#wrapper{
	position:relative;
	width:986px;
	margin:auto;
	padding-top:19px;
	background:url('../images/wrapper-top-bg.gif') 0 11px no-repeat;
}


#logo {
	position:absolute;
	left:0;
	top:0;
}

#logolink {
	display: block;
	position: absolute;
	width: 132px;
	height: 56px;
	top: 30px;
	left: 11px;
	text-decoration: none;
	background: url('../images/vide.gif');
}




#banner{
	position:relative;
	margin-top:-10px;
	margin-left:-10px;
	z-index:5;
}



/* CONTENEUR : contient tout le contenu du site  ----------------- */

#conteneur {
	width:970px;
	padding:0 8px; /* marges de 8px pour l'ombre portée en PNG */
	background: transparent url('../images/bg_conteneur.png') repeat-y top left;
}


#breadcrumb {
	color: #70840a;
	font-size:11px;
	margin-left: 16px;
}
	#breadcrumb a {color: #70840a;}
	#breadcrumb a:hover {color: #516007;}


.txt_principal {
	margin-left: 14px;
	padding: 1px 10px 10px 10px;	
	border-left: 2px solid #b0cf08;	
	background: #e0ed98 url('../images/bg_txt_principal.jpg') repeat-x top left;
	
}

#conteneur#col_gauche {height: inherit;}

.greenbox { /* taille fixe */
	background: transparent url('../images/greenbox.jpg') no-repeat top left;
	width: 210px;
	height: 107px;
	padding: 6px;	
	text-align:left;
	font-size: 12px;	
	line-height:15px;	
}

#highlightbox
{
	margin-left:16px;
	margin-top:10px;
	padding: 10px;
}
	
#highlight {
	
	background-color: #FFF;
	margin-left:16px;
	margin-top:10px;
	padding:6px;
	text-align:left;
	border:1px solid #cadcd7;
	width:452px;
}
	#highlight a
	{
		text-decoration: none;
	}

#video_player {
	background: transparent url('../images/vide.jpg') no-repeat top left;	
	
	position:relative;
	width:481px;
	height:347px;
	
	padding-top: 18px;
	padding-left: 15px;
	margin-top:-10px;
	margin-left:-10px;	
}

#adress {
	width:500px;
	margin:0 auto;
	padding:5px 0 13px 0;
	border-top:1px solid #867255; /* d2ec44 */
	text-align:center;
	color: #867255; /* d2ec44 */
	font-size:11px;
}
	#adress a { color: #867255; }

#greenbtn {
	background: #d2ec44;
	height:20px;
	margin-top: 10px;
	margin-left: 16px;
	padding: 0 6px 0 6px;
	color: #0055b1;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}


/* FIN CONTENEUR ----------------- */






/* FORMAT DE CONTENEUR (2 COLONNES ou 1 COLONNE)  ----------------- */

#col_gauche {	
	padding: 10px 10px 10px 1px;
	float: left;
	width:485px;
	font-size: 13px;	
	line-height:17px;
}

#col_droite {
	padding: 10px 16px 10px 2px;
	float: right;
	width:455px;
	font-size: 13px;
	line-height:17px;

}

#col_unique {
	margin: 0px 0px 0 10px;
}

/* FIN CONTENEUR AVEC 2 COLONNES  ----------------- */





/* BASELINE  ----------------- */

#baseline {
	margin-left: auto;
	margin-right:auto;
	background: transparent url('../images/bg_baseline.png') no-repeat;
	color:#193452;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 50px; /* for fun... */
}

/* FIN BASELINE  ----------------- */



/* ESPACE LOGO (uniquement homepage) */


.espacelogo {

	float:left;
	margin-top: 10px;
	margin-left: 40px;
	

}
	.espacelogo span, .espacelogo3 span {
		display:block;
		margin-bottom: 8px;
		color: #b0cf08;
		font-weight:bold;
		text-transform:uppercase;	
	}

/* version centrée avec 1 seul logo */
.espacelogo3 {
	text-align:center;
	margin-top: 10px;
}


/* FIN ESPACE LOGO */





/* MISE NE PAGE  ----------------- */


#conteneur ul {
	margin-top: 0;
	margin-left: 10px;
	padding-left: 0;
}
	#conteneur ul li{
		padding-bottom: 2px;	
		padding-left: 15px;
		list-style-type: none;
		background: transparent url('../images/puce_liste.gif') no-repeat 0 4px;	
	}
	

#sitemap li, #sitemap li li {
	margin: 2px 0;
}
#sitemap li a, #sitemap li li a {
	text-decoration:none;
}

#gallery {
	position:relative;
	margin: 0 auto;
	width:620px;
	height:527px;
}


h1 {
	position:absolute;
	left: -3000px;
	top: -3000px;
}

h2 {
	background: transparent url('../images/puce_h2.gif') no-repeat top left;
	height:20px;
	padding: 18px 0 0 20px;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight:500;
	color: #0055b1;
	text-transform:uppercase;
	
}

h3 {
	font-size:14px;
	color: #70840a;
	text-transform:uppercase;
	margin: 20px 0 10px 0; /* 30 et 20 */
}

.txt_principal h3 {color: #0055b1;}
.greenbox h3 {font-size:12px; margin:0 0 5px 0;}
#highlight h3 {color: #0055b1; font-size:12px; margin:0 0 5px 0;}

h4 {
	font-size:13px;
	font-weight:bold;
	color: #033d7b;
	margin-bottom:10px;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color: #000;
	margin:5px 0;
}

h6 {
	display:inline;
	color: #0055b1;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

p {
	margin-top: 6px;
	margin-bottom:6px;
}

a {
	color: #0055b1;
	text-decoration:underline;
}
	
a:hover {color: #000;}
	
a.expand{
	 /*display:block; 
	border:1px solid red;*/
	margin-bottom: 6px;
	text-decoration:none;
}

a.expand span{
	color: #000;
}


.content-expand{
	display:none;
}

a.linknoborder {
	color:#000;
	text-decoration:none;
}
	
	
.clear {clear:both;}	
	
img {border: 0;}

.img-float-left {
	float:left;
	margin-right: 7px;
	border: 1px solid #b0cf08;
}

.img-centre {
	display: block;
	margin: 0 auto;
	border: 1px solid #b0cf08;
}

.ico {
	float:left;
	margin-right: 5px;
	margin-top: 3px;
}

.ico-eps {
	float:left;
	margin-right: 5px;
	margin-top: 0px;
}

/* .greenbox img {border: 1px solid #b0cf08;} */
#highlight img {border: 1px solid #4c8ed7;}
 
#highlight span {
	display:block;
	font-weight:bold;
	color:#0055b1;
}

.legend {
	font-size:10px;
	text-align:center;
}

acronym {
	cursor:default;
	font-weight:inherit;
	border-bottom:none;
}

.blue {
	color: #0055b1;
}

.obligatoire {
	color:#900;
}

.left {float: left;}
.right {float:right;}


hr {
	margin: 20px 5px;
	color: #B0CF08;
	background-color: #B0CF08;
	height: 1px;
	border: 0;
}

.mini {
font-size:10px;
color: #8e9e3e;
}

.sup{font-size: 8px; vertical-align:top;} 
.sub{font-size: 8px; vertical-align:bottom;} 	

	




/* FORMULAIRE 

.form_label {
	display:block; 
	float:left; 
	width:100px;
	line-height:20px;
}

#formcontact input {
	margin: 2px 0;
	width:220px;
}

textarea {

	width: 400px;
	border:1px solid #9ba2a8;
	color: #0055b1;
	background-color:#FFF;
}

select {
	border:1px solid #9ba2a8;
	color: #0055b1;
	background-color:#FFF;
}

#send {
	cursor:pointer;
}

*/

/* ARCHIVES */

.archives H4, .archives p, .archives a, .archives span, .archives ul  {
color:#8d9464;
}

#conteneur .archives ul li {background:transparent url('../images/puce_liste_archives.gif') no-repeat 0 4px;}











/* AGENDA - ESPACE MEMBRE --------------------- */


#module_agenda {
	width: 212px;
	float:left;
	margin-top:35px;
}

#agenda {
	
}

#nav_calendar {
	height: 35px;	
}
#nav_calendar a {
	color: #66760c;
	text-decoration: underline;	
	font-weight:bold;
}
#nav_calendar #select_mois {
	position:relative;
	top: 8px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0055b1;
	font-size: 14px;
}
#nav_calendar #select_mois img {
	position:relative;
	top: 3px;
}

#nav_calendar #export {
	float:right;	
}
#nav_calendar #export img {
	position:relative;
	top: 6px;
	margin-right: 5px;
}


select {
	border:1px solid #9ba2a8;
	color: #858585;
	background-color:#FFF;
	width: 207px;
	margin-bottom:10px;
	cursor:pointer;
}

#btn_visu {
	background-color: white;
	border: 1px solid #9BA2A8;
	color: #0055B1;
	float:right;
	margin-right: 5px;
	cursor:pointer;
}


#calendar {
	border-collapse: collapse;

}

#calendar thead {
	background-color: #0055b1;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	height:19px;
	border-left:1px solid #0055b1;	
}

#calendar thead tr th {
	width:102px;
}
#calendar tbody tr td {
	width:102px;
}


#calendar tbody tr th {
	background-color: #ccddef;
	color: #0055b1;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	
	border-left:1px solid #0055b1;
	border-right:1px solid #0055b1;	
	padding-right: 2px;
}
#calendar tbody tr th.otherday {
	background-color: #ebebeb;
	color: #9f9f9f;
}
#calendar tbody tr th#day {
	background-color: #B0CF08;
	color: #FFF;
}

#calendar tbody tr td {
	background-color: #f7fbe2;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	height: 92px;
	
	border-bottom:1px solid #0055b1;
	border-left:1px solid #0055b1;
	border-right:1px solid #0055b1;
	vertical-align:top;
	
}

#calendar tbody tr td a {
	color: #000;
	text-decoration:none;

	display:block;
}
#calendar tbody tr td a:hover {
	background-color:#edff90;
}

#calendar tbody tr td span { /* Horaires */
	font-size:9px;
	color: #7b7b7b;
	margin-right: 2px;
	padding-left: 2px;
	float:left;
}

/* infobulles */
.item{display:none;}
#easyTooltip{
	margin:0 10px 1em 0;
	line-height:130%;	
	width:325px;
	padding:5px;
	background: #FFF url('../images/easytooltip_bg.jpg') repeat-x top left;
	border:1px solid #a8c6d2;
	font-family:Arial, Helvetica, sans-serif;	
	color: #000;
	z-index: 10;		
}

#easyTooltip p#date {
	font-size:12px;
	font-weight: bold;
}
#easyTooltip h3{
	font-size: 12px;
	color: #0055b1;
	font-weight:bold;
	text-transform:none;
	margin: 20px 0;
	text-align:left;
	}	
#easyTooltip p#description {
	font-family:"trebuchet MS";
	font-size:10px;
	color: #70840a;
	line-height: 15px;
}
#easyTooltip p#objectifs {
	font-size: 11px;
	margin-top: 12px;
}	

#easyTooltipClose{
	margin-top:5px;
	float:right;
}


.filtre
{
	margin:0; 
	padding:0;
}
	.filtre p
	{
		text-align: left;
	}

.description p
{
	color: #88A110;
	font-size: 11px;
}


.event_current_month
{
	margin-top: 10px;
}

	.event_current_month ul li span
	{
		color: #0055B1;
		font-weight: bold;
	}

.event_current_month h4
{
	margin: 0 0 5px;
}

label.error, em.error
{
	color: red;
}

#addevent tr
{
	vertical-align: top;
}

a.addnews, a.addtravaux, a.addevent, a.howtoadddoc, a.gotoagendaannuel
{
	display: block;
	float: right;
	height: 35px;
	width: 175px;
}

	a.addnews:hover, a.addtravaux:hover, a.addevent:hover, a.howtoadddoc:hover, a.adddoc:hover, a.addlink:hover
	{
		background-position: 0 -35px;
	}
	a.addevent:hover, a.gotoagendaannuel:hover
	{
		background-position: 0 -41px;
	}
	
a.addnews
{
	background: transparent url('../images/btn_add_news.gif') no-repeat 0 0;
}

a.addtravaux
{
	background: transparent url('../images/btn_add_projet.gif') no-repeat;
}
a.addevent
{
	background: transparent url('../images/btn_ajouter_event.gif') no-repeat;
	height: 42px;
	width: 208px;
}

a.adddoc
{
	background: transparent url('../images/btn_add_doc.gif') no-repeat;
	display: block;
	float: right;
	height: 35px;
	margin-right: 20px;
	width: 169px;
}

a.addlink
{
	background: transparent url('../images/btn_add_a_link.gif') no-repeat;
	display: block;
	float: right;
	height: 35px;
	margin-right: 20px;
	width: 169px;
}

a.howtoadddoc
{
	background: transparent url('../images/btn_soumettre_doc.gif') no-repeat;
}
a.gotoagendaannuel
{
	background: transparent url('../images/btn_agenda_annuel.gif') no-repeat;
	height: 42px;
	width: 208px;
}
.pbtn
{
	height: 42px;
}


#columns
{
	margin: 0 auto;
	padding: 15px 0;
	width: 410px;
}
	#columns input.halfbox, #columns input.halfbox
	{
		width: 300px;
	}
	#columns h1
	{
		font-size: 20px;
		left: 0;
		line-height: normal;
		margin: 5px 0;
		padding: 0;
		position: static;
		top: 0;
	}
	



.object-center
{
	text-align: center;	
}
	
.welcome { color: #0055b1; font-family: trebuchet MS; font-size: 15px; font-weight: bold; }

.upcoming-event a { color: black; text-decoration: none; }

.viewagenda
{
	background: transparent url('../images/btn_view_agenda.gif') no-repeat;
	display: block;
	float: right;
	height: 35px;
	width: 169px;
}
	.viewagenda:hover {background-position: 0 -35px;}
	
.viewlibrary
{
	background: transparent url('../images/btn_view_library.gif') no-repeat;
	display: block;
	float: right;
	height: 35px;
	width: 169px;
}
	.viewlibrary:hover {background-position: 0 -35px;}


#listeNewDoc a { color: black; text-decoration: none;}
#listeNewDoc ul 
{
	margin: 10px 0 0;
	padding: 0;
}
	#listeNewDoc ul li 
	{ 
		background: none !important;
		margin: 0;
		padding-left: 25px !important; 
	}
		#listeNewDoc li.link { background:transparent url(../images/library/link_icon.png) no-repeat scroll 5px top !important; }
		#listeNewDoc li.excel { background:transparent url(../images/library/excel_icon.gif) no-repeat scroll 5px top !important; }
		#listeNewDoc li.pdf { background:transparent url(../images/library/pdf_icon.gif) no-repeat scroll 5px top !important; }
		#listeNewDoc li.ppt { background:transparent url(../images/library/ppt_icon.gif) no-repeat scroll 5px top !important; }
		#listeNewDoc li.word { background:transparent url(../images/library/word_icon.gif) no-repeat scroll 5px top !important; }
