
:link {
	text-decoration: none;
}
:visited {
	text-decoration: none;
}
ul {
	list-style: none;margin:0px; padding:0px;
}
ol {
	list-style: none;
}
address {
	font-style: normal;
	font-size:12px;
}
fieldset {
	border: 0px currentColor;
}
img {
	border: currentColor;margin:0px; padding:0px;
}
a img {
	border: 0px currentColor;margin:0px; padding:0px;
}
hr{
	  height: 0;
     margin: -1.2ex 0;
     padding: 0;
     border: 0;
     clear: both;
     visibility: hidden;
}
	
h2 {
	margin: 0px; padding: 0px;
}
h3 {
	margin: 0px; padding: 0px;
}
h4 {
	margin: 0px; padding: 0px;
}
h5 {
	margin: 0px; 
	padding: 0px;
}
h6 {
	margin: 0px; 
	padding: 0px;
}
.clear {
	clear: both;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
:focus {
	outline-style: none; 
	-moz-outline-style: none;
}

ul {
	margin: 0px; padding: 0px;
}
li {
	margin: 0px; padding: 0px;
}
ol {
	margin: 0px; padding: 0px;
}
dl {
	margin: 0px; padding: 0px;
}
h1 {
	padding:0px;  margin: 0px; clear:both; position:relative;
}
h2 {
	font-weight: normal; margin: 0px;
}
h3 {
	padding-right: 15px; padding-left: 15px; font-weight: normal; margin-top: 0px;
}
h4 {
	padding-right: 15px; padding-left: 15px; font-weight: normal; margin-top: 0px;
}
h5 {
	padding-right: 15px; padding-left: 15px; font-weight: normal; margin-top: 0px;
}
h6 {
	padding-right: 15px; padding-left: 15px; font-weight: normal; margin-top: 0px;
}
p {
	padding: 0px; margin-bottom: 10px; clear:both;
}
a img {
	border: currentColor;
	border:none;
}
a {
	color: #222; text-decoration: none; 
}
a:hover {
	color: #fb6414; text-decoration: none;
}

.barreh1 {
	font-family: 'Oswald', sans-serif;
	
color: #333;
letter-spacing:-0.05;
padding: 13px;

text-transform: uppercase;
text-align: center;
}

.barreh2 {
	font-size: 1.5em;
	font-stretch:1em;
	font-family: 'Oswald', sans-serif;
	
	
	
	margin-top:10px;
	
	
}
.orange {
	color:#FB6414;text-decoration: none;
	text-transform:uppercase;font-size:0.8em;
}
.orange a {
	color:#666;text-decoration: none;
	
}
.postscriptum{
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
	background-color:#eee;
	
	
	
}
.amorce_orange {
	background-image: url(../documents/amorce_orange.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 85px;	
	
}
.amorce_bleu {
	background-image: url(../documents/amorce_bleu.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 85px;	
	margin-left:0px;
	
}
.puce_titre_gris {
	font-family: sans-serif; 
	font-size: 25px;
	text-transform: capitalize;
	color: #666;
	background-image: url(../documents/flamme2.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	
	padding-left: 25px;	
	
	
}

.titre_gris {
	font-family: sans-serif; 
	font-size: 25px;
	text-transform: capitalize;
	color: #666;
	padding-left: 45px;	
	
	
}
.puce_titre_orange {
	font-family: sans-serif; 
	font-size: 18px;
	text-transform: capitalize;
	color:#ef8900;
	background-image: url(../documents/flamme2.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left:0px;
	padding-left: 25px;	
	
	
}
.bleu_titre {
	color:#3f83c0;
	text-decoration: none;
	font-size:18px;
	
	
}
.bleu_fonce_cap {
	font-family:  sans-serif; 
	color:#0f5f95;
	text-decoration: none;
	font-size:30px;
	text-align:left;
	text-transform:uppercase;
	
}
.bleu_fonce {
	font-family:  sans-serif; 
	color:#0f5f95;
	text-decoration: none;
	
	text-align:left;
	
	
}
.bleu_titre a {
	color:#3f83c0;
	text-decoration: none;
	font-size:24px;
	
	
}
.text_form {
	background-color:#eeeeee;
	padding: 3px 15px;
	width: 450px;
	color: #333;
	font-size: 11px;
	min-height: 12px;
	border:1px dotted #999;
	margin-bottom:5px;
	margin-top:10px;
	
}
.formulaire .text_form {
	border:none;
	background:none;
	width:100%;
	height:20px;
	border-bottom:1px solid #999;
	color:#333;
	padding:5px;
	text-align:left;
	margin-bottom: 0px;
	font-size:1em;
}
.vert {
	color: rgb(225, 142, 0);
}
.text_shadow {
	text-transform: uppercase; 
	font-family:  sans-serif; 
	font-size: 34px; 
	text-shadow: 3px 3px 3px #222;
	
}
.date {
	font-family:  sans-serif; 
	font-size: 14px; 
	color:#ef8900;
	font-style:italic;
	
}
.title_block {
    padding: 6px 11px;
    font-size: 22px;
    color: #000;
   
   
	font-family: 'Pacifico', cursive;
}
.title_block:first-child {  }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	cursor:pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 14px;
	background-color: #FFF;	
	font-family: 'PT Sans', sans-serif;
}

header {
	position:fixed;
	left:0;
	top:0;
	height:170px;
	z-index:2000;
	width: 100%;
	border-bottom:1px solid #666;
	background-color:#fff;
	
	
}
.text_header {
	position:absolute;
	width:400px;
	left:540px;
	top:130px;
	text-shadow: 1px 1px 1px #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:500;
}
.connect {
	width:650px;
	position:absolute;
	top:10px;
	right:10%;
	float:right;
	margin-bottom:10px;
	
	
}
.membre{
	/*background-image: url(../documents/fondesp_membre.png);
	background-repeat: no-repeat; */
	
	
	
	
	
	float:right;
	margin-right:0px;
	
}
.membre a{}
.pan_recherche {
	float:left;
}
.textImput2 {
	background:none;
	border:none;
	color:#333;
	padding:4px;
	width:110px;
	background-image: url(../documents/bg_search.png);
	background-repeat: no-repeat;	
	background-position: left 4px;
	color:#FFF;
}
.langue {
	
	width: 200px;
	padding-top:10px;
}
.container {
	position: relative;

min-height: 400px;

margin-bottom: 40px;
margin-top:170px;

}
.contenu { 
width:100%;

margin:-25px auto;
padding-top: 25px;
}
section {
	

	
	
}

.bandeau {
	position:relative;
	width:980px;
	background-color:#FFF;
	height:44px;
	padding-top:5px;
	box-shadow: 0px 0px 5px #333; 
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	text-align:center;
	font-family:  sans-serif; 
	font-size: 30px; 
	color:#666;
	margin-bottom:30px;
	margin-left:10px;
}
	
footer {
	
	width:100%;
	background-color:#fff;
	
}
.foot_border {
	width:100%;
	height:12px;
	background:#FB6414 ;
	
}
.foot_link { 
	width:960px;
	margin:0px auto;
	padding:10px;
}
/*
.foot_link a{ color:#333; }
.foot_link a:hover{ color:#000000; text-decoration:underline;}
*/
.foot_link li{
line-height:140%;
}
.pre_footer {
	position:relative;
	margin:0px auto;
	overflow:hidden;
	
	
	width:1000px;
	
}
.align_left {
	text-align:left;
}
.align_left img {
	position:relative;
	top:6px;
	margin-right:10px;
	opacity:0.7;
	/* Firefox */
-moz-transition: all 0.3s ease;
/* WebKit */
-webkit-transition: all 0.3s ease;
/* Opera */
-o-transition: all 0.3s ease;
/* Standard */
transition: all 0.3s ease;
}
.align_left img:hover {
	
 
/* Firefox */
-moz-transform: rotate(90deg);
/* WebKit */
-webkit-transform:  rotate(90deg);
/* Opera */
-o-transform:rotate(90deg);
/* Standard */
transform: rotate(90deg) ;
z-index: 1000;
}
.align_right {
	text-align:right;
}
.align_right img {
	position:relative;
	top:6px;
	margin-left:10px;
	opacity:0.7;
		/* Firefox */
-moz-transition: all 0.3s ease;
/* WebKit */
-webkit-transition: all 0.3s ease;
/* Opera */
-o-transition: all 0.3s ease;
/* Standard */
transition: all 0.3s ease;
	
}
.align_right img:hover {
	
 
/* Firefox */
-moz-transform: rotate(90deg);
/* WebKit */
-webkit-transform:  rotate(90deg);
/* Opera */
-o-transform:rotate(90deg);
/* Standard */
transform: rotate(90deg) ;
z-index: 1000;
}



nav {
	
	width:600px;
	margin:0 auto;
	z-index: 1000;
	margin-top: 60px;
}
nav ul {
	margin: 0% auto 0px;
	list-style: none;
	padding-top: 0px;
	padding-left:0px;
	width: 1000px;
	display: block;
	z-index:999;
}
nav ul li {
	
	font-size: 14px;
	margin-right: 20px;
	float: left;
	position: relative;
	padding-top:12px;
	padding-right:0px;
	text-align:center;
	padding-left: 0px;
	height:28px;
	border-bottom: 3px solid #fff;
	
	-webkit-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-moz-transition: all 1s cubic-bezier(.49,.22,.52,1.35);
	-ms-transition: all 1s cubic-bezier(.49,.22,.52,1.35);
	-o-transition: all 1s cubic-bezier(.49,.22,.52,1.35);
	transition: all 1s cubic-bezier(.49,.22,.52,1.35);
}
nav ul li:hover {
	border-bottom: 3px solid #fb6414;
}
nav ul li a {
	text-decoration: none; 
	color:#333;
	text-transform:uppercase; 
}

nav ul li a:hover {
	/*background-image: url(../documents/BgMenuLi.jpg);
	background-repeat: repeat-x;*/
	text-decoration: none;
	color:#333;
}

nav ul li.nav_focus  {
	/*background-image: url(../documents/BgMenuLi.jpg);*/
}
nav ul li.nav_focus a {
}
nav ul li ul.sous_menu {
	
	background:none;
	height:auto;
	left: 0px; 
	top: 38px; 
	display:none; 
	position: absolute;
	width:250px;
	padding:0px;
	background-color:rgba(100,100,100,1);
	border:none;
	visibility:hidden;
}
nav ul li ul.sous_menu li {
	clear:both;
	background:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90%;
}
nav ul li ul.sous_menu li:hover {
	background-color: #fb6414;
}
nav ul li ul.sous_menu li a {
	background:none;
	padding:15px;
}
nav ul li ul.sous_menu li a:hover {
	color:#fff;
}

/*//////////////////////////////////////////////////////////////*/

nav ul li ul.sous_menu li ul.s_sous_menu {
	
	
	background:none;
	height:auto;
	left: 202px; 
	top: 0px; 
	display: none; 
	position: absolute;
	width:200px;
	padding:0px;
	
	padding-bottom:10px;
	background-color:rgba(255,255,255,0);
	border:none;
	
}
nav ul li ul.sous_menu li ul.s_sous_menu li {
	clear:both;
	display:inline-block;
	background:none;
	
	height:14px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background-image: url(../documents/puce.png);
	background-repeat: no-repeat;
	background-position: 6px 11px;
	width:182px;
	
}
nav ul li ul.sous_menu li ul.s_sous_menu li a {
	background:none;
	color: rgb(0, 0, 0); 
	
	padding-left:10px;
	
	
}
nav ul li ul.sous_menu li ul.s_sous_menu li:hover {
	background-color:rgba(0,0,0,0.1);
	border:none;
	
	
}

/*////////////////////////////////////////////////////////////////////////////*/

section {
	margin-top:30px;
	margin-bottom:10px;
	
}
aside {
	margin: 0px; 
	padding: 0px; 
	display: block;
}

article {
	position:relative;
	width:80%;
	margin:0 auto;
	text-align:justify;
	
	
	
	
}
.infoservice {
	background-color:rgba(255,255,255,0.8);
	height:225px;
	width:780px;
	padding:10px;
	position:absolute;
	top:0px;
	right:80px;
	text-align:center;
	
}
.bulle_info {
	display:inline-flex;
	text-align:center;
	text-transform:uppercase;
	font-size:0.9em;
	
	padding:10px;
}
.resa {
	background-color:rgba(255,255,255,0.9);
	height:340px;
	width:752px;
	padding:20px;
	position:absolute;
	top:270px;
	right:80px;
	padding-top: 5px;
	color:#000;
	border:4px solid #FB6414;
}
.template {
	margin-left:10px;margin-right:0px;
	
}
.img img{
	margin-right:7px;
	margin-bottom:-3px;
	
	background-image: url(../documents/ombre_img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;	
	
}
.url_accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(../documents/bg_url.jpg);
	
	text-align:center;
	width:120px;
	height:45px;
	padding:4px;
	padding-top:12px;
	background-repeat: no-repeat;
		
	
}
.url_accueil a {
	
	color: #FFF;
	
}
.url{
	background-image: url(../documents2/plus.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;	
	margin-left:20px;
}
.url_accueil:hover {
	background-image: url(../documents/bg_url_ovr.jpg);	
}
.content {
	
}
.content2 {
	
	width:680px;
	margin-left:25px;
	text-align:left;
	
	
	
	
}
.pan_bas{
	position:relative;
	float:left;
	bottom:0px;
}

.figure {
	margin: 0px; padding: 0px; display: block;
}
.titreA {
	padding: 5px 15px; 
	width: 503px; 
	color: #000; 
	text-transform: uppercase; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eba802', startColorstr='#f29400', gradientType='1');
	background: -moz-linear-gradient(25%, rgba(235, 168, 2, 1)0%, rgba(242, 148, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 168, 2, 1)), to(rgba(242, 148, 0, 1)));
	
}
.titreA2 {
	padding: 5px 15px; 
	width: 237px; 
	color: #000; 
	text-transform: uppercase; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eba802', startColorstr='#f29400', gradientType='1');
	background: -moz-linear-gradient(25%, rgba(235, 168, 2, 1)0%, rgba(242, 148, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 168, 2, 1)), to(rgba(242, 148, 0, 1)));
}
.titreB {
	padding: 5px 15px; 
	width: 237px; 
	color: rgb(255, 255, 255); 
	text-transform: uppercase; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#3f1407', startColorstr='#5f362a', gradientType='1');
	background: -moz-linear-gradient(25%, rgba(63,20,7, 1)0%, rgba(95, 54, 42, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(63,20,7, 1)), to(rgba(95, 54, 42, 1)));
}
.sous_titre {
	margin: 0px 20px; 
	height: 35px; 
	position: relative; 
	background-color: rgba(170, 104,0,1);
}
.sur_titreA {
	padding: 3px 15px; 
	left: -15px; 
	top: 8px; width: 140px; 
	color: #000; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: normal;
	background-color:rgba(90,190,185,0.9);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eba802', startColorstr='#f29400', gradientType='1');
	background: -moz-linear-gradient(25%, rgba(235, 168, 2, 1)0%, rgba(242, 148, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 168, 2, 1)), to(rgba(242, 148, 0, 1)));*/
	position: relative; 
	box-shadow: 0px 0px 4px #333; 
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	z-index:20;
}
.contenuA {
	
	position:relative;
	text-align:justify;
	text-justify:press; 
}
.contenuA img {
	
}
.contenuA2 {
	padding: 4px; height: 171px; width:510px;
}
.contenuB {
	padding: 7px; height: 165px; 
	background-color: rgba(0,0,0,0.3);
	font-size: 11px; font-weight: normal;
	text-align:justify;
	text-justify:press; 
}
.agenda {
	padding: 3px; color: rgb(255, 255, 255); 
	background-image: url("../documents/fondAgenda.png");
}
.gallery_accueil {
	width: 533px; 
	height: 179px; 
	overflow: hidden; 
	position: relative;
}
.actu_date {
	margin: 5px 10px 5px 20px; padding: 5px; width: 50px; height: 50px; text-align: center; color: #000; font-family:  sans-serif; font-size: 14px; font-style: italic; float: left; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00a096', startColorstr='#017871', gradientType='1');
	background: -moz-linear-gradient(25%, rgba(1, 120, 113, 1)0%, rgba(0, 160, 150, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 120, 113, 1)), to(rgba(0, 160, 150, 1)));
	box-shadow: 0px 0px 15px #000; 
	-moz-box-shadow: 0 0 15px #000; 
	-webkit-box-shadow: 0 0 15px#000; 
	
	-moz-border-radius-bottomright: 7px; 
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	
}
.actu_date_off {
	margin: 5px 10px 5px 20px; padding: 5px; width: 50px; height: 50px; text-align: center; color: #000; font-family:  sans-serif; font-size: 14px; font-style: italic; float: left; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#aaaaaa', startColorstr='#444444', gradientType='0.5'); 
	
	background: -moz-linear-gradient(rgba(200, 200, 200, 1)0%, rgba(100, 100, 100, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, 1)), to(rgba(100, 100, 100, 1)));
	box-shadow: 0px 0px 15px #000; 
	-moz-box-shadow: 0 0 15px #000; 
	-webkit-box-shadow: 0 0 15px#000; 
	
	-moz-border-radius-bottomright: 7px; 
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-top-left-radius:7px;

}

.actu_titre {
	color: #333;

font-size: 18px;
text-transform: lowercase;
}
.actu_titre1 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:24px;
	text-transform:uppercase;
	width: 700px;
	color: #00a096;
	position: relative;
	margin-bottom:15px;
	background-image: url(../documents/bgtitre1.jpg);
	height: 55px;
	padding-top:25px;
	margin-top:20px;
	background-repeat: no-repeat;
	letter-spacing: -0.05em;
}
.actu_titre2 {
	font-family: sans-serif;
	font-size:24px;
	text-transform:uppercase;
	width: 700px;
	color: #97bf0d;
	letter-spacing: -0.05em;
	position: relative;
	margin-bottom:15px;
	background-image: url(../documents/bgtitre2.jpg);
	height: 55px;
	padding-top:25px;
	margin-top:20px;
	background-repeat: no-repeat;
}
.actu_titre3 {
	font-family: sans-serif;
	font-size:24px;
	text-transform:uppercase;
	width: 700px;
	color: #a10d59;
	letter-spacing: -0.05em;
	position: relative;
	margin-bottom:15px;
	background-image: url(../documents/bgtitre3.jpg);
	height: 55px;
	padding-top:25px;
	margin-top:20px;
	background-repeat: no-repeat;
}
.actu_titre4 {
	font-family: sans-serif;
	font-size:24px;
	text-transform:uppercase;
	width: 700px;
	color: #f29400;
	letter-spacing: -0.05em;
	position: relative;
	margin-bottom:15px;
	background-image: url(../documents/bgtitre4.jpg);
	height: 55px;
	padding-top:25px;
	margin-top:20px;
	background-repeat: no-repeat;
}

/*.actu_titre4 {
	padding: 3px 15px; 
	left: 3%; 
	top: 8px; width: 90%; 
	color: #FFF; 
	text-transform:uppercase; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: normal;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#eba802', startColorstr='#f29400', gradientType='1');
	background: -moz-linear-gradient(25%, rgba(235, 168, 2, 1)0%, rgba(242, 148, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 168, 2, 1)), to(rgba(242, 148, 0, 1)));
	position: relative; 
	box-shadow: 3px 3px 4px #666; 
	-moz-box-shadow: 3 3 4px #666;
	-webkit-box-shadow: 3 3 4px #666;
	margin-bottom:15px;
	
	background-color:rgba(242,148,0,0.9);
}*/
.actu_com {
	font-family:  sans-serif; font-size:14px; width:65%;
}
.actu_com img {
	max-width:420px;
	padding:5px;
	border:1px solid #999;
}
.actu_img {
	
	
	
	border:1px solid #CCC;
	overflow:hidden;
	width:220px;
	height:220px;
}
.actu {
	width: 220px;
padding: 20px;
display: inline-block;
height: 500px;
vertical-align: top;
}
.actu_img img{
	position: relative;
top: 0;
left: 0;

height: 220px;
}

.panneau {
	position:relative;
	float:left;
	background-image: url(../documents/fondpanneau.jpg);
	padding: 7px;
	height: 130px;
	width: 190px;
	margin-bottom:7px;
	margin-right:7px;
	background-repeat: no-repeat;
}
.sep1 {
	height: 1px; margin-right: 10px; margin-left: 10px; background-color: #CCC; border-bottom:solid 1px #FFF;
}
.sep2 {
	height: 1px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; background-color:#FFF;
}
.audio_player {
	width: 240px; 
	height: 30px; 
	color: rgb(153, 153, 153); 
	padding-top: 5px; 
	padding-right: 10px; 
	padding-left: 4px; 
	font-size: 12px; 
	margin-bottom: 7px; 
	background-image: url("../documents/fondlecteur.png"); 
	background-repeat: no-repeat;
}
.upper_min {
	text-transform: uppercase; font-size: 11px;
}
.img_box {
	margin: 3px; padding: 5px; border: 1px solid rgb(153, 153, 153); text-align: center; float: left; cursor: pointer;
}
#diapo {
	margin: 0px; 
	padding: 5px; 
	border: currentColor; 
	overflow: auto; 
	float: left;
}
mail {
	font-family: sans-serif;
}
.ico {
	position:absolute;
	bottom:5px;
	
	
}
.ico_img {
	float:left;
	margin:10px;
}

#log_in {
	
}
.log_in_form {
	position:relative;
	
	
}
.domaine {
	color:#bc2609;text-transform:capitalize; font-family:  sans-serif; margin-left:5px; font-size:16px;
}


/*****************************************************************/

.sponsor{
    width:110px;
    height:110px;
    float:left;
    margin:3px;
	
	
    text-align: center;
    

    /* Giving the sponsor div a relative positioning: */
    position:relative;
    cursor:pointer;
}

.sponsorFlip{
    /*  The sponsor div will be positioned absolutely with respect
        to its parent .sponsor div and fill it in entirely */

    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:1px solid #ddd;
    background:url("img/background.jpg") no-repeat center center #f9f9f9;
	text-align:center;
	
	
}

.sponsorFlip:hover{
    border:1px solid #999;

    /* CSS3 inset shadow: */
    -moz-box-shadow:0 0 30px #999 inset;
    -webkit-box-shadow:0 0 30px #999 inset;
    box-shadow:0 0 30px #999 inset;
}
.sponsorFlip img{
    /* Centering the logo image in the middle of the .sponsorFlip div */
	margin-top:30px;
    
}

.sponsorData{
    /* Hiding the .sponsorData div */
    display:none;
	
}

.sponsorDescription{
    font-size:15px;
    padding:20px 10px 20px 20px;
    font-style:italic;
	color:#333;
}

.sponsorURL{
    font-size:10px;
    font-weight:bold;
    padding-left:20px;
	color:#333;
}


#rub_right {
	float:right;
	width:202px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	background-color: #EAEAEA;
	margin-top:0px;
	padding-right:5px;
	
	
}
#rub_right a{
	color:#333;
}
#rub_right a:hover{
	color:#000;
}
#pan_recherche {
	position:relative;
	
	padding-top:10px;
	padding-left:10px;	
		
	}
	#pan_lettre {
	position:relative;
	
	padding-top:10px;
	padding-left:10px;
	}
	
	#pan_agence {
	position:relative;
	
	padding-top:10px;
	padding-left:10px;
		
	}
	#pan_recrute{
	position:relative;
	
	padding-top:10px;
	padding-left:10px;
	}
	#pan_rub{
		
	position:relative;
	color:#666;
	
	padding-top:10px;
	padding-left:10px;	
	}
	
	
	#pan_up{
	
	position:relative;
	
	padding-top:10px;
	padding-left:10px;
	
	}
	#pan_ope {
	position:relative;
	
	padding-top:10px;
	padding-left:10px;	
	}

.textImput {
	background:none;
	border:none;
	
	color:#333;
	padding:0;
	margin:-5px;
	width:180px;
	
	
	
}

.surligne {
	background-color: #EBD081;
	color: #666666;
}

.ardoise {
	
	padding:3px;
	background-color:#FFF;
	border:solid 1px #CCC;
	
	box-shadow: 0px 0px 5px #333; 
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	
	-moz-border-radius-bottomright: 7px; 
	-moz-border-radius-bottomleft: 7px; 
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	color: #000000;
	font-size: 10px;
	text-align: left;
	
	display:none;
	position: absolute;
	left: 8px;
	bottom: 18px;
	width:200px;
	
}
.legende {
	position:absolute;
	top:40px;
	right:0px;
	z-index:1000;
}
.logo {
	text-align:left;
}

#projet_info {
	
	padding:3px;
	background-color:#FFF;
	border:solid 1px #CCC;
	
	box-shadow: 0px 0px 5px  #333; 
	-moz-box-shadow: 0 0 5px  #333;
	-webkit-box-shadow: 0 0 5px  #333;
	
	-moz-border-radius-bottomright: 7px; 
	-moz-border-radius-bottomleft: 7px; 
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	color: #000000;
	font-size: 10px;
	text-align: left;
	display:none;
	position: absolute;
	
	
	width:600px;
	margin-top:0px;
	margin-left:40px;
	z-index:300;
	
}
.closed {
	display:block;
}

#text_box {
	float:left;
	position:relative;
	width:250px;
	padding-right:7px;
	border-right:solid 1px #CCC;
	
	
	
}
#text_box ul {
	list-style:none;
}
.li_projet {
	cursor:pointer;
	position:relative;
		
}
.li_projet:hover {
	color:#333;
}
.contenu_projet {
	position:absolute;
	top:00px;
	left:257px;
	width:480px;
	padding-left:7px;
	display:none;
	color:#333;
		
	
}
.barre_titre {
	height:34px;
	padding-top:6px;
	padding-left:55px;
	color:#FFF;
	margin-bottom:10px;
	font-size:16px;
	
	
}



	  
.multicolonne {
	width:200px;
	min-height:450px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	text-align:justify;
	text-justify:presse;
	border:1px solid #ccc;
	background-color:#eee;
	padding:7px;
}

#groupeVignette2 {
	
	width: 320px;
	padding-left:0px;
	
	
	
}
#vignette2 {
	
	position: absolute;
	left: 0px;
	bottom: 20px;
	background-color:rgba(255,255,255,0.7);
	padding: 7px;
	color:#333;
}


.hover2 {
	background-color: #666;
	float:left;
	
	border: 1px solid #000;
	
	margin: 3px;
	width:40px;
	height:40px;
	overflow:hidden;
}
.hover2 img {
	
	
}
.abs {
	display:none;
	position:absolute;
	left:320px;
	
}
.abs img {
	width:430px;
	
}

#contenu_info {
	
	padding:15px;
	background-color:#FFF;
	border:solid 1px #CCC;
	
	box-shadow: 0px 0px 5px  #333; 
	-moz-box-shadow: 0 0 5px  #333;
	-webkit-box-shadow: 0 0 5px  #333;
	
	-moz-border-radius-bottomright: 7px; 
	-moz-border-radius-bottomleft: 7px; 
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	color: #000000;
	font-size: 12px;
	text-align: center;
	display:none;
	position: absolute;
	
	
	width:200px;
	margin-top:100px;
	margin-left:200px;
	z-index:300;
	
}

.rub_titre {
	 padding: 6px 11px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #FB6414;
    font-weight: bold;
}
.rub_titre a {
	color:#fff;
}
.li_projet {
	background-image: url(../documents2/triangleGris.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:12px;
	margin-bottom:7px;	
	margin-top:5px;	
	
}