/**
 * -----------------------------------------------------------------------------
 * Feuille de style générale du site.
 * @author Dreamclic <contact@dreamclic.com>
 * @version 3.1 - avr 2011
 * -----------------------------------------------------------------------------
 */
 /*---------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
        box-sizing: border-box;
}
html{
	font-family:Arial,sans-serif;
	font-size:100%;
	height:100%;
	min-height:100%;
}
body{
	font-size:12px;
	background-image:url(../images/common/body_background.jpg);
	height:100%;
	min-height:100%;
/*        min-width: 979px;*/
}
@font-face {
    font-family: 'BebasNeue';
    src: url('../data/polices/bebasneue_0-webfont.eot');
    src: url('../data/polices/bebasneue_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../data/polices/bebasneue_0-webfont.woff') format('woff'),
         url('../data/polices/bebasneue_0-webfont.ttf') format('truetype'),
         url('../data/polices/bebasneue_0-webfont.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

textarea {
    font-family:Arial,sans-serif;
    font-size:100%;
}

/* @group
*	OBSOLETE IE
*/
#obsoleteIE {
  height: 50px;
}
#obsoleteIE span {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 99;
  text-align: center;
  width: 100%;
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 27px;
}
#obsoleteIE a {
    color: #04c;
}

/*----------------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
        margin-bottom: 0;
}
a:link,
a:visited{
	text-decoration:none;
	color:#fff;
}
a:hover,
a:active{
	color:#8B8B8B;
}
h1,h3{
	font-family:'BebasNeue', georgia, sans-serif;
	font-weight:normal;
}
h4,h5,h6{
	font-family:Arial,sans-serif;
	font-weight:normal;
}
/*----------------------------------------------------------------------------*/
#superglobal{
	background-image:url(../images/common/superglobal_background.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	width:100%;
	height:100%;
}
#global{
	background-image:url(../images/common/global_background.png);
	background-repeat:no-repeat;
	background-position: top center;
	width:100%;
	height:100%;
}
/*----------------------------------------------------------------------------*/
#page{
	width:979px;
	margin:0 auto;
	padding:20px 0;
}
/*----------------------------------------------------------------------------*/
#header h2{
	display:inline-block;
}
#header h2 a{
	background-image:url(../images/common/header_logo.png);
	background-repeat:no-repeat;
	width:174px;
	height:45px;
	text-indent:-1000em;
	overflow: hidden;
	display:block;
}
#header p.deconnexion{
	float:right;
}
#header p.deconnexion a{
	display:block;
	background-image: url(../images/common/header_boutonDeconnexion.png);
	background-repeat:no-repeat;
	width:148px;
	height:32px;
	line-height:30px;
	text-align:center;
	padding-left:30px;
}
/*----------------------------------------------------------------------------*/
/* Bloc contenant le menu et le corps blanc */
#wrapper{
/*	background-image:url(../images/common/wrapper_background.png);
	background-repeat: repeat-y;
	width:979px;
	float:left;
*/
	margin-top:20px;
	position:relative;
overflow: hidden;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 210px, rgba(255,255,255,1) 210px, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(210px,rgba(255,255,255,0)), color-stop(210px,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 210px,rgba(255,255,255,1) 210px,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 210px,rgba(255,255,255,1) 210px,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 210px,rgba(255,255,255,1) 210px,rgba(255,255,255,1) 100%); /* IE10 preview */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 210px,rgba(255,255,255,1) 210px,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
/*----------------------------------------------------------------------------*/
/* Style de tous les champs de saisie */
#content_offline textarea,
#content_offline select,
#content_offline input,
#content_offline input[type=text],
#content_offline input[type=password],
#wrapper textarea,
#wrapper select,
#wrapper input,
#wrapper input[type=text],
#wrapper input[type=password]{
/*	border:1px solid #d2d9dc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:4px;
	color:#888;
        background: #ffffff;*/
    font-size: 11px;

}
/*
#content_offline textarea:focus,
#content_offline select:focus,
#content_offline input:focus,
#content_offline input[type=text]:focus,
#content_offline input[type=password]:focus,
#wrapper textarea:focus,
#wrapper input:focus,
#wrapper select:focus,
#wrapper input[type=text]:focus,
#wrapper input[type=password]:focus{
	border:1px solid #b7d4ea;
	box-shadow:0 0 5px #b7d4ea;
	-wekit-box-shadow:0 0 5px #b7d4ea;
	-moz-box-shadow:0 0 5px #b7d4ea;
}
*/

#wrapper input:required:invalid, #wrapper textarea:required:invalid, #wrapper select:required:invalid {
/*    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC);
    background-position: right -10px;
    background-repeat: no-repeat;
*/
    border-left-color: #bf4040;
    border-left-width: 4px;
}

#wrapper input:required:valid, #wrapper textarea:required:valid, #wrapper select:required:valid {
/*    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=);
    background-position: right -10px;
    background-repeat: no-repeat;
*/
}


#content_offline input[type=submit],
#wrapper input[type=submit],
.putImages input[type=submit],
#content_offline input[type=button],
#wrapper input[type=button],
a.bouton,
#wrapper input.bouton_invert:hover,
#wrapper input.bouton_invert
{
/*	border:none;
	display:block;
	background:none;
	background-image: url(../images/common/bouton_background.png);
	background-repeat:no-repeat;
	width:185px;
	height:38px;
	padding-bottom:6px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	font-size:1.25em;*/
    -webkit-box-shadow: inset 0px 1px 0px 0px #6d7682;
    -moz-box-shadow: inset 0px 1px 0px 0px #6d7682;
    box-shadow: inset 0px 1px 0px 0px #6d7682;
    background: #6d7682; /* strange border IE8- */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E6774', endColorstr='#33373F', GradientType=0); /* IE9- */ 
    background-image: -ms-linear-gradient(top, #5E6774 0%, #33373F 100%); /* IE10 Consumer Preview */ 
    background-image: -moz-linear-gradient(top, #5E6774 0%, #33373F 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, #5E6774 0%, #33373F 100%); /* Opera11.10+ */ 
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #5E6774), color-stop(1, #33373F));/* Webkit (Safari4/Chrome10) */ 
    background-image: -webkit-linear-gradient(top, #5E6774 0%, #33373F 100%);/* Webkit (Safari5.1+/Chrome11+) */ 
    background-image: linear-gradient(top, #5E6774 0%, #33373F 100%);/* W3C */

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* NOSUPPORT ie7-9 for gradient AND border-radius (border-radius only supported in ie9 anyway) */
    border: 1px solid #2b313b;

    display: inline;
    overflow: visible;/*remove padding pour IE*/
    min-height:1%; /* NB ie7 ele requires haslayout for gradient to work */

    display: inline-block;
    color: #eeeeee;
    padding: .75em 3em;
    text-shadow: 0px 1px 0px #000000;
    cursor: pointer;
}

#content_offline input[type=submit]:hover,
#wrapper input[type=submit]:hover,
.putImages input[type=submit]:hover,
#content_offline input[type=button]:hover,
#wrapper input[type=button]:hover,
a.bouton:hover,
#wrapper input.bouton_invert,
#wrapper .show_button:hover
{
    -webkit-box-shadow: inset 0px 1px 0px 0px #879ab5;
    -moz-box-shadow: inset 0px 1px 0px 0px #879ab5;
    box-shadow: inset 0px 1px 0px 0px #879ab5;
    background: #879ab5; /* strange border IE8- */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#798fab', endColorstr='#4a5769', GradientType=0); /* IE9- */ 
    background-image: -ms-linear-gradient(top, #798fab 0%, #4a5769 100%); /* IE10 Consumer Preview */ 
    background-image: -moz-linear-gradient(top, #798fab 0%, #4a5769 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, #798fab 0%, #4a5769 100%); /* Opera11.10+ */ 
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #798fab), color-stop(1, #4a5769));/* Webkit (Safari4/Chrome10) */ 
    background-image: -webkit-linear-gradient(top, #798fab 0%, #4a5769 100%);/* Webkit (Safari5.1+/Chrome11+) */ 
    background-image: linear-gradient(top, #798fab 0%, #4a5769 100%);/* W3C */

    color: #eeeeee;
}

/*----------------------------------------------------------------------------*/
/* Style formulaire d'upload */
#formUpload,
.blockFondSombre{
	background-color: #2b333b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2b333b', endColorstr = '#20272f');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2b333b', endColorstr = '#20272f')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #2b333b, #20272f);
	background-image: -ms-linear-gradient(top, #2b333b, #20272f);
	background-image: -o-linear-gradient(top, #2b333b, #20272f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2b333b), to(#20272f));
	background-image: -webkit-linear-gradient(top, #2b333b, #20272f);
	background-image: linear-gradient(top, #2b333b, #20272f);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	
	width:auto;
	padding:20px;	
	margin:10px 0;
}
#formUpload a{
	display:block;
	color:#565d64;
	padding:10px 20px;
	border: 8px solid #4b5158;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	background: #e6e6e6;
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
/* NOSUPPORT ie7-9 for gradient AND border-radius (border-radius only supported in ie9 anyway) */
/*
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6')";
*/
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	width:250px;

}
#formUpload table tr td{
	padding: 0 8px;	
	vertical-align: top;
}
#formUpload h3,
.blockFondSombre h3{
	color:#899fbb;
	font-size: 22px;
	text-shadow: black 0.1em 0.1em 0.2em;
	background:none;
	margin:0;
}
#formUpload p{
	color:#909599;	
	font-size: 11px;
	text-shadow: black 0.1em 0.1em 0.2em
}
#uploadFiles ul{
	list-style-type:none;
}
#uploadFiles ul li{
	padding:5px;
	border-top:1px solid #c7c7c7;
}
#uploadFiles ul li div{
	text-align:left;
	color:#676666;
	padding:5px 50px 5px 5px;
	display:inline-block;
	vertical-align: top;
}
#uploadFiles ul li div.apercuDoc{
	width:87px;
	font-weight:bold;
	text-align:center;
	padding: 10px 0;
}
#uploadFiles ul li div.apercuDoc img{
	display:block;
	border:3px;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	width:87px;
	overflow: hidden;
	
}
#uploadFiles ul li div.actions{
	padding: 10px 5px;
}

/*----------------------------------------------------------------------------*/
/* Style des messages d'erreur '*/
#content_offline ul.error_messages,
#content_offline ul.info_messages,
#wrapper ul.error_messages,
#wrapper ul.info_messages{
	padding:7px;
	margin:10px auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-weblit-border-radius:5px;
	width:547px;
}
#content_offline ul.error_messages,
#wrapper ul.error_messages{
	border:1px solid #660000;
	background-color:#eecccc;
	color:#660000;
}
#content_offline ul.info_messages,
#wrapper ul.info_messages{
	border:1px solid #006600;
	background-color:#CCEECC;
	color:#006600;
}
#content_offline ul.error_messages li,
#wrapper ul.error_messages li{
}
#content_offline ul.info_messages li,
#wrapper ul.info_messages li{
}

/*----------------------------------------------------------------------------*/
/* Style de la bulle d'information '*/
#content_offline #tooltip.small,
#wrapper #tooltip.small{
	background-image: url(../images/common/tooltipsmall_background.png);
	background-repeat:no-repeat;
	color:#fff;
	height:28px;
	line-height:20px;
	width:34px;
	text-align:center;
	cursor:pointer;
	position:absolute;
	display:none;
}
/*----------------------------------------------------------------------------*/
#menu{
	width:210px;
	float:left;
/*	padding-bottom:250px;*/
}
#menu a{
	color:#d2d7d7;
}
#menu a:hover{
	color:#8B8B8B;
}
/* Cadre du compte */
#menu .gestion_compte{
/*	background-image:url(../images/common/menu_monCompte_background.png);
	background-repeat:no-repeat;
	padding:10px;
	width:182px;
	height:125px;*/
	padding:10px;
        box-shadow: inset #222 -1px -3px 16px 0px;
        border: 1px solid #444;
        background-color: #2E3437;
}
#menu .gestion_compte p.logo{
	width:80px;
	float:left;
	margin-right:10px;
}
#menu .gestion_compte .identite{
/*	float:left;
	width:92px;*/
	color:#8b8b8b;
}
#menu .gestion_compte .identite h5{
	color:#fff;
	font-size:1em;
	margin-bottom:7px;
	font-weight:bold;
}
#menu .gestion_compte .identite p{
	font-size:.92em;
}
#menu .gestion_compte a.params{
	display:block;
	padding-left:25px;
	background-image: url(../images/common/monCompte_mesInformations.png);
	background-repeat:no-repeat;
	background-position:center left;
	height:25px;
	line-height:25px;
}
/*----------------------------------------------------------------------------*/
/* Menu */
#menu ul{
	margin-top:25px;
	list-style-type:none;
	border-top:1px solid #575d64;
	border-bottom:1px solid #22242a;
}
#menu ul li{
//	height:25px;
	text-align:left;
	border-bottom:1px solid #575d64;
	border-top:1px solid #22242a;
//	height:38px;
}
#menu ul li.current,
#menu ul li:hover{
	background-image: url(../images/common/menu_hover_background.png);
	background-repeat:no-repeat;
	background-position:center right;
}
#menu ul li a{
	display:block;
	padding:5px 10px 5px 0;
	line-height:28px;
}
#menu ul li a span{
	background-image: url(../images/common/menu_icones.png);
	background-repeat:no-repeat;
	padding-left:40px;
	display:block;
	height:26px;
	overflow:hidden;
}
/*-----------------------*/
/* Définition de chaque icone selon l'élément */
#menu ul li.accueil a span{background-position:0 4px;}
#menu ul li.actu a span{background-position:0 -48px;}
#menu ul li.cata a span{background-position:0 -100px;}
#menu ul li.ref a span{background-position:0 -152px;}
#menu ul li.galp a span{background-position:0 -204px;}
#menu ul li.traduc a span{background-position:0 -256px;}
#menu ul li.liens a span{background-position:0 -308px;}
#menu ul li.prest a span{background-position:0 -360px;}
#menu ul li.rpresse a span{background-position:0 -412px;}
#menu ul li.maili a span{background-position:0 -464px;}
#menu ul li.util a span{background-position:0 -516px;}
#menu ul li.vsai a span{background-position:0 -568px;}
/*-----------------------*/
#menu ul li.current.accueil a span,#menu ul li.accueil a:hover span{background-position:0 -22px;}
#menu ul li.current.actu a span,#menu ul li.actu a:hover span{background-position:0 -74px;}
#menu ul li.current.cata a span,#menu ul li.cata a:hover span{background-position:0 -126px;}
#menu ul li.current.ref a span,#menu ul li.ref a:hover span{background-position:0 -178px;}
#menu ul li.current.galp a span,#menu ul li.galp a:hover span{background-position:0 -230px;}
#menu ul li.current.traduc a span,#menu ul li.traduc a:hover span{background-position:0 -282px;}
#menu ul li.current.liens a span,#menu ul li.liens a:hover span{background-position:0 -334px;}
#menu ul li.current.prest a span,#menu ul li.prest a:hover span{background-position:0 -386px;}
#menu ul li.current.rpresse a span,#menu ul li.rpresse a:hover span{background-position:0 -438px;}
#menu ul li.current.maili a span,#menu ul li.maili a:hover span{background-position:0 -490px;}
#menu ul li.current.util a span,#menu ul li.util a:hover span{background-position:0 -542px;}
#menu ul li.current.vsai a span,#menu ul li.vsai a:hover span{background-position:0 -594px;}
/*----------------------------------------------------------------------------*/
/* Cadre de contact */
#menu .nous_contacter{
	background-image:url(../images/common/menu_nousContacter_background.png);
	background-repeat:no-repeat;
	padding:20px;
	padding-left:15px;
	min-height:186px;
/*	width:173px;*/
/*	position:absolute;
	bottom:0;
	left:0;*/
	font-size:1em;
	color:#fff;
}
#menu .nous_contacter h5{
	color:#7e8693;
	font-size:1.9em;
	line-height:.8em;
/*	text-align:center;*/
	font-family:'BebasNeue', georgia, sans-serif;
}
#menu .nous_contacter em{
	color:#7e8693;
	font-size:.72em;
	font-style: normal;
}
#menu .nous_contacter strong{
	display:block;
	margin-top:25px;
}
/*----------------------------------------------------------------------------*/
#content{
    margin-left: 210px;
    padding: 15px;
    background: #ffffff;
/*	width:739px;
	padding:15px;
	float:left;*/
}
#content span.mover{
	cursor:move;
}
#content h3{
}
#content h4{
}
#content h5{
}
#content h6{
}
#content a:link,
#content a:visited{
}
#content a:hover,
#content a:active{
}
/*----------------------------------------------------------------------------*/
/* ENTETE COMMUNE A TOUTES LES PAGES POUR LE WIKI 
 * display none à supprimer quand le wiki sera en place
*/
#content #content_header{
    overflow: hidden;
    padding-bottom: 35px;
    background: #ffffff;
}
#content .wiki_recherche {
    display: none;
}
/*----------------------------------------------------------------------------*/
#content .titre_page{
	float:left;
	padding-right:15px;
	color:#585e64;
/*	margin-bottom:50px;*/
}
#content .titre_page h1{
	line-height: 1em;
        height: 1em;
	background-repeat:no-repeat;
	background-position: 0 center;
	font-size:2.5em;
/*	padding-left:30px;*/
}
#content .titre_page em{
	font-style:normal;
	font-size:.8em;
	padding-left:40px;
}
/*----------------------------------------------------------------------------*/
#content .wiki_recherche{
	float:right;
}
#content .wiki_recherche h5{
	color:#899fbb;
	font-size:1.8em;
	margin-bottom:3px;
	font-family:'BebasNeue', georgia, sans-serif;
}
#content .wiki_recherche p{
	position:relative;
}
#content .wiki_recherche p label{
	display:block;
	position:absolute;
	top:7px;
	left:15px;
	width:145px;
	color:#9a9a9a;
	font-size:.92em;
}
#content .wiki_recherche p input[type=text]{
	padding:5px 30px 5px 10px;
	width:135px;
	border-left:1px solid #c1c1c1;
	border-top:1px solid #c1c1c1;
	border-right:1px solid #f1f2f4;
	border-bottom:1px solid #f1f2f4;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#content .wiki_recherche p input[type=submit]{
	background:none;
	border:none;
	background-image: url(../images/common/recherche_loupe.png);
	background-repeat:no-repeat;
	background-position:3px 6px;
	text-indent:-1000em;
	width:20px;
	height:19px;
	color:#777;
	position:absolute;
	top:2px;
	right:9px;
	font-size:.8em;
	font-weight:bold;
}
#content .wiki_recherche a{
	color:#9A9A9A;
	font-style: italic;
}
#content .wiki_recherche a:hover{
	text-decoration: underline;
}
/*----------------------------------------------------------------------------*/
/* Boutons d'actions '*/
.actions a,
.actions span.mover{
/*	background-image:url(../images/icons/action_iconset.png);
	background-repeat:no-repeat;
	text-indent:-1000em;*/
	overflow:hidden;
	display:inline-block;
	width:30px;
	height:30px;

    text-align: center;
/*
    background: #DDD;
    box-shadow: 0px -1px 4px 0px #000;
*/
  -webkit-box-shadow: inset 0px 1px 0px 0px #6d7682;
  -moz-box-shadow: inset 0px 1px 0px 0px #6d7682;
  box-shadow: inset 0px 1px 0px 0px #6d7682;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #A8A8A8);
  background-image: -ms-linear-gradient(top, #ffffff, #A8A8A8);
  background-image: -o-linear-gradient(top, #ffffff, #A8A8A8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#A8A8A8));
  background-image: -webkit-linear-gradient(top, #ffffff, #A8A8A8);
  background-image: linear-gradient(top, #ffffff, #A8A8A8);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8A8A8', endColorstr='#ffffff', GradientType=0);

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
/*  border: 1px solid #2b313b;*/
  display: inline-block;
  color: #eeeeee;
  text-decoration: none;
  text-shadow: 0px 1px 0px #FFF;
  margin: 2px;
}
.actions a:hover,
.actions span.mover:hover{
  background: #A8A8A8;
  background-image: -moz-linear-gradient(top, #ffffff, #757575);
  background-image: -ms-linear-gradient(top, #ffffff, #757575);
  background-image: -o-linear-gradient(top, #ffffff, #757575);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#757575));
  background-image: -webkit-linear-gradient(top, #ffffff, #757575);
  background-image: linear-gradient(top, #ffffff, #757575);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F8F8F', endColorstr='#ffffff', GradientType=0);
   
}
/*
#content .actions a.editer{background-position:0 0;}
#content .actions a.editer:hover{background-position:0 -27px;}
#content .actions a.supprimer{background-position:0 -54px;}
#content .actions a.supprimer:hover{background-position:0 -81px;}
#content .actions a.traduire{background-position:0 -108px;}
#content .actions a.traduire:hover{background-position:0 -135px;}
#content .actions span.mover.deplacer{background-position:0 -162px;}
#content .actions span.mover.deplacer:hover{background-position:0 -189px;}
*/
.actions .action i {
    font-size: 18px;
    display: block;
    line-height: 32px;
    color: #464747;
}
/*----------------------------------------------------------------------------*/
/* Pagination */
#content #pagedElements .navBox,
#content .pagedElements .navBox,
#content .listing .navBox {
	padding:15px 10px;
	text-align:right;
        clear: both;
 /*       margin-top: -60px;*/
}
.noNavBox {
/*    margin-top: -33px;*/
}
#content #pagedElements .navBox a.active_page,
#content #pagedElements .navBox a:hover,
#content .pagedElements .navBox a.active_page,
#content .pagedElements .navBox a:hover,
#content .listing .navBox a.active_page,
#content .listing .navBox a:hover {
	background-position: 0 -27px;
	color:#f2f2f2;
	font-weight:bold;
}
#content #pagedElements .navBox a,
#content .pagedElements .navBox a,
#content #pagedElements .navBox a.no_more:hover,
#content .pagedElements .navBox a.no_more:hover,
#content .listing .navBox a,
#content .listing .navBox a.no_more:hover {
	display:inline-block;
	background: url("../images/common/pagination_sprite_background.png") 0 0 no-repeat;
	width:25px;
	height:27px;
	line-height:27px;
	text-align:center;
        font-weight: normal;
	color:#717171;
	margin-left: 5px;
}
#content #pagedElements .navBox .no_more,
#content .pagedElements .navBox .no_more,
#content .listing .navBox a.no_more {
        opacity: .3;
        cursor: default;
}
#content #pagedElements .navBox span.ellipse,
#content .pagedElements .navBox span.ellipse,
#content .listing .navBox span.ellipse {
        display: inline-block;
        width: 25px;
        text-align: center;
        margin-left: 5px;
}
#content #pagedElements .navBox span.ellipse.no_more,
#content .pagedElements .navBox span.ellipse.no_more,
#content .listing .navBox span.ellipse.no_more {
    display: none !important;
        color: #FFF;
}
/*----------------------------------------------------------------------------*/
/* Documents attachés */
.apercuDoc .action_renommer {
    position: relative;
    display: block;
    cursor: default;
}
.apercuDoc .action_renommer img {
    position: relative;
    z-index: 2;
}
.apercuDoc .action_renommer .popup_renommer {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    width: 250px;
    padding: 10px;
    text-align: left;
    background-color: rgba(0,0,0,.75);
    text-transform: uppercase;
    color: #FFF;
    opacity: 0;
    transition: left .5s, opacity .5s;
}
.apercuDoc .action_renommer .popup_renommer input {
    width: 240px !important;
    margin: 10px 0;
}
.apercuDoc .action_renommer:hover .popup_renommer {
/*    display: block;*/
    left: 93px;
    width: 250px;
    opacity: 1;
    transition: left .5s, opacity .5s;
}
/*----------------------------------------------------------------------------*/
/* TOGGLE SWITCH */
.toggle {
    width: 100px;
    margin-left: 0 !important;
    cursor: pointer;
}
.toggle .toggle_label {
    margin-left: 0px;
    position: absolute;
    left: 120px;
    width: 580px;
    line-height: 30px;
    text-align: left;
}
.toggle.toggle_button {
    width: 50px;
    height: 25px;
}
.toggle.toggle_button > span {
/*    width: 100%;*/
}
.toggle.toggle_button  label, 
.toggle.toggle_button > span {
    line-height: 25px;
}
.toggle.toggle_button > span span {
    width: 50%;
}
.toggle.toggle_button > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
}
.toggle.toggle_button > span span:last-child {
    top: 75%;
    left: 0;
}
.toggle.toggle_button .slide-button {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
/*----------------------------------------------------------------------------*/
.bbouton,
.bbouton_invert,
.bbouton_invert:hover{
  -webkit-box-shadow: inset 0px 1px 0px 0px #6d7682;
  -moz-box-shadow: inset 0px 1px 0px 0px #6d7682;
  box-shadow: inset 0px 1px 0px 0px #6d7682;
  background: #33373f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #33373f), color-stop(1, #5e6774));
  background: -webkit-linear-gradient(bottom, #33373f, #5e6774);
  background: -ms-linear-gradient(bottom, #33373f, #5e6774);
  background: -moz-linear-gradient(center bottom, #33373f 0%, #5e6774 100%);
  background: -o-linear-gradient(#5e6774, #33373f);
  background-image: -ms-linear-gradient(bottom, #33373f 0%, #5e6774 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6774', endColorstr='#33373f', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #2b313b;
  display: inline-block;
  color: #eeeeee;
  padding: .75em 3em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000000;
}
.bbouton:hover,
.bbouton_invert {
  -webkit-box-shadow: inset 0px 1px 0px 0px #879ab5;
  -moz-box-shadow: inset 0px 1px 0px 0px #879ab5;
  box-shadow: inset 0px 1px 0px 0px #879ab5;
  background: #4a5769;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4a5769), color-stop(1, #798fab));
  background: -webkit-linear-gradient(bottom, #4a5769, #798fab);
  background: -ms-linear-gradient(bottom, #4a5769, #798fab);
  background: -moz-linear-gradient(center bottom, #4a5769 0%, #798fab 100%);
  background: -o-linear-gradient(#798fab, #4a5769);
  background-image: -ms-linear-gradient(bottom, #4a5769 0%, #798fab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#798fab', endColorstr='#4a5769', GradientType=0);
  color: #eeeeee;
  text-decoration: none;
}

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* AUTOCOMPLETE*/
ul.ui-autocomplete li.ui-menu-item {
    padding: 0;
}
ul.ui-autocomplete li.ui-menu-item a{
    display: block;
    padding: 3px 1em 3px .4em;
}
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*#footer{
	width:769px;
	margin-left:210px;
}*/
#footer p{
/*	float:right;*/
	color:#7a7c7d;
	text-align:right;
}
#footer p a{
	color:#7a7c7d;
	font-weight:bold;
}
/*----------------------------------------------------------------------------*/
#content_offline ul.flags,
#footer ul.flags{
	list-style-type:none;
}
#content_offline ul.flags{
	text-align:right;
}
#footer ul.flags{
	text-align:left;
	float:left;
}
#content_offline ul.flags li,
#footer ul.flags li{
	display:inline-block;
}
#content_offline ul.flags li a,
#footer ul.flags li a{
	display:inline-block;
	background-repeat:no-repeat;
	width:22px;
	height:24px;
	text-indent:1000em;
	overflow: hidden;
}
#content_offline ul.flags li.fr a,
#footer ul.flags li.fr a{
	background-image: url(../images/common/fr.png);
}
#content_offline ul.flags li.en a,
#footer ul.flags li.en a{
	background-image: url(../images/common/en.png);
}
/*----------------------------------------------------------------------------*/
/* Onglets multilingues */
#onglets_langue{
    display: none;
    overflow: hidden;
    margin-top: 4px;
    }
    #onglets_langue li{
        float: left;
        list-style: none;
        padding: 5px 10px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #cecece;
        color: #0D5995;
        z-index: 1;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }
    #onglets_langue li img {
        height: 11px;
        display: block;
       
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); 

    }
    #onglets_langue .actif{
        border-bottom: none;
        font-weight: bold;
        z-index: 10;
        background: #f4f5f5;
    }
    #onglets_langue .actif img,
    #onglets_langue li:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); 
    }

/*----------------------------------------------------------------------------*/
.visibility-hidden{
	visibility:hidden;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*----------------------------------------------------------------------------*/
.ui-dialog .ui-dialog-title {
    color: #FFF;
}


/*----------------------------------------------------------------------------*/
/* TINYMCE */
*[class*='mce-'] { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
#page .mce-throbber { background: #fff; }
#page .mce-tinymce button, #page .mce-panel button { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
#page .mce-panel { background: #fff; filter: none; border: 0 solid #fff; }
#page .mce-in .mce-panel { background: #f3f3f3; border-top: 1px solid #ddd; }
#page .mce-edit-area { border: 1px solid #ddd !important; }
#page .mce-btn-group .mce-first, #page .mce-btn-group .mce-last { border: 0 !important; }
#page .mce-toolbar .mce-btn button { padding: 2px 4px; font-size: inherit; line-height: inherit; }
#page .mce-toolbar .mce-btn i { color: #555; }
#page .mce-toolbar .mce-btn:hover i { color: #333; }
#page .mce-toolbar .mce-btn, #page .mce-toolbar .mce-btn.mce-disabled { background: none !important; filter: none !important; border: 0; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
#page .mce-toolbar .mce-btn.mce-disabled { opacity: .4 !important; filter: alpha(opacity=40) !important; }
#page .mce-toolbar .mce-btn.mce-active { background: #eee !important; }
#page .mce-floatpanel { -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3); -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3); box-shadow: 0 3px 7px rgba(0,0,0,.3); }
#page .mce-btn { background: #f0f0f0; }
#page .mce-btn:hover { background: #e9e9e9; }
#page .mce-primary { background: #7fba00; }
#page .mce-primary:hover, #page .mce-primary:focus { background: #88ca00; }
#page .mce-primary:active { background: #555; }
#page .mce-textbox { -webkit-transition: none; transition: none; }
#page .mce-textbox:focus { border-color: #38add7; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
#page .mce-menu-item:hover, #page .mce-menu-item.mce-selected, #page .mce-menu-item:focus { background: #eee; }
#page .mce-menu-item:hover .mce-text, #page .mce-menu-item.mce-selected .mce-text { color: #333; }
#page .mce-menubar { border: none;}
#page .mce-ico { font-size: 12px; line-height: inherit; }
#page .mce-open { margin-left: -20px; opacity: 0;}
body .mce-container, body .mce-container *, body .mce-widget, body .mce-widget * { font-size: 12px;}