* {padding:0; margin:0;}
* {line-height: 20px;}

p {display: block; -webkit-margin-start: 0px; margin: 0px 0px;}
table { margin:0px 0px 5px 0; }
tr { margin: 0px 0px; }
br { line-height: 10px;}
ul, ol { margin: 0px 0px 0px 40px; } 
img {border:none; vertical-align: middle; border-radius: 4px;}


A:link {
	COLOR: #4783ad;
	font-weight: bold;
	text-decoration: underline;
	line-height: 12px;
}
A:visited {
	COLOR: #4783ad;
	font-weight: bold;
	text-decoration: underline;
	line-height: 12px;
}
A:active {
	COLOR: #4783ad; text-decoration:underline;
}
A:hover {
	COLOR: #1571be;
	text-decoration: underline;
}

html,
body
{

	font-size: 12px;
	line-height: 22px;
	margin: 0;
	text-align: center;
	height:100%;
	background: url('img/fond_head.png') top left repeat-x;
	background-color: #eee;
	font: 14px/1.4em 'Cantarell', sans-serif;
	
	/*
	font: 14px/1.4em Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;		
	font: 16px/1.6em Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Techno, "Haettenschweiler", Charcoal, Impact, "Arial Black", Verdana, Lucida, Helvetica, fantaisy;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-family: "Hoefler Text", "Bookman Antiqua", Palatino, "Utopia", "Times New Roman", Times, "New Century Schoolbook",  Georgia, "New York", serif;
	font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif;
	*/
}

#logo {
position: absolute;
width: 165px;
height: 157px;
top: 33px;
left: 10px;
background: url('img/logo.png');
}

#header
{
  position: relative;
  width: 1024px;
  height: 200px;
  margin: auto;
  /*background: url('img/logtext.png') bottom left no-repeat;*/
  text-align: left;
  clear: both;
}

#slide {
position:absolute;
top: 20px;
left: 183px;
}

.slideshow {
   width: 840px;
   height: 180px;
   overflow: hidden;
}

.slideshow ul {
    /* 4 images donc 4 x 100% */
   width: 400%;
   height: 180px;
   padding:0; margin:0;
   list-style: none;
}
.slideshow li {
   float: left;
}
.slideshow img {
   border-radius: 50px;
   opacity: .2;
}


/* CSS3 IMAGE FADE */
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position:absolute;
  top: 20px;
  height:180px;
  width:1024px;
  margin:0 auto;
  opacity: 0.45;
}
#cf4a img {
  position:absolute;
  left:0;
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 40s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 40s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 30s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 20s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 10s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

/* ALTERNATIVE CAROUSSEL POUR IE */

.css-slideshow{
  position: relative;
  display:block;
  max-width: 805px;
  height: 178px;
  margin: 0 0 0 220px;
  padding: 20px 0 0 0;
}
.css-slideshow figure{
  margin: 0;
  max-width: 805px;
  height: 178px;
  background: #fff;
  position: absolute;
}
.css-slideshow img{
  opacity: .2;
  box-shadow: 0 0 2px #666;
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 805px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}
figure:nth-child(1) {
  animation: xfade 48s 42s infinite;
}
figure:nth-child(2) {
  animation: xfade 48s 36s infinite;
}
figure:nth-child(3) {
  animation: xfade 48s 30s infinite;
}
figure:nth-child(4) {
  animation: xfade 48s 24s infinite;
}
figure:nth-child(5) {
  animation: xfade 48s 18s infinite;
}
figure:nth-child(6) {
  animation: xfade 48s 12s infinite;
}
figure:nth-child(7) {
  animation: xfade 48s 6s infinite;
}
figure:nth-child(8) {
  animation: xfade 48s 0s infinite;
}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  10.5% {
    opacity: 1;
  }
  12.5%{
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* CAROUSSEL - hardware accelatator class */	
	.trans3d {
		-webkit-transform-style: preserve-3d;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform-style: preserve-3d;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform-style:preserve-3d;
		-ms-transform: translate3d(0, 0, 0);
		transform-style:preserve-3d;
		transform: translate3d(0, 0, 0);
	}
	
	#contentContainer
	{	z-index: 1;
		position:absolute;
		left: 250px;
		top: 15px;
		margin-left:0px;
		margin-top:0px;
		/*left:50%;
		top:50%;*/
		width:730px;
		height:180px;
	}
	
	#carouselContainer {
		position:absolute;
		margin-left:-270px;
		margin-top:-80px;
		left:50%;
		top:50%;
		width:600px;
		height:180px;
	}
	
	.carouselItem {
		width:320px;
		height:130px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-200px;
		margin-top:-90px;
		visibility:hidden;
	}
	
	.carouselItemInner {
		width:320px;
		height:130px;
		position:absolute;
		background-color:rgba(255, 255, 255, .75);
		border:10px solid rgba(000, 000, 000, .1);
		color:aqua;
		font-size:72px;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		text-align:center;
		padding-top:0px;
	}

/***** Variantes suivant la mise en page 1, 2 ou 3 colonnes ******/

#page0 {
  margin-left: auto; 
  margin-right: auto;
    padding: 0 0 200px 0;
	width: 1024px;
	text-align: left;
	background-color: #eee;
}
#page1 {
  margin-left: auto; 
  margin-right: auto;
  padding: 0 0 200px 0;
	width: 1024px;
	text-align: left;
	background-color: #eee;
}
#page2 {
  	margin-left: auto; 
  	margin-right: auto;
  padding: 0 0 200px 0;
	width: 1024px;
	text-align: left;
	background-color: #eee;
}
#page3 {
	margin-left: auto;
	margin-right: auto;
  padding: 0 0 200px 0;
	width: 1024px;
	text-align: left;
	background-color: #eee;
}

/***************************** MENU GENERAL ***********************************/
div#contmenu
{ 	position: absolute;
	top: 145px;
	margin-left: auto; 
  	margin-right: auto;
  	width: 1024px;
  	height:56px;
}

#menu{
	position: relative;
	float: right;
	z-index:999;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
	height: 16px;
	list-style: none;
}

    #menu a {  
        display:block;  
        color: #fff;
		font-weight: normal;
		font-size: 12px;
		text-transform: uppercase;
		/*letter-spacing:-0.5px;*/
		line-height: 16px;
        text-decoration:none;  
    }  
  
        #menu a:hover{  
        color: #fff;  
		font-weight: normal;
        text-decoration:none;  
    }  
    
      #menu > li:hover a {  
        color: #fff;
    }  
      #menu  li:hover li a {  
        color: #444;
    }
        #menu  li li:hover a {  
        color: #fff;
    } 
    
    #menu > li {  
        position: relative; 
		z-index:10;
        display:inline-block;
		height: 16px;
		/*width : 110px;	*/	
        padding: 10px 7px;
		margin: 0px 2px;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-border-radius: .5em; 
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		color: #d9eef7;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top, #00adee, #0078a5);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');

    }  
	
    #menu > li li {  
        position: relative; 
        z-index:10;
        display:block;  
        padding: 2px 8px 2px 8px;  
    }  
    
    #menu > li li { background: transparent none; }  
    #menu > li li a { color: #444; font-weight: normal;	font-size: 13px; text-transform: none; text-shadow: none;}  
    #menu > li li:hover { background:#2e7fd8; color: #fff; font-weight: normal;}  

    #menu > li:hover { 
		height: 16px;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    }  
    
      #menu > li.current {  
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); 
    }  
     #menu > li.current a {  
        color: #fff;
		font-weight: normal;
    }  

    
    #menu ul {  
        position: absolute;
        top: 46px; left:0;  
		width:100%;
        max-height:0em;  
        margin:0; padding:0; 
        background-color:#abcbf0;  
        /*  background-image: linear-gradient(#fff,#ddd);  */  
        overflow:hidden;  
        transition: 0.5s max-height 0.1s;  
        border-radius: 8px 8px 8px 8px;  
    }  
    /* ici on change la valeur de max-height au :hover */  
    #menu > li:hover ul {  
        max-height:33em;  
    }  

/******************************* MENU TOP ******************************/

div#contenu-top {
}

div#contmenu-top {
	float: left;
	height: 20px;
	width: 580px;
}

.topmenu{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	/* background: url(img/menutop_bg.gif) repeat-x;*/
	height: 20px;
	list-style: none;
}

.topmenu li{
	float:left;
}

.topmenu li a{
	float: left;
	display: block;
	color:#fff;
	font-weight: normal;	
	font-size: 11px;
	letter-spacing: 1.5px;
	text-decoration: none;
	padding: 0 8px 0 8px; /*Padding to accomodate left tab image. Do not change*/
	margin: 0 2px 0 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;	
}

.topmenu li a b{
	float: left;
	display: block;
	line-height: 20px;
	padding: 0 8px 0 4px; /*Padding of menu items*/
}

.topmenu li.current a, .topmenu li a:hover{
	color: #fff;
	text-shadow: 0px 0px 2px #fff;
	text-decoration: none;
}

.topmenu li.current a b, .topmenu li a:hover b{
	color: #fff;
	letter-spacing: 1px;
}

/******************************* CONTENU ******************************/

div#contenu
{	
	padding: 0 0 0 0;
	width: auto;
	overflow: auto;
}	

#article {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 0 10px 0;
}

#gauche {
  float: left;
  width:300px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  margin: 15px 0 15px 0;
}

#gauche h3 {
	padding: 6px 2px 6px 2px;
	margin-top: 20px;
	background-color:#7777B8;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
}

#gauche p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 4px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	color: #004223;
	background-color:#f9f9f9;
	/*border: 1px solid #669934;*/
}

#gauche p strong {
	line-height: 12px;
}
/* lien en colonne gauche */
#gauche p a {
	/*line-height: 12px;
	padding-left: 15px;
	 background: url('img/pucelien.png') center left no-repeat;*/
}

#gauche p em {
	line-height: 14px;
}

#droite {
  float: right;
  width:140px;
  display:inline;
}

#droite h3 {
	font-size: 13px;
	color: #fff;
	margin-top: 20px;
	padding: 6px 2px 6px 2px;
	margin-top: 20px;
	background-color:#007c00;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-radius: 8px 0 0 0;
}

#droite p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 4px;
	font-size: 11px;
	line-height: 16px;
	color: #5FAFC8;
	background-color:#f9f9f9;
}

/***** Variantes suivant la mise en page 1, 2 ou 3 colonnes ******/

#centre0 { margin: 15px 10px 0 10px;  line-height: 1.2em;  color: #36393b;}

#centre1 { margin: 15px 0 0 320px;  line-height: 1.2em;  color: #36393b;}

#centre2 { margin: 15px 160px 0 0;  line-height: 1.2em;  color: #36393b;} 

#centre3 { margin: 15px 147px 0 160px;  line-height: 1.2em;  color: #36393b;}

#centre0 h3, #centre1 h3, #centre2 h3, #centre3 h3, h1, h2{
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-size: 18px;
	padding: 0px;
	color: #0961A8;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4),
             0px 4px 6px rgba(0,0,0,0.1),
             0px 8px 10px rgba(0,0,0,0.1);
}

#centre0 p, #centre1 p, #centre2 p, #centre3 p {
  margin:0 0 5px 0;
  padding:2px;
  text-align: justify;

}

#centre3 td{
/*  font-size: 12px;
  line-height: 16px;*/
}

div#aligne {
	height: 36px;
}
div#fonp {
  background-color: #fff;
}

#wrapper {
	min-height:100%;
	position:relative;
	}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height: 150px;
	width: 100%;
	background: #666;
}

#footcont
{
  position: relative;
  width: 1024px;
  height: 150px;
  margin: auto;
  clear: both;
}

div#footext {
	position: absolute;
	bottom: 5px;
	left:600px;
	text-align: left;
	width: 340px;
	height: 20px;
	margin-top: 5px;
	font-size: 11px;
	
	color: #fff;
}

div#footcred {
	position: absolute;
	bottom: 10px;
	right:0px;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	color: #9D9D9D;
}

/**************************** LISTE des SOUS MENUS *******************************************/

div#drop_top {
display: block;
width: 155px;
height: 15px;
/*background-color: #ff6c00;*/
}

div#drop_bot {
display: block;
width: 255px;
height: 20px;
/*background-color: #ff6c00;
border-radius: 0 0 8px 0; */
}

#ssmenulist {
	width: 290px;
    /*background-color: #ff6c00;*/
	padding: 0 0px 0 0px;
	margin: 0 0 0 5px;
}

#ssmenulist li {
	list-style: none;
	margin: 2px 0 2px 0;
	padding:0 0 0 0;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #6F98B9;
}

#ssmenulist li a {
	line-height: 20px;
	display: block;
	/*background: url('img/flechoff_white.gif') center left no-repeat;text-indent: 10px;*/
	text-decoration: none;
	color: #fffeee;
	border-bottom: 1px solid #1b5390;
	font-weight: normal;
}
#ssmenulist li a:hover ,#ssmenulist li.current a {
	display: block;
	/*background: url('img/flechoff.gif') center left no-repeat;*/
	background-color: #44abe8;
	color: #fff;
	font-weight: normal;
}


/********************** PLAN DU SITE **************************************/



#plan1 {
	padding-left: 25px;
}

#plan1 a{
	color: #666;
	font-size: 12px;
	padding: 5px 10px 5px 0px;
}

#plan2 a{
	padding-left: 35px;
	color: #6b883b;
	font-size: 14px;
}

#plan3 {

	padding-left: 35px;
}

#plan3 a{
	color: #666;
	font-size: 12px;
	padding: 5px 10px 5px 0px;
}

h5 {
	background-color: #6b883b;
	color: #fff;
	font-size: 16px;
}

/**************************** AGENDA MODULE *******************************************/

#titreactu {
	padding: 6px 2px 6px 2px;
	margin: 10px 5px 10px 5px;
	background-color:#639A1C;
	background: -webkit-gradient(linear, left top, left bottom, from(#6FB610), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
}

#imgactu {
	display: block;
	float: left;
	width: 90px;
	height: 65px;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	margin: 3px 5px 0 3px;
}
#imgactu img{
	border-radius: 0px;
}

#actualite {
	padding: 2px;
}

#actualite a{
	text-decoration: none;
	color: #eee;
	line-height: 12px;
}
#dateacc {

	font-size: 12px;
	color: #007DAC;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
#titreacc {
	font-size: 14px;
	color: #646464;
	line-height: 16px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#liacc {
	width: 290px;
	height: 70px;
	margin-bottom: 8px;
	padding: 2px;
	list-style-type: none;
	border:1px solid #ccc;
	line-height: 20px;
	background: linear-gradient(to top, rgb(239, 239, 239), white);
}

#datesec {
	text-align: center;
	background-color: #5D970F;
	font-size: 12px;
	color: #fff;
	
}
#titresec {
	padding: 4px 0 0 2px;
	font-size: 12px;
	color: #646464;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;

}
#lisec {
	width: 290px;
	margin-bottom: 5px;
	padding: 3px;
	list-style-type: none;
	border:1px solid #ccc;
	line-height: 20px;
	background: linear-gradient(to top, rgb(239, 239, 239), white);
}


#actualite a:hover  li{
box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/**************************** AGENDA PAGES *******************************************/

#fondtheme {
		position:relative;
		display:block;
		width: 670px;
		min-height: 120px;
		margin: 15px 0 5px 5px;
		padding: 7px 5px 4px 5px;
		background: linear-gradient(to top, rgb(239, 239, 239), white);
		border: 1px solid #ccc;
		border-radius: 8px;
}

#titre{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 3px 4px 10px;
	color: #1d528c;
}

#ladate {
	position:absolute;
	display:block;
	left: 5px;
	top: 4px;
	width: 88px;
	height: 24px;
	margin:0 0 4px 0;
	padding: 1px;
	border-radius: 4px 4px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#41BFF5), to(#2689AE));
	background: -moz-linear-gradient(top, #41BFF5, #2689AE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41BFF5', endColorstr='#2689AE');
	background: -ms-linear-gradient(top, #41BFF5 0%,#2689AE 100%); /* IE10+ */	
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	line-height: 22px;
    text-decoration:none; 
}
#ladate span{
	font-size: 11px;
}

.le {
line-height: 20px;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	vertical-align: top;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

i {
	font-size: 10px;
}

#imgagen {
	display: block;
	float: left;
	width: 90px;
	height: 65px;
	overflow: hidden;
	margin: 22px 5px 0 0px;
	border-radius: 0 0 5px 5px;
}
#imgagen img{
	border-radius: 0;
}
#savoir {
position: absolute;
bottom: 8px;
left:5px;
height: 20px;
 
}

#savoir a{
	padding: 4px;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
    text-decoration:none;  
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		color: #fff;
		background: #ddd;
		background: -webkit-gradient(linear, left top, left bottom, from(#BBBBBB), to(#626262));
		background: -moz-linear-gradient(top, #BBBBBB, #626262);
		background: -ms-linear-gradient(top, #BBBBBB 0%,#626262 100%); /* IE10+ */	
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#626262');
}
#savoir a:hover {
		background: #ddd;
		background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#6f6f6f));
		background: -moz-linear-gradient(top, #c7c7c7, #6f6f6f);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#6f6f6f');
}

td.day_with_event a {
padding: 2px;
background-color: #0b6c94;
color: #fff;
text-decoration: none;
}

td.today_with_event a {
padding: 2px;
background-color: #27a0e7;
color: #fff;
text-decoration: none;
}

#contheme {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: lowercase;
	line-height: 1,2em;
	color: #676767;
}

#category {
	font-size: 11px;
	font-weight: bold;
}

#pagenda {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 4px;
	text-align: justify;
	font-size: 11px;
	line-height: 14px;
	color: #004223;
	background-color: #f9f9f9;
	}

#menuitems {
	list-style-type: none;
}

#menuitems li{
	display: block;
	height: 25px;
	background: url('img/flechedroite.png') 3px left no-repeat; 
	text-indent: 20px;
}

#calend {
	border: 1px solid #f5f5f5;
	padding: 1px 2px 1px 2px;
	line-height: 16px;
	height: 16px;
	background-color: white;
}

#calend a:link, #calend a:visited {
	display: block;
	background-color: #deeeaf;
	color: #002800;
	margin: -2px;
}
#calend a:visited {
	background-color: #deeeaf;
}
#calend a:hover {
	text-decoration: none;
	font-weight: bold;
}

#calendmois {
	padding: 5px 0 0 0;
	line-height: 20px;
}
#calendmois a {
	vertical-align: middle;
}

#bodyagenda {
	background: #fff;
	width: auto;
}

#pageagenda {
	margin-left: auto; 
  	margin-right: auto;
	background-color: #fff;
	text-align: left;
}

#formul td {
	font-size: 12px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
#formul h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	padding: 0 0 0 0;
	color: #6b883b;
	background: url('img/flechedroite.png') 2px left no-repeat;
	text-indent: 20px;
}
.confirmation
{
	border:1px solid #fc0;
	background-color:#ff9;
	padding:5px;
	color:#000;
}
.erreur
{
	border:1px solid #f00;
	background-color:#fcc;
	padding:5px;
	color:#000;
}
.warning
{
	border:1px solid #f00;
	padding:10px;
	color:#f00;
	background-image:url(../img/warning.png);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:40px;
}
.valid_ko
{
	color:#f00;
	font-weight:bold;
	background-image:url(../img/nok.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}
.valid_ok
{
	color:#090;
	font-weight:bold;
	background-image:url(../img/ok.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}

#catlist td{
	vertical-align: baseline;
	padding: 2px 20px 2px 20px;
	border-top: 1px solid #ccc;
}

#ajoute {
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 0 0 20px 0;
	padding: 0 0 0 22px;
	background: url('img/plus.png') 2px left no-repeat;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
}
/* *************************** TAGS ****************************************** */

#tags {
position:absolute;
width: 500px;
margin: 10px 0 0 0;
padding: 8px 0 0 20px;
}

span#tagstitre {
z-index:5;
display: block;
position: absolute;
top: 48px;
left: -25px;
color:#e1b160;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
font-size: 15px;
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);	
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform: rotate(-90deg);
}

.tag {
	float:left;
	margin:0 0 7px 10px;
	position:relative;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:0.80em;
	padding:0.417em 0.417em 0.417em 0.417em;
	border:1px solid #d99d38;
	-webkit-border-radius: 0.25em ;
	-moz-border-radius: 0.25em ;
	border-radius: 0.25em ;
}
.tag:link {
	color:#e1b160;
	font-weight:normal;
	text-decoration:none;
}
.tag:visited {
	color:#e1b160;
	font-weight:normal;
	text-decoration:none;
}
.tag:hover {
	border-color:#F0BE68;
	font-weight:normal;
	background-color: #6b6b6b;
	color:#F0BE68;
}

/**************************** IMAGES *******************************************/

.img_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.img_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

.img_centr {
display:block;
clear:both;
margin-left:auto;
margin-right:auto;
  border:0px;
}

/**************************** DIVERS *******************************************/

.spacer {
  clear: both;
}

/**************************** FORMULAIRE RECHERCHE *******************************************/
.srchinp{
	border: 1px solid #ccc;
	color: #444;
	background: #fff;
	width: 110px;
	height: 22px;
	line-height: 16px;
	font-size: 11px;
	text-indent: 2px;
}

.srchbutt{
	border: none;
	background: url(img/search.png) no-repeat 0 0px;
	width:20px;
    height:20px;
}

#search {
	margin-top: 10px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
	line-height: 16px;
	color: #444;
	background-color:#f9f9f9;

}
#spsearch {
	font-size: 11px;
	line-height: 12px;
}
#srchresult {
	background: url('img/puce4.png') no-repeat 0px 4px;
	padding: 2px 2px 3px 18px;
	font-size: 13px;
	line-height: 20px;
}

/**********************************************  ADMIN ADMIN ADMIN ADMIN ADMIN *************************/

/* GESTION DES RUBRIQUES */

#rubrik {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 0 10px 0;
}
#titrub{
 font-weight:bold;
 margin:10px 0 5px 0;
 line-height:18px;
 font-size:18px;
 text-transform:uppercase;
 padding:0 0 0 5px;
 color:#1d528c;
}

#rubrik  span a{
text-decoration: none;
font-size: 12px;
}

#rubrik  span a:hover{
text-decoration: none;
font-size: 12px;
color: #666;
}

#listrub  li a:link{
text-decoration: none;
font-size: 20px;
}
#listrub li span{
text-decoration: none;
font-size: 12px;
color: #aaa;
}

#listrub  span a:link, span a:visited, li.off span a:link, li.off span a:visited {
text-decoration: none;
font-size: 12px;
color: #aaa;
}
#listrub  span a:hover{
text-decoration: none;
font-size: 12px;
color: #666;
}

/*  PUCES CSS3 */
#listrub  li{
list-style-type:none;
padding: 0 0 0 30px;
position:relative;
}

#listrub  li:before{
content:"\00a0";
display: block;
border: solid 9px #669E15;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
height: 0;
width: 0;
position: absolute;
left: 7px;
top: 18px;
margin-top: -8px;
}

#listrub ul li:before{
top: 13px;
}
#listrub ul li:after{
top: 13px;
}

#listrub li.off:before{
border: solid 9px #FF6E2F;
}

#listrub li.off:after{
content:"\00a0";
display:block;
width: 2px;
height: 8px;
border-width: 0 2px 0 2px;
left: 13px;
top: 19px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}

#listrub li.off a{
color: #FF6E2F;
}
#listrub  ul li.off span a {
text-decoration: none;
font-size: 12px;
color: #aaa;
}
#listrub  ul li.off span a:hover {
color: #666;
}

#listrub li:after{
/*Add another block-level blank space*/
content:"\00a0";
display:block;
 
/*Make it a small rectangle so the border will create an L-shape*/
width: 3px;
height: 6px;
 
/*Add a white border on the bottom and left, creating that 'L' */
border: solid #fff;
border-width: 0 2px 2px 0;
 
/*Position it on top of the circle*/
position:absolute;
left: 14px;
top: 18px;
margin-top: -4px;
 
/*Rotate the L 45 degrees to turn it into a checkmark*/
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
#listrub ul li.off:after{
top: 14px;
}



ul#admoptions
{
	display: none;
	height: 20px ;
	margin: 0;
	padding: 5px 0 20px 0px;
	list-style-type: none ;
}

ul#admoptions li
{	
	display: none;
/*	line-height: 20px;
	float: left ;*/
}

table#titreadmin
{
	text-align: left;
	background-color: #C9C9C9;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

div#txttop {
	margin: 5px 5px 20px 5px;
	padding: 2px 0 0 2px;
	height: 27px;
	border-radius: 4px;
	font-size: 14px;
	color: #555;
}

div#txtadmin {
	font-size: 0.8em;

	line-height: 14px;
	padding: 3px 3px 3px 3px;
	color: #666;
	font-weight: bold;
	text-indent: 3px;
}

div#gifadmin {
	position:relative;
	line-height: 40px;
	padding: 5px 0px 3px 5px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

div#alertadmin {
	font-size: 1.2em;
	line-height: 20px;
	padding: 5px, 0px, 3px, 5px;
	color: Red;
	font-weight: bold;
	text-align: center;
}

div#boutadmin {
	padding: 2px 0px 1px 5px;
	height: 25px;
	background: url(img/ok.png) bottom right no-repeat;
	background-color: #ffd119;
	margin-bottom: 20px;
}

/* MENU CHOIX ADMIN */
ul#admchoix {
	height: 25px ;
	list-style-type: none ;
	margin: 0 0 0 0;
}

ul#admchoix li
{
	padding: 5px 5px 5px 5px;
	float: left ;
	text-align: center ;
}

ul#admchoix li a
{
	height: 15px;
	padding: 5px 3px 3px 3px ;
	line-height: 15x;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #ff5408;
	border: 2px solid #fff;
display: inline-block;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	
}
ul#admchoix li a:hover
{
	background-color: #ff1f08;
}

#depubli {
	margin-bottom: 20px;
	padding: 0 0 5px 0;
	background: url(img/nok.png) bottom right no-repeat;
	background-color: silver;
}

a#appuie
{
	color: #ffffff;
	background:#6b9a04;
}
