/* --------- /awe/stylesheets/footer.css --------- */ 
	#footer{
		clear:both;
		font-size:0.9em;
		height:32px;
	}
		#footer ul{
			text-align:center;
			padding:7px 0 8px;
		}
		#footer li{
			list-style:none;
			letter-spacing:1px;
			padding:0 7px 0 3px;
			background-repeat:no-repeat;
			background-position:right center;
			margin-right:2px;
		}
		#footer h2{
			font-size:1.2em;
			display:inline;
			padding-right:7px;
			background-repeat:no-repeat;
			background-position:right 9px; 
			margin-right:1px;
		}
		#footer dl{
			display:inline;
		}
		#footer dt, #footer dd, #footer li{
			display:inline;
		}
		#footer dd{
			padding-right:6px;
			background-repeat:no-repeat;
			background-position:right 7px;
			margin-right:2px;
		}
		#footer dd.last, #footer li.last{
			padding-right:0;
			background:none;
			margin-right:0;
		}
		#footer .coord{
			text-align:center;
			padding:6px 0;
		}
/* --------- /themes/basic04/stylesheets/master.css --------- */ 
﻿/*=general
=liste formations par domaine
=liste des intervenants
=hot area contact
=plan du site
=footer
=formulaire
=boutons
=liens boutons
=erreurs
=success
=bouton print
=CSS tooltip
=bloc telechargement
=popUp
=blog
=zoom + fil actus home 
*/


/* --- =general --- */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th{
	margin:0;
	padding:0;
}
.out, #header p.baseline{
	position:absolute;
	left:-999em;
}
body{
	color:#222;
	font:76%/1.4 Arial,Helvetica,sans-serif;
	background:#fff url(/themes/basic04/images/bkgd_body.jpg) repeat-x;
}
body#top{
	background-color:#353535;  /* fix for bkgd Shadowbox to stay the same color */
}
kbd{
	border:1px solid #E0E0E0;
	padding:1px 2px;
	font-size:1.1em;
	background:#fff;
}
a:link, a:visited{
	color:#14801d;
	text-decoration:none;
}
a:visited{ color:#219719; }

a:hover, a:active{ color:#30BD17; text-decoration:underline; }
a img{
	border:none;
}
#wrap{
	position:relative;
	min-width:758px;
	max-width:76em;
	margin:8px auto 20px;
	padding:0;
	background:#fff;
}
	#header{
		overflow:hidden;
		height:132px;
		margin:0 15px;
		position:relative;
		background-repeat:no-repeat;
	}
		#header #logo{
			float:left;
			margin-left:14px;
		}
			#header #logo img{
				border:none;
				margin-top:7px;
			}
	#navbar{
		clear:both;
		position:absolute;
		bottom:0;
		left:0;
		height:30px;
		background:transparent url(/themes/basic04/images/bkgd_navbar.png) repeat-x;
		width:902px;
		font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
		font-weight:bold;
		line-height:normal;
		font-size:0.9em;
		/*letter-spacing:.05em;*/
	}
		#navbar li{
			float:left;
			list-style:none;
			font-weight:bold;
			font-size:1.2em;
			border-right:1px solid #fff;
			padding:6px 0;
			
		}
			/* pour MASP */
			#navbar li span{
				position:absolute;
				left:-999em;				
			}
		#navbar li.last{
			border:none;
		}
		#navbar li.select{
			padding:6px 13px;
			color:#fbe601;
			background:transparent url(/themes/basic04/images/bkgd_navbar.png) repeat-x 0 -30px;
		}
			#navbar li a{
				color:#f3f3f3;
				padding:6px 13px;
				text-decoration:none;
			}
			#navbar li a:hover, #navbar li a:focus, #navbar li a:active{
				color:#fff;
				background:transparent url(/themes/basic04/images/bkgd_navbar.png) repeat-x 0 -30px;
			}
	#main{
		margin:0 15px;
	}
	#content{
		float:left;
		padding-bottom:1em;
		margin:10px 0 4px;
		overflow:hidden;
	}
	
	h1, h2 {
		font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
		font-weight:normal;
	}
	
	#content.cont1col{
		width:100%;
	}
	#content.cont2col{
		width:64%;
		overflow:visible;
	}
		#content .txt{
			padding:8px 10px;
			background:#14801d url(/themes/basic04/images/bkgd_accr.jpg) repeat-x;
		}
		#content .txt#accr-home{
			color:#fff;
			padding:8px 25px 0 0;
			position:relative;
			min-height:235px;
		}
		
		#content #accr-home #visu-accr-home{
			display:block;
			position:absolute;
			bottom:0;
			width:220px;
			height:250px;
			background-position: left bottom; 
		}
		
		#content h1{
			color:#fff;
			font-size:1.6em;
			margin:0 0 14px 4px;
		}
		#content #accr-home h1{
			font-size:1.7em;
			margin:0 0 12px 15px;
		}
		#content .cRef{
			color:#fff;
			font-weight:bold;
			font-size:1em;
			text-align:right;
			margin-bottom:4px;
		}
		#content .detail{
			position:relative;
			background:#fff;
			padding:12px 10px 6px;
			min-height:24em;
		}
		#content .detail#Gmap{
			overflow:hidden;
		}
		#content h2{
			color:#14801d;
			font-size:1.2em;
			font-weight:bold;
			margin:10px 0 4px;
		}
		#content .centr2col h2, #content .centr3col h2{
			font-size:1.4em;
			font-weight:normal;
			margin:6px 0 9px;
			line-height:1;
		}
		#content .domtab h2 a{
			text-decoration:none;
			color:#991217;
		}
		#content h3{
			font-size:1em;
			margin-bottom:5px;
		}
		#content h4{
			color:#6B6B6B;
		}
		#content p{
			margin-bottom:8px;
			line-height:1.3;
			margin-left:1px;
		}
		#content ol{margin:0 0 8px 15px;}
		#content ul {margin:0 0 8px 1px;}
		
		#content ul li, #content ul.calendar_list li ul li {
			padding-left:1em;
			list-style-type: none;
			background: url(/themes/basic04/images/puce.png) no-repeat 0 0.5em;
			margin: 0 0 2px 0;
		}
		#content ul li ul {margin:4px 0 4px 0;}
		
		#content ul li ul li {
			background:none;
			list-style:circle;
			padding-left:0;
			margin-left:1.3em;			
		}
		
		#content ul.calendar_list li { background:none; padding-left:0; }
		
		.txt#accr-home ul{
			padding:0 18px 18px 234px;
			margin:0;
		}
		.txt#accr-home li{ 
			font-size:1.2em;
			line-height:1.2;
			margin:6px 0 0 0;
			padding:0;
			background:none;
			list-style-type:disc;
		}
		
		.txt#accr-home p{
			margin-left:220px;
			font-size:1.2em;
			line-height:normal;
			padding-bottom:10px;
		}
		#content .colmnCtnr{
			padding-top:15px;
			overflow:hidden;
			background:#fff url(/themes/basic04/images/bkgd_colmn.jpg) no-repeat right 15px;
		}
		#content .centr2col, #content .centr3col{
			float:left;
			padding:2px 11px;
			background:#fff url(/themes/basic04/images/bkgd_colmn.jpg) repeat-x;
			margin-right:12px;
		}
		#content .centr2col { width:45%; }
		#content .centr3col { width:28%; }
		
		#content .colmnCtnr .last{ margin-right:0; }

		#content .more a{
			padding:0 13px 0 0;
			background:transparent url(/awe/images/arrows-r_b8b7b7.gif) no-repeat right 5px;
		}
			#content .more a span{
				position:absolute;
				left:-999em;
			}
		#content .topLnk{
			text-align:right;
			font-size:0.9em;
			padding-right:6px;
			margin-top:6px;
		}
			#content .topLnk a{
				color:#fff;
				padding:0 0 0 11px;
				font-weight:normal;
				background:transparent url(/themes/basic04/images/b2top.gif) no-repeat left 2px;
			}
		#content .coord{
			float:left;
			width:235px;
			padding:4px 6px;
			background:transparent url(/themes/basic04/images/bkgd_colmn.jpg) repeat-x;
		}
			#content .coord h2{
				color:#000;
				margin:0;
			}
			#content .coord ul, #content .coord dl{
				margin:0 0 9px 0;
			}
			#content .coord ul.adr{
				margin-left:8px;
			}
			#content .coord li{
				list-style:none;
			}
			#content .coord dt{
				font-weight:bold;
				color:#6e6e6e;
				float:left;
				margin-right:3px;
			}
			#content .coord .descr{
				padding-top:12px;
				border-top:2px solid #EAEAEA;
				margin-top:18px;
			}
		#content .map{
			float:right;
		}
		#content .miniMap{
			display:block;
			margin-bottom:22px;
		}
		#content #map_div{
			overflow:hidden;
		}
		#content .fullMap{
			padding-left:18px;
			background:transparent url(/awe/images/icon-loupe.png) no-repeat;
			margin-top:4px;
			position:absolute;
			right:10px;
		}
		
		/* --- =liste formations par domaine --- */
		#content table.results{ width:99%; }
		table.results{ text-align:left; }
		table.results, table.results caption{ text-align:left; margin-bottom:8px; }
		#content table.results thead { display:none; }
		table.results tbody td{ padding:4px 0; border-bottom:1px solid #DADADA; }
		table.results tbody tr.last td{ border-bottom:0; }
		table.results a{ padding-left:15px; background:url(/themes/basic04/images/puce_formation.png) no-repeat 0 0.2em; }
		table.results a:hover, table.results a:focus, table.results a:active { text-decoration:none; }
		
		/* --- =liste des intervenants --- */
		.overflow_hidden { overflow:hidden; }
		#content ul#intervenants { margin-top:5px; }
		#content ul#intervenants li{
			background:none;
			float:left;
			width:250px;
			margin-bottom:14px;
			padding:0;
			font-size:90%;
		}
		#content ul#intervenants li.pair{ margin-left:7px; clear:left; /* do not remove!*/ }
		#content ul#intervenants li.impair{ margin-left:22px; }
		#content ul#intervenants dt{ font-weight:bold; font-size:120%; color:#14801d; }
		#content ul#intervenants dd.email a { font-weight:normal; }
		#content ul#intervenants dd.bio{ margin-top:4px; }
		#content ul#intervenants dd.bio p{clear:none; margin-bottom:0;}
		#content ul#intervenants li img, #content img.encadre{
			float:left;
			margin:2px 10px 3px 0;
			width:85px;
			padding:3px;
			border:1px solid #BEBEBE;
		}
		/* --- =hot area contact --- */
		#content div#contact_us { margin:-5px 0 10px 0; }
		#content div#contact_us img { margin:2px 15px 15px 0; }		
		
		/* --- =plan du site --- */
		#content div#sitemap { padding-top:2px; }
		#content #sitemap a { color:#000; }
		#content #sitemap a:hover, #sitemap a:active { color:#14801D; }
		
	#sidebar{
		float:right;
		width:34%;
		padding:0 0 0 3px;
		margin:10px 0;
	}
		#sidehead {
			background:#13801d url(/themes/basic04/images/bkgd_sidebar_tt.png) repeat-x;
			min-height:40px;
			padding-top:10px;
			margin-bottom:4px;
		}
		#sidehead2 {
			min-height:35px;
			margin-top:18px;
		}
		#sidehead h1, #sidehead2 h1{
			color:#fff;
			font-size:1.6em;
			padding:0 0 0 26px;
			background:transparent url(/themes/basic04/images/puce_sidebar_tt.png) 0 3px no-repeat;
		}
		#sidehead2 h1{
			color:#14801d;
			background:transparent url(/themes/basic04/images/puce_sidebar_tt2.png) 0 6px no-repeat;
		}
		#sidebar li{
			list-style:none;
			font-weight:bold;
			margin-bottom:3px;
		}
			#sidebar li a {
				text-decoration:none;
				display:block;
				min-height:18px;
				padding:9px 3px 9px 30px;
			}

			#sidebar #nav2 a:link, #sidebar #nav2 a:visited { /* domaines formation */
				color:#666;
				background:#f2da52 url(/themes/basic04/images/bkgd_nav2.png) no-repeat left top;
			}
			#sidebar #nav3 a:link, #sidebar #nav3 a:visited { /* autres activit�s */
				color:#5a5a5a;
				background:#9d9d9d url(/themes/basic04/images/bkgd_nav3.png) no-repeat left top;
			}
			#sidebar #nav2 a:hover, #sidebar #nav2 a:focus, #sidebar #nav2 a:active, #sidebar #nav2 li.select{
				color:#3d3d3d;
				background:#f1bd41 url(/themes/basic04/images/bkgd_nav2.png) no-repeat -310px top;
			}
			#sidebar #nav3 a:hover, #sidebar #nav3 a:focus, #sidebar #nav3 a:active, #sidebar #nav3 li.select{
				color:#343434;
				background:#7a7a7a url(/themes/basic04/images/bkgd_nav3.png) no-repeat -310px top;
			}
			#sidebar #nav2 li.select, #sidebar #nav3 li.select {
				display:block;
				min-height:18px;
				padding:9px 3px 9px 30px;
			}
			
/* --- =footer ---*/	
#footer{
	background:transparent url(/themes/basic04/images/bkgd_footer.png) repeat-x;
}
	#footer ul{
		color:#9f9d9f;
		background:#363636 url(/themes/basic04/images/bkgd_footer.png) repeat-x;
	}
		#footer ul a:link, #footer ul a:visited{
			color:#9f9d9f;
		}
		#footer ul a:hover, #footer ul a:focus, #footer ul a:active{
			color:#fff;
			text-decoration:none;
		}
	#footer li{
		background-image:url(/awe/images/sep_9f9d9f.gif);
	}
	#footer h2{
		color:#878787;
		font-size:1.1em !important;
		font-weight:bold;
		background-image:url(/awe/images/tiret_9f9d9f.gif);
	}
		#footer dl, #footer dl a{
			color:#878787;
		}
			#footer dd{
				background-image:url(/awe/images/tiret_9f9d9f.gif);
			}
	/* -- coordonn�es only -- */	
	#footer .only h2, #footer .only dt, #footer .only dd, #footer .only a{
		color:#9f9d9f;
	}
	#footer .only h2, #footer .only dd{
/*				background-image:url(/awe/images/tiret_9f9d9f.gif);*/
			}

/* --- =formulaire --- */
.rqd{
	color:red;
	font-size:1.5em;
	font-weight:bold;
}
form{
	margin:0 0 10px;
	padding:0 8px;
}
#content form ul{
	margin-left:0;
}
form li{
	list-style:none;
	margin:0 0 5px 0;
}
form li input{
	border:none;
}
form li input[type='radio']{
	margin-bottom:-3px;
}
form li input[type='checkbox']{
	margin-bottom:1px;
}
fieldset{
	border:none;
	margin:6px 0 0;
}
fieldset#contact { clear:left; }

fieldset fieldset, #content fieldset p{
	margin-bottom:10px;
}
legend{
	color:#14801d;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
}
fieldset fieldset legend{
	color:#222;
	font-size:1em;
	padding:0;
	margin:0 0 1px 0;
}
form label{
	display:block;
	line-height:1.4em;
	font-weight:bold;
}
#content form .remq{
	line-height:1;
	margin-bottom:15px;
}
fieldset fieldset label{
	display:inline;
	font-weight:normal;
	margin-right:10px;
}
input, textarea{
	border:1px solid #e2e2e2;
	font:normal 0.9em Verdana, Geneva, sans-serif;
	padding:2px;
}
.radBtn input{
	border:none;
	padding:0;
	margin:0;
	position:relative;
	top:3px;
}
html:first-child .radBtn input{top:-1px;}  /* Opera */
input:focus, textarea:focus{
	background:#ffffdb;
	border-color:#cacaca;
}

/* --- =boutons --- */
.btn{
	height:30px;
	padding-left:3px;
	display:-moz-inline-box; /* FF */
	display:inline-block;
	margin:10px 8px 14px 0;
}
.org{
	background:transparent url(/themes/basic04/images/btn_org.png) no-repeat left top;
}
.gri{
	background:transparent url(/themes/basic04/images/btn_gri.jpg) no-repeat left top;
}
.btn button{
	height:30px;
	font-weight:bold;
	cursor:pointer;
	padding:5px 10px 7px 7px;
	border:none;
}
.btn:hover{
	background-position:left -30px;
}
.org button{
	color:#fff;
	background:transparent url(/themes/basic04/images/btn_org.png) no-repeat right top;
}
.gri button{
	color:#555;
	background:transparent url(/themes/basic04/images/btn_gri.jpg) no-repeat right top;
}
.org button:hover, .org button:active, .gri button:hover, .gri button:active{ color:#666; background-position:right -30px; }
.btn.center{
	margin-left:13.5em;
}

/* --- =liens boutons --- */
.btn a{
	height:19px;
	font-weight:bold;
	display:block;
	padding:5px 10px 6px 7px;
}
.btn a:link, .btn a:visited{
	text-decoration:none;
}
.gri a:link, .gri a:visited{
	color:#555;
	background:transparent url(/themes/basic04/images/btn_gri.jpg) no-repeat right top;
}
.btn a:hover, .btn a:active{
	text-decoration:none;
	color:#14801d;
	background-position:right -30px;
}
span.cross{
	background:transparent url(/awe/images/cross.png) no-repeat;
	padding-left:22px;
}
span.stop{
	background:transparent url(/awe/images/stop.png) no-repeat;
	padding-left:22px;
}
span.arw-r-ble{
	background:transparent url(/awe/images/arw_r_ble.png) no-repeat right 1px;
	padding-right:23px;
	padding-left:2px;
}

/* --- =erreurs --- */
.error{
	padding:12px;
	background:#fff0f0 url(/awe/images/warning_degrad.png) repeat-x;
	border:1px solid #ff4d4d;
	margin-bottom:12px;
}
#content .error h4{
	font-size:1.4em;
	color:red;
	padding-left:30px;
	background:transparent url(/awe/images/warning_red.png) no-repeat;
	margin-bottom:4px;
}
.error ul{
	font-weight:bold;
	margin-left:26px !important;
}
.error li{
	list-style:none;
	margin-bottom:4px;
}
.fieldWithErrors{
	margin-top:-10px;
}
.fieldWithErrors input, .fieldWithErrors textarea{
	background:#fff0f0;
	border:1px solid #ff4d4d;
	margin-bottom:8px;
}

/* --- =success --- */
.success{
	background:#E9FFCA;
	padding:10px 16px;
	border:1px solid #C6FF73;
	margin:0 auto 20px;
}
#content .success h2{
	font-size:1em;
	color:#222;
	padding-left:24px;
	background:transparent url(/awe/images/accept.png) no-repeat;
	margin-top:6px;
}

/* --- =bouton print --- */
#printBtn{
	display:block;
	width:30px;
	height:30px;
	float:right;
}
#printBtn img{
	border:none;
}

/* --- =CSS tooltip --- */
.tooltip em, 
#content .filsactu ul p, #sidebar .filsactu ul p, 
#content .zoom ul p, #sidebar .zoom ul p{
    display:none;
}
.tooltip:hover, 
#content .filsactu .tooltip li:hover, #sidebar .filsactu .tooltip li:hover,
#content .zoom .tooltip li:hover, #sidebar .zoom .tooltip li:hover{
    border:0;
    position:relative;
    z-index:5000;
    text-decoration:none;
	 cursor:pointer;
}
#content .filsactu .tooltip li:hover, #sidebar .filsactu .tooltip li:hover,
#content .zoom .tooltip li:hover, #sidebar .zoom .tooltip li:hover{
	cursor:default;
}
.tooltip:hover em{
    font-style:normal;
    display:block;
    position:absolute;
    left:37px;
    top:-3px;
    padding:5px;
    color:#000;
    border:1px solid #bbb;
    background:#ffffe1;
    width:140px;
}
.tooltip:hover em span.arw{
    position:absolute;
    top:13px;
    left:-7px;
    height:11px;
    width:7px;
    background:transparent url(/awe/images/tooltip-arrw2.gif) no-repeat;
    margin:0;
    padding:0;
    border:0;
}
#content .filsactu .tooltip li:hover p, #sidebar .filsactu .tooltip li:hover p,
#content .zoom .tooltip li:hover p, #sidebar .zoom .tooltip li:hover p{
	 display:block;
    position:absolute;
    left:-135px;
    top:0;
    padding:0;
}
#sidebar .filsactu .tooltip li:hover p,
#sidebar .zoom .tooltip li:hover p{
	left:-130px;
}
#content .filsactu .tooltip li:hover p span, #sidebar .filsactu .tooltip li:hover p span,
#content .zoom .tooltip li:hover p span, #sidebar .zoom .tooltip li:hover p span{
	position:absolute;
	padding:5px 6px;
	bottom:2px;
	min-width:21.7em;
	color:#000;
	border:1px solid #bbb;
   background:#ffffe1;
}
#sidebar .filsactu .tooltip li:hover p span,
#sidebar .zoom .tooltip li:hover p span{
	min-width:17em;
}
#content .filsactu .tooltip li:hover span.arw, #sidebar .filsactu .tooltip li:hover span.arw,
#content .zoom .tooltip li:hover span.arw, #sidebar .zoom .tooltip li:hover span.arw{
    position:absolute;
	 top:-4px;
    left:70px;
    height:7px;
    width:11px;
    background:transparent url(/awe/images/tooltip-arrw3.gif) no-repeat;
    margin:0;
    padding:0;
    border:0;
	 z-index:5001;
}
#sidebar .filsactu .tooltip li:hover span.arw,
#sidebar .zoom .tooltip li:hover span.arw{
	left:30px;
}
.tooltip a:hover{
	text-decoration:none;
}
.filsactu .tooltip a:hover, .filsactu .tooltip a:focus, .filsactu .tooltip a:active{
	text-decoration:underline;
}
span.keyb{
	display:block;
	margin-bottom:2px;
}

/* --- =zoom + fil actus home --- */
#content .filsactu h2{
	padding-left:21px;
	background:transparent url(/awe/images/tag.png) no-repeat 0 6px;
}
#content .zoom h2{
	padding-left:21px;
	background:transparent url(/awe/images/star.png) no-repeat 0 4px;
}
#content .filsactu h3, #content .zoom h3{
	font-size:1.1em;
	line-height:1.2;
	margin-bottom:6px;
}
#content .filsactu ul, #content .zoom ul{
	margin-left:0;
	list-style:none;
}
#content .filsactu li, #content .zoom li{
	padding-left:20px;
	background:transparent url(/awe/images/arrows-r_b8b7b7.gif) no-repeat scroll 3px 6px;
}


/* --- =bloc telechargement --- */
.dwld{
	padding:2px 8px 6px;
	background:transparent url(/themes/basic01/images/bkgd_colmn1.jpg) repeat-x scroll 0pt -50px;
	border-top:solid 2px #FDB875;
	margin-top:4px;
}
#content .dwld h2{
	background:transparent url(/awe/images/icon-dwnld.png) no-repeat;
	padding:1px 0 5px 28px;
	font-size:1.1em;
	color:#000;
}
#content .dwld ul{
	list-style:none;
	margin-left:30px;
}
.dwld li{
	margin-bottom:12px;
}
.dwld ul a{
	font-weight:bold;
	padding:5px 0 5px 30px;
	background:transparent url(/awe/images/icon-any.png) no-repeat;
}
.dwld ul a span{
	font-weight:normal;
}
.dwld ul a:link, .dwld ul a:active{
	color:#6C6C6C;
}
.dwld ul a:visited{
	color:#D96B02;
}
.dwld ul a.application_msword{
	background:transparent url(/awe/images/icon-word.png) no-repeat;
}
.dwld ul a.application_pdf{
	background:transparent url(/awe/images/icon-pdf.png) no-repeat;
}
.dwld ul a.application_vnd_ms-excel{
	background:transparent url(/awe/images/icon-excel.png) no-repeat;
}
.dwld ul a.image_png, .dwld ul a.image_gif, .dwld ul a.image_jpeg{
	background:transparent url(/awe/images/icon-img.png) no-repeat;
}
.dwld ul a.application_zip{
	background:transparent url(/awe/images/icon-zip.png) no-repeat;
}

/* --- =popUp --- */
body.box{
	background:#fff url(/themes/basic04/images/bkgd_colmn.jpg) repeat-x;
	padding:10px;
	overflow:hidden;
}
body.box img{
	float:left;
	margin:0 10px 10px 0;
}
body.box ul{
	list-style:none;
}
body.box h1{
	font-size:1.7em;
	color:#14801D;
}

body.box li.tel,
body.box li.email{
	font-size:0.9em;
	margin-bottom:8px;
}
body.box li.tel span,
body.box li.email span{
	font-weight:bold;
	color:#666;
}
.tchrs li a{
	padding-right:22px;
	background:transparent url(/awe/images/new_window.png) right no-repeat;
}

/* --- =blog --- */
#content #blog{
	padding:2px 10px 8px;
	margin-top:0;
	background:#ef7803 url(/themes/basic04/images/bkgd_accr.jpg) repeat-x;
}
#content #blog h1{
	color:#555555;
	font-size:1.4em;
	padding:4px 0 6px;
	border-bottom:2px solid #e3e3e3;
	margin-bottom:7px;
}
#content #blog .new-post{
	clear:both;
	overflow:hidden;
	padding:6px 12px 12px;
	background:#fff;
}
#content #blog .new-post h1{
	font-size:1.6em;
	padding:0;
	border:none;
	margin-bottom:2px;
}
#content #blog .new-post h2{
	font-size:1.5em;
	margin-bottom:2px;	
}
#content #blog .old-post h2{
	margin-bottom:2px;	
}
#content #blog h1, #content #blog h2{
	margin-left:0;
}
#content #blog .new-post p{
	font-size:1.3em;
}
#content #blog p.more{
	font-size:1em;
	text-align:right;
}
#content #blog p.more a{
	margin-right:26px;
}
#content #blog .old-post{
	clear:both;
	overflow:hidden;
	padding:6px 12px 12px;
	background:#fff url(/themes/basic04/images/btn_gri.jpg) no-repeat center -59px;
}
p#headerblog{
	font:bold 1.5em Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px;
}
 #blog .new-post img,  #blog .old-post img{
	float:right;
	margin:0 0 8px 8px;
}
#content #blog #post{
	padding:6px 12px 12px;
	background:#fff;
}
#blog .diaporama{
	float:right;
	margin-left:8px;
}
#blog .diaporama .legende{
	font:normal 1em 'Lucida Grande', Tahoma, sans-serif;
	color:#6D6D6D;
}
#blog .diaporama .morepix{
	font-size:0.9em;
	color:#969696;
	padding-right:20px;
	background:transparent url(/awe/images/new_window.png) right no-repeat;
}
#blog .diaporama ul{
	list-style:none;
}
#blog img{
	border:2px solid #E3E3E3;
}
#blog .meta{
	color:#F66E51;
	font-size:0.9em;
	font-family:verdana;
	letter-spacing:-0.09em;
	margin-bottom:8px;
}

/* --- =zoom + fil actus home --- */
#content .zoom h2{
	padding-left:21px;
	background:transparent url(/awe/images/star.png) no-repeat 0 4px;
}
#content .zoom h3{
	font-size:1.1em;
	line-height:1.2;
	margin-bottom:6px;
}

#content .filsactu h2{
	padding-left:21px;
	background:transparent url(/awe/images/tag.png) no-repeat 0 6px;
}
#content .filsactu h3{
	font-size:1.1em;
	line-height:1.2;
	margin-bottom:6px;
}
#content .filsactu ul{
	margin-left:0;
	list-style:none;
}
#content .filsactu li{
	padding-left:20px;
	background:transparent url(/awe/images/arrows-r_b8b7b7.gif) no-repeat scroll 3px 6px;
}



/* --------- /themes/basic04/stylesheets/domtabs.css --------- */ 
.domtab{padding-top:8px;}
#content ul.domtabs{
	list-style:none;
	line-height: normal;
	margin:0;
}
ul.domtabs li{
	float:left;
	padding:10px 0.7em 10px 0;
}
ul.domtabs li a{
	color:#fff;
	background:#b80000;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	padding:10px 20px;
}
ul.domtabs li.active a:link, ul.domtabs li.active a:visited,
ul.domtabs li.active a:active, ul.domtabs li.active a:hover{
	color:#b80000;
	background:#fff;
}
div.domtab div{
	clear:both;
	padding:8px 0;
}/* --------- /awe/javascripts/shadowbox/shadowbox.css --------- */ 
/**
 * The default CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * You should have received a license with this distribution explaining the terms
 * under which Shadowbox may be used. If you did not, you may obtain a copy of the
 * license at http://shadowbox-js.com/license.txt
 *
 * @author      Michael J. I. Jackson <michael@mjijackson.com>
 * @copyright   2007-2009 Michael J. I. Jackson
 * @version     SVN: $Id: shadowbox.css 1 2009-04-12 22:47:49Z michael $
 */

/*_____________________________________________  container, overlay, & wrapper  */
#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper  */
#sb-wrapper {
  position: relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sb-content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}
#sb-body, #sb-loading {
  background-color: #060606; /* should match loading image background color */
}

/*____________________________________________________________  title & info  */
#sb-title, #sb-info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#sb-title, #sb-title-inner {
  height: 26px;
}
#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#sb-info, #sb-info-inner {
  height: 20px;
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#sb-nav-close {
  background-image: url(/awe/javascripts/shadowbox/resources/close.png);
  background-repeat: no-repeat;
}
#sb-nav-next {
  background-image: url(/awe/javascripts/shadowbox/resources/next.png);
  background-repeat: no-repeat;
}
#sb-nav-previous {
  background-image: url(/awe/javascripts/shadowbox/resources/previous.png);
  background-repeat: no-repeat;
}
#sb-nav-play {
  background-image: url(/awe/javascripts/shadowbox/resources/play.png);
  background-repeat: no-repeat;
}
#sb-nav-pause {
  background-image: url(/awe/javascripts/shadowbox/resources/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

/*________________________________________________________________  messages  */
div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}
/* --------- /awe/stylesheets/tags.css --------- */ 
#tag_cloud a, #tag_cloud label {
	color: #000;
  	/*padding: 3px;
	display: inline;*/
}
#tag_cloud label:hover, #tag_cloud label:focus {
  text-decoration: underline;
  cursor: pointer;
}
#tag_cloud .popular {
  font-size: 0.8em;
}
#tag_cloud .v-popular {
  font-size: 0.9em;
}
#tag_cloud .vv-popular {
  font-size: 1em;
}
#tag_cloud .vvv-popular {
  font-size: 1.1em;
}
#tag_cloud .vvvv-popular {
  font-size: 1.2em;
}
#tag_cloud a span {
  font-size: 0.8em;
}
#tag_cloud .selected {
  background-color: #C2C2C2;
}
#tag_cloud input[type="checkbox"] {
  height: 0;
  left: -9000px;
  line-height: 0;
  position: absolute;
  width: 0;
}
/* --------- /awe/stylesheets/listexpander.css --------- */ 
/*
	List Expander 
*/

#content .listexpander{width:100%;}
#content .listexpander, #content .listexpander ul, #content .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
#content .listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
#content .listexpander ul ul{
		padding-bottom:8px;
}
#content .listexpander li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	width:100%;
}
#content .listexpander li li span.date{
	display:inline-block;
	font-weight:bold;
	margin-left:8px;
	text-indent:0;
	width:38px;
}
ul.listexpander li a:link{
	color:#000;
	text-decoration:underline;
}
ul.listexpander li a:visited{
	color:#646464;
}
ul.listexpander li a:hover, ul.listexpander li a:focus, ul.listexpander li a:active{
	color:#F39911;
}
.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;}
#content .listexpander li li li{
	line-height:1.3;
	padding-top:4px;
	margin-bottom:5px;
}

/* first level */
.listexpander li, .listexpander li.collapsed{background:#eee url(/awe/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#eee url(/awe/images/expanded.gif) no-repeat 5px .4em;}

/* second level */
.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;}
.listexpander li li.collapsed{background:#f8f8f8 url(/awe/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#f8f8f8 url(/awe/images/expanded.gif) no-repeat 5px .4em;}

/* third level */
.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(/awe/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(/awe/images/expanded.gif) no-repeat 5px .4em;}


/* fourth level */
.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	color:#888;
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#FBFBFB;
}
/* float fix */
.listexpander li:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.listexpander li{
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height:1%;
}
.listexpander li{
	display:block;
}
/* End hide from IE-mac */
/* end float fix */

#content p.listexpander{
	margin:0 0 2px;
}
