/* --------------
DIVERS
-----------------*/

.hide { 
	display:none; 
}

.alignLeft{
	display:block;
	text-align:left;
}

.alignRight{
	display:block;
	text-align:right;
}


/* --------------
ELEMENTS SELECTIONNES
-----------------*/

html *::selection, body *::selection, button *::selection, input *::selection, select *::selection, textarea *::selection{
	background: none repeat scroll 0 0 #fff200;
    color: #202122;
}
html *::-moz-selection, body *::-moz-selection, button *::-moz-selection, input *::-moz-selection, select *::-moz-selection, textarea *::-moz-selection{
    background: none repeat scroll 0 0 #fff200;
    color: #202122;
}


/* --------------
COULEURS DU SITE
-----------------*/

.couleur1{
	color:#fff200;
}

.couleur2{
	color:#585b5d;
}

.couleur3{
	color:#e8ecee;
}



/* ------------
COLONNES
--------------*/

.une_colonne,
.deux_colonnes{
	clear:both;
}

.colleft{
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:580px;
}
.colright{
	float:left;
	margin:0;
	padding:0;
	width:580px;
}


/* ------------
MARGES
--------------*/

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6,
#contents #article p,
#contents #article ul,
#contents #article ol,
#contents .widgetShortcutTools,
#contents form{
	padding-left:25px;
	padding-right:25px;
}

#contents .colleft h1,
#contents .colleft h2,
#contents .colleft h3,
#contents .colleft h4,
#contents .colleft h5,
#contents .colleft h6,
#contents #article .colleft p,
#contents #article .colleft ul,
#contents #article .colleft ol{
	padding-right:15px;
}

#contents .colright h1,
#contents .colright h2,
#contents .colright h3,
#contents .colright h4,
#contents .colright h5,
#contents .colright h6,
#contents #article .colright p,
#contents #article .colright ul,
#contents #article .colright ol{
	padding-left:15px;
}



/* ------------
LIENS
--------------*/

a, 
a:link, 
a:visited{
	color:#000000;
	text-decoration:underline;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

a:hover,
a:active{
	color:#000000;
	background:#fff200;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

a.noBackground:hover{
	background:none;
}


/* ------------
LIENS (BOUTONS)
--------------*/

a.bouton, 
a.bouton:link, 
a.bouton:visited{
	display:inline-block;
	height:42px;
	line-height:42px;
	padding:0 15px;
	font-size:12px;
	text-transform:uppercase;
	color:#202122;
	background:#fff200;
	text-decoration:none;
	letter-spacing:0.07em;
}

a.bouton:hover,
a.bouton:active{
	color:#ffffff;
	background:#202122;
}

.bouton1,
.bouton2,
.bouton3,
.bouton4{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.bouton1 a, 
.bouton2 a, 
.bouton3 a, 
.bouton4 a{
	display:inline-block;
	height:42px;
	line-height:42px;
	padding:0 15px;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.07em;
}

.bouton1 a:link, 
.bouton1 a:visited{
	background:#fff200;
	color:#202122;
}

.bouton1 a:hover,
.bouton1 a:active{
	background:#202122;
	color:#ffffff;
}
 
.bouton2 a:link, 
.bouton2 a:visited{
	background:#202122;
	color:#ffffff;
}

.bouton2 a:hover,
.bouton2 a:active{	
	background:#fff200;
	color:#202122;
}

.bouton3 a:link, 
.bouton3 a:visited{
	background:#e8ecee;
	color:#585b5d;
}

.bouton3 a:hover,
.bouton3 a:active{
	background:#fff200;
	color:#202122;
}

.bouton4 a:link, 
.bouton4 a:visited{
	background:#4b4e50;
	color:#ffffff;
}

.bouton4 a:hover,
.bouton4 a:active{
	color:#ffffff;
	background:#202122;
}


/* ------
TITRES
---------*/

h1, h2, h3, h4, h5, h6{
	line-height:normal;
	font-weight:normal;
}


h1 {
	font-family:"GothamXLight", Arial, Helvetica, sans-serif;
	max-width:780px;
	font-size:40px;
	margin-bottom:70px;
}

#titreAccueil h1 {
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	max-width:100%;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:20px;
}


h2 {
	font-family:"GothamLight", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom:1px solid #b2b7ba;
	margin-bottom:35px;
}

#titreAccueil h2 {
	font-family:"GothamXLight", Arial, Helvetica, sans-serif;
	font-size:40px;
	text-transform:none;
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
	width:900px;
	margin:0 auto 50px auto;
}

#contentsAccueilInner h2{
	font-family:"GothamLight", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	padding-left:0;
	padding-right:0;
	padding-bottom:15px;
	border-bottom:1px solid #b2b7ba;
	margin-bottom:35px;
}
	
h3 {
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:30px;
}

h4 {
	font-family:"GothamLight", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:30px;
}

h5 {
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:20px;
}

h6 {
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:15px;
}


/* ------------
CONTENU 
--------------*/

.simpleText,
.textAndImages{
	margin-bottom:90px;
}

p{
	margin:0 0 14px 0;
}

hr{
	border-bottom:1px solid #e8ecee;
	border:0;
}

.separator{
	clear:both;
	visibility:hidden;
}

hr.separator.clear{
	border-bottom:1px solid #e8ecee;
	visibility:visible;
	margin-bottom:90px;
}

strong{
	font-family:"GothamBold", Helvetica, Arial, sans-serif;
	font-weight:normal;
}

em{
	font-family:"GothamBookItalic", Helvetica, Arial, sans-serif;
}

em strong, 
strong em{
	font-family:"GothamBoldItalic", Helvetica, Arial, sans-serif;
}

u{
  text-decoration:underline;
}

strike{
  text-decoration: line-through;
}

ul, ol{
	padding:0;
}

#contents ul{
	margin:30px 0;
	font-family:"GothamBook", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#585b5d;
	list-style:none;
}

#contents ul li{
	margin-left:25px;
	margin-bottom:12px;
	list-style-image:url(/images/v3/li-1.png);
	padding-left:5px;
}

#contents ol{
	margin:30px 0;
	font-family:"GothamBook", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	list-style:inside decimal-leading-zero;
}

#contents ol li{
	margin-bottom:8px;
}

#text > ol, #text > ul{
	padding-top:0;
	padding-bottom:90px;
}

code{
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
}

acronym {
	border-bottom:1px dashed #202122;
	cursor:help;
}


/* ------------
BLOCS DES MEDIAS
--------------*/

.medias{
	padding:0;
	margin-bottom:70px;
}

.medias .flash{
}
.medias .audio, .medias .video, .medias .center{
	text-align:center;
}
.medias .right{
	text-align:right;
}
.medias .left{
	text-align:left;
}
.medias img{
	margin:0;
}
.medias .right .diaporama{
	text-align:right;
	margin:0 0 0 auto;
}
.medias .left .diaporama{
	text-align:left;
	margin:0 auto 0 0;
}
.medias .center .diaporama{
  text-align:left;
  margin:0 auto;
}
.medias a,.medias a:hover, .medias a:visited{
	background:none;
	text-decoration:none;
}
.medias .description{
	display:none;
}
.back{
	text-align: center;
	margin-bottom: 10px;
	display: block;
	clear: both;
}


/* ------------------------------------------
ACCES RUBRIQUES ET MULTI ARTICLES
--------------------------------------------*/

.accesRubrique{
	float:left;
	position:relative;
	width:580px;
	margin-bottom:20px;
}

.accesRubrique:nth-child(odd){
	margin-right:20px;
}

.accesRubrique:nth-child(even){
	margin-right:0;
}

.accesRubriqueInner{
	padding:50px;
	background:#e8ecee;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

#contents .accesRubrique h2,
#contents .accesRubrique p{
	padding-left:0;
	padding-right:0;
}

a.viewRub{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

a.viewRub:hover,
a.viewRub:active{
	background:none;
}

a.viewRub:hover + .accesRubriqueInner{
	background:#fff200;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

a.viewRub span{
	display:none;
}

.accesRubrique .imgRub{
	float:left;
	margin-right:40px;
}

.accesRubrique h2.titreRub{
	font-family:"GothamBlack", Arial, Helvetica, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-bottom:0;
	border-bottom:none;
}

.accesRubrique .descriptionRub{
	line-height:1.44;
}



/* ------------
TIMELINE
--------------*/

.timelineDate{
	float:left;
	width:100px;
	height:50px;
	line-height:50px;
	background:#fff200;
	font-family:"GothamLight", Helvetica, Arial, sans-serif;
	font-size:26px;
	text-align:center;
}

.timelineDetails{
	font-family:"GothamLight", Helvetica, Arial, sans-serif;
	float:left;
	padding:25px;
	width:430px;
	background:#e8ecee;
	margin-bottom:20px;
	font-size:16px;
	line-height:normal;
}

.timelineDetails strong{
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:5px;
}

.timelineDate:nth-child(4n+3),
.timelineDetails:nth-child(4n+4){
	float:right;
}

.timelineDetails:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}


/* ------------
BLOCS SPECIAUX
--------------*/

#contents .blocInfo{
	font-family:"GothamLight", Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:25px 0;
	margin:0 25px 20px 25px;
	background:#e8ecee;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}

#contents .colleft .blocInfo{
	margin:0 15px 20px 25px;
}

#contents .colright .blocInfo{
	margin:0 25px 20px 15px;
}

#contents .blocInfo:hover{
	cursor:pointer;	
}

#contents .blocInfo h3{
	font-size:16px;
	margin:0;
	padding:0 25px;
}

#contents .blocInfo h3:after{
	content:" →";
	color:#585B5D;
}

#contents .blocInfo p{
	display:none;
	overflow:hidden;
	margin:14px 0 0 0;
	padding:0 25px !important;
}


/* ------------------------------------------
ELEMENTS DE MISE EN PAGE DANS ZONE DE CONTENU
--------------------------------------------*/

#article img[style*="left"],
#information_message img[style*="left"]{
    float: left;
    margin: 0 25px 15px 0;
}

#article img[style*="right"],
#information_message img[style*="right"]{
    float: right;
    margin: 0 0 15px 25px;
}


.intext_left{
	max-width:100%;
	float:left !important;
	margin-right:25px !important;
	margin-bottom:15px !important;
}
.intext_right{
	max-width:100%;
	float:right !important;
	margin-left:25px !important;
	margin-bottom:15px !important;
}
.above_left{
	text-align: left;
	margin-bottom:20px;
}
.above_right{
	text-align: right;
	margin-bottom:20px;
}
.above_center{
	text-align: center;
	margin-bottom:20px;
}
.below_center{
	text-align: center;
	margin-top:20px;
}
.below_right{
	text-align: right;
	margin-top:20px;
}
.below_left{
	text-align: left;
	margin-top:20px;
}
	
.above_center img, 
.above_right img, 
.above_left img, 
.below_center img, 
.below_right img, 
.below_left img{
	float: none !important;
}

.center{
	text-align: center;
	width:100%;
}
.left{
	text-align: left;
	width:100%;
}
.right{
	text-align: right;
	width:100%;
}
.colonne{
	width:30%;
	float:left;
	margin:15px 10px;
	color: #666666;
	font-size:1.2em;
}
	.colonne strong{
		color:#000000;
	}
	.colonne .title{
		text-align:center;
		margin-bottom:15px;
		font-weight:bold;
		text-transform: uppercase;
	}
.date{
	font-style: italic;
}
.colonne a{
	display:block;
}

sup{
	font-size:0.7em;
}


/* ----
PAGER
-------*/

.pager{
	margin:25px 0 110px 0;
	text-align:center;
	clear: both;
}

.pager a, .pager a:visited{
	display:inline-block;
	height:38px;
	line-height:38px;
	padding:0 15px;
	margin-right:5px;
	font-family:"GothamBook", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#585b5d;
	background:#e8ecee;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.07em;
}

.pager a:hover{
	background:#fff200;
	text-decoration:none;
}

.pager a.pager_current_page,
.pager a.pager_active_page,
.pager #pager_current_page,
.pager #pager_active_page{
	background:#fff200;
}

a.PagerPrevious:before{
	content:"< ";
}

a.PagerNext:after{	
	content:" >";
}


/* ----------
PLAN DU SITE
-------------*/

.siteMapPage a{
	text-decoration:none;
}

.sitemap > ul.sitemap_level0 > li,
.sitemap > ul.sitemap_level1 > li{
	font-family:"GothamBold", Helvetica, Arial, sans-serif;
	font-size:18px;
	text-transform:uppercase;
}

.sitemap > ul.sitemap_level2 > li{
	font-family:"GothamBook", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform:none;
}

#contents .sitemap > ul.sitemap_level2{
	margin:15px 0 30px 0;
}
	
/* ----------
GOOGLEMAP
-------------*/

.map{
	margin-bottom:70px;
}

.googleMapBulle {
	width:250px;
	height:150px;
	overflow:auto;
	padding:0;
	margin:0;
	overflow-x: hidden;
}
.labelMarker{
	font-weight:bold;
	color:#000000;
}

/* ------------------------
SECURISATION DU MOT DE PASSE
--------------------------*/
.strength_password {
	color:#666666;
	display:block;
	float:left;
	font-family:arial,helvetica,san-serif;
	font-size:13px;
	font-weight:bold;
	height:28px;
	margin-left:10px;
	padding:0 0 12px 10px;
	clear:both;
}
	.strength_password span {
		display:block;
		float:right;
		margin:0 0 0 20px;
		padding:10px 20px 12px 10px;
		white-space:nowrap;
	}
.shortPass {
  background:transparent url(/common_images/red.png) no-repeat scroll 0 0;
}
	.shortPass span {
  	background:transparent url(/common_images/red.png) no-repeat scroll right top;
	}
.badPass {
  background:transparent url(/common_images/red.png) no-repeat scroll 0 0;
}
	.badPass span {
  	background:transparent url(/common_images/red.png) no-repeat scroll right top;
	}
.goodPass {
  background:transparent url(/common_images/yellow.png) no-repeat scroll 0 0;
}
	.goodPass span {
  	background:transparent url(/common_images/yellow.png) no-repeat scroll right top;
	}
.strongPass {
  background:transparent url(/common_images/green.png) no-repeat scroll 0 0;
}
	.strongPass span {
  	background:transparent url(/common_images/green.png) no-repeat scroll right top;
	}
#mustEnableJavascript, 
#mustAcceptCookies{
	font-weight:bold;
	color:#ff0000;
}