/*-------------------------------------------------------------------*/
/*Style général*/
/*-------------------------------------------------------------------*/

body
{
	background: #d7d5d5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-top:0px;
	margin-left:0px;
	color:#21177d;
}

a {
	text-decoration: none;
}

#structure
{
	width:1200px;
	margin: auto;
	margin-top:10px;
	background-color:#ffffff;
	-moz-box-shadow: 10px 10px 5px #656565;
	-webkit-box-shadow: 10px 10px 5px #656565;
	-o-box-shadow: 10px 10px 5px #656565;
	box-shadow: 10px 10px 5px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5); 
}

#banner
{
	background-image:url(pics/bannierev0.png);
	background-color:white;
	background-repeat:no-repeat;
	height:161px;
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	margin-bottom:10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5); 
}

/*-------------------------------------------------------------------*/
/*Style du menu*/
/*-------------------------------------------------------------------*/

ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper {	
	float:left;
	width: 180px;
	margin: 10px;;
	font-size: 0.8125em;
}
.menu {
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
	      background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
        background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
        background-color:#ededed;
	/*background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d;*/
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	/*text-indent: 2.75em;*/
	text-align:center;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	font-weight: 600;
	/*color: rgb(38, 152, 219);*/
	color:#21177d;
	text-shadow: 0px 0px 0px rgba(0,0,0,.5);
}
.menu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	/*text-indent: 2.75em;*/
	display: block;
	position: relative;
	text-align:center;
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 500;
	color: #4266c1;/*#878d95;*/
}
/*.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}*/
.menu > li > a:hover, .menu > li > a.active {
	background-color: #35afe3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(#4266c1));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), #4266c1);
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), #4266c1);
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), #4266c1);
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), #4266c1);
	background-image: linear-gradient(top, rgb(69, 199, 235), #4266c1);
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	color: #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.menu > li > a.active {
	border-bottom: 1px solid #1a638f;
}
/*.menu > li > a:before {
	content: '';
	background-image: url(pics/sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}*/
.menu > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.menu > li > a:hover span, .menu > li a.active span {
	background: #2173a1;
}
/*.menu > li > ul li a:before{
	content: '>';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}*/

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #32373D;
}

.menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

/*-------------------------------------------------------------------*/
/* Style du corps principal*/
/*-------------------------------------------------------------------*/

.corps
{
	margin:7px;
	float:left;
	width: 980px;
	text-align: justify;
	border-bottom:3px solid white;
}

.corps a
{
	color:#96b1d0;
	text-decoration:none;
}

.image
{
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	width:250px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5); 
}

.image_droite
{
	float:right;
}

.image_gauche
{
	float:left;
}

.image_large
{
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	width:350px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5); 
}

.image_origine
{
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5); 
}

.news_accueil
{
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	width:250px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f8fc), color-stop(1, #cfd8ef));
	background:-moz-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:-webkit-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:-o-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:-ms-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:linear-gradient(to bottom, #f7f8fc 5%, #cfd8ef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fc', endColorstr='#cfd8ef',GradientType=0);
	background-color:#f7f8fc;
}
.news_accueil_entete
{
	font-size:16px;
	color:red;
	font-weight:bold;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
	text-align:center;
	padding-top:3px;
}
.news_accueil_titre
{
	font-size:14px;
	font-weight:bold;
	padding:3px;
}
.news_accueil_texte
{
	padding:3px;
	text-align:justify;
}
.retour_accueil
{
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	margin-bottom:10px;
	text-align:center;
}
.sstitre
{
	font-weight:bold;
	border-bottom:1px solid #21177d;
	font-size:15px;
	margin-bottom:10px;
}

.sstitre a
{
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #21177d;
	font-size:15px;
	color:#21177d;
}

.sstitre a:hover
{
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #21177d;
	font-size:15px;
	color:#21177d;
}
.sstitre2
{
	border-bottom:1px solid #4266c1;
	font-size:14px;
	color:#4266c1;
	font-weight:bold;
}

.sstitre2 a
{
	text-decoration:none;
	color:#4266c1;
}

.table
{
	border:1px solid #4266c1;
	border-collapse:collapse;
	text-align:center;
}

.td
{
	border:1px solid #4266c1;
	height:30px;
}

.tdg
{
	padding-left:10px;
	text-align:left;
	border:1px solid #4266c1;
	height:30px;
}

.td_titre
{
	height:30px;
	border:1px solid #4266c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
}
.titre_news
{
	padding-left:5px;
	font-size:15px;
	font-weight:bold;
	width:860px;
}

.titre_rubrique
{
	text-align:right;
	font-weight:bold;
	width:110px;
}

.news
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f8fc), color-stop(1, #cfd8ef));
	background:-moz-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:-webkit-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:-o-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:-ms-linear-gradient(top, #f7f8fc 5%, #cfd8ef 100%);
	background:linear-gradient(to bottom, #f7f8fc 5%, #cfd8ef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fc', endColorstr='#cfd8ef',GradientType=0);
	background-color:#f7f8fc;
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	width: 100%;
	display: block;
	position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.news2
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9c1f8), color-stop(1, #f909f6));
	background:-moz-linear-gradient(top, #f9c1f8 5%, #f909f6 100%);
	background:-webkit-linear-gradient(top, #f9c1f8 5%, #f909f6 100%);
	background:-o-linear-gradient(top, #f9c1f8 5%, #f909f6 100%);
	background:-ms-linear-gradient(top, #f9c1f8 5%, #f909f6 100%);
	background:linear-gradient(to bottom, #f9c1f8 5%, #f909f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c1f8', endColorstr='#f909f6',GradientType=0);
	background-color:#f9c1f8;
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	width: 100%;
	display: block;
	position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.infos_news
{
	font-style:italic;
	font-size:11px;
	padding-left:5px;
}
.texte_news
{
	font-size: 1em;
	padding:5px;
}

/*-------------------------------------------------------------------*/
/*Style du calendrier*/
/*-------------------------------------------------------------------*/

.ds_box
{
	background-color:#FFF;
	border:1px solid #000;
	position:absolute;
	z-index:32767;
}
.ds_close
{
	background-color:rgb(33,115,189);
	border-left:1px solid rgb(33,115,189);
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.ds_tbl
{
	background-color:white;
}
.ds_head
{
	background-color:rgb(33,115,189);
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.ds_subhead
{
	background-color:silver;
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.ds_cell
{
	background-color:#EEE;
	color:#000;
	font-size:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	width:22px;
}
.ds_cell:hover
{
	background-color:silver;
}
.ds_cell2
{
	background-color:#EEE;
	color:silver;
	font-size:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	width:22px;
}

/*-------------------------------------------------------------------*/
/*Style du copyright*/
/*-------------------------------------------------------------------*/

#copyright
{
	text-align: center;
	font-size: 11px;
	clear:both;
	display:block;
	color:black;
}

#copyright a
{
	text-decoration:none;
	color:black;
}

#copyright a:hover
{
	text-decoration:underline;
	color:black;
}