@charset "utf-8";
/* CSS Document */
*, img{
	outline:none;	
}

body{
	background:url(../images/background-repeat.jpg) repeat-x;
	width:100%;
	height:800px;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
}

.fleft{
	float:left;	
}
.clear{
	clear:both;	
}


/* =========================================== HEADER */
#header-gradient{
	width:100%;
	height:200px;
	background:url(../images/header-gradient.jpg) no-repeat scroll top right;
}

#header{
	width:1000px;
	height:250px;
	margin:0 auto;
}

#header-portrait{
	width:430px;
	height:250px;
}

#header-flash{
	width:380px;
	height:250px;
}

#header-logo{
	width:190px;
	height:150px;
}

/* =========================================== MENU */
#menu{
	width:1000px;
	height:37px;
	background:url(../images/menu-barre.png) no-repeat;
	position:absolute;
	top:200px;
	left: 50%;
	margin-left:-500px;
	z-index:99;
}

/* =========================================== CONTENT */
#content{
	width:960px;
	margin:0px auto;
	background:#eceded;	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:30px 20px;
}

.content-corner{
	background:url(../images/round-corner-20px.png) no-repeat;
	width:10px;
	height:10px;
	overflow:hidden !important;
}
.content-corner-c{
	background:#eceded;
	width:980px;
	height:10px;
	float:left;
}


.separator{
	margin:20px 10px 0;
	border-top:2px dotted #ccc;
}
/* =========================================== BOUTONS */
#content .bouton-type{
}

#content .bouton-type a, #content .bouton-type a:visited{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-decoration:none;
	left:25px;
	background-color:#ff7823;
	background-image:url(../images/bouton-croix.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:5px;
	display:inline-block;
	margin-top:10px;
}
#content .bouton-type a:hover{
	color:#990066;
}



/* =========================================== ACCUEIL */
.big-block{
	width:940px;
	margin:10px 10px;
}
.block-left{
	width:435px;
	float:left;
}
.block-right{
	width:435px;
	float:right;
}
.general-title{
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#0099cc;
}
.sub-title{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
	line-height:1,4em;
	margin-bottom:10px;
}

#content .message{
	margin-top:10px;
	width:435px;
}
#content .message-entete{
	width:435px;
	height:45px;
	background:url(../images/message-entete.png) no-repeat;	
}

#content .message-entete a, #content .message-entete a:visited{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	line-height:1,4em;
	position:relative;
	top:10px;
	left:20px;
}
#content .message-entete a:hover{
	text-decoration:underline;
}

#edito-top{
	width:435px;
	height:63px;
	background:url(../images/edito-top.png) no-repeat;	
	padding-left:20px;
}
#edito-top .general-title{
	margin-top:12px;
	display:inline-block;
}
#edito-bottom{
	width:435px;
	height:23px;
	background:url(../images/edito-bottom.png) no-repeat;
}
#edito-content{
	width:435px;
	height:300px;
	background:url(../images/repeat.png) repeat-x;
	padding:0px 0px;
}
#edito-content p{
	margin:0 20px;
	color:#fff;	
}
.actualite{
	width:435px;
	height:125px;
	margin-bottom:10px;
}

.actu-vignette{
	width:150px;
	height:118px;
	background:url(../images/vignette_ombre.jpg) no-repeat scroll bottom center;
	float:left;
	margin-right:15px;
}
.actu-infos{
	
}
#content .actu-infos .actu-titre a, #content .actu-infos .actu-titre a:visited, #content .liste-actu-infos .actu-titre a {
	color:#990066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	left:25px;
	background-image:url(../images/actu-titre.png);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:10px;
	padding-top:3px;
}
#content .actu-infos .actu-titre a:hover, #content .liste-actu-infos .actu-titre a:hover{
	color:#ff7823;
}
#content .actu-infos .actu-titre a span, #content .liste-actu-infos .actu-titre a span{
	font-weight:normal;
	color:#999;
}

/* =========================================== FOOTER */
#footer{
	background:url(../images/footer-bg.jpg) no-repeat;
	width:1000px;
	height:218px;
	margin:20px auto;
	color:#ffffff;
}
#footer-nav{
	text-align:right;
	padding:20px 20px 40px 0px;
}
#copyright{
	color:#fff;
	margin:10px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
}
#copyright a, #copyright a:visited{
	color:#fff;
	text-decoration:none;
}
#copyright a:hover{
	color:#ff7823;
}
#copyright-l{
	float:left;
}
#copyright-r{
	float:right;
}
#footer li.afooter a, #footer li.afootcolor:#990066;er a:visited{
	color:#fff;
	text-decoration:none;
}
#footer li.afooter a:hover{
	color:#990066;
	text-decoration:none;
}
/* =========================================== PARTENAIRES */
#partenaires{
	width:1000px;
	margin:40px auto;
}
#partenaires li.partenaire-block{
	float:left;
	display:block;
	width:200px;
	height:75px;
	background:#eee;
}


/* =========================================== TEXTE TYPE */
.text-title{
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#0099cc;
}
.text-sub-title{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
	line-height:1,4em;
	margin-bottom:30px;
}
.text-section-title{
	color:#990066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	left:25px;
	background-image:url(../images/actu-titre.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:3px;
	margin:35px 0 10px;	
}
.text-sub-section{
	color:#00b3ff;
	font-weight:bold;
	margin-top:20px;
}
.text-pdf{
	height:30px;
	background:url(../images/icon-pdf-file.png) no-repeat;
	padding-left:40px;
	padding-top:12px;
	margin:20px 0;	
}
#content li{
	list-style:none;
	margin-left:0;
}

#content a, #content a:active{
	color:#333;
}
#content a:hover{
	color:#ff7823;
}
#content a:visited{
	color:#999;
}

.liste-actu-vignette
{
	float: left;
	height: 150px;
	width: 200px;
}

.liste-actu-infos
{
	float: left;
	height: 150px;
	width: 700px;
}

h2
{
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#0099cc;
}

#nav
{
	width: 900px;
}

#player_controls
{
	height:30px;
	left:930px;
	position:absolute;
	top: 4px;
	width: 100px;
  display: inline;
}


#player_play
{
	width: 10px;
}

#player_pause
{
	width: 10px;
}

.ditto_pages
{
	text-align: center;
  clear: left;
}

.ditto_page {
	-moz-border-radius:3px 3px 3px 3px;
	background-color:#990066;
	border:1px solid #990066;
	color:#FFFFFF;
	font-size:0.8em;
	margin:0 0.4em;
	padding:0 0.3em;
	text-decoration:none;
}

#footer li.afooter a, #footer li.afooter a:visited{
	color:#fff;
	text-decoration:none;
}
#footer li.afooter a:hover{
	color:#990066;
	text-decoration:none;
}

.block-left-article{
	width:200px;
	float:left;
}
.block-right-article{
	width:670px;
	float:right;
}

.breadcrumb
{
	padding-bottom: 10px;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

u
{
  text-decoration: underline;
}

.justifyleft
{
  float: left;
}

.justifyright
{
  float: right;
}

ul.pluginsPlayHn .previewArticlesVideo
{
border-right:1px solid #E2E1E1;
height:225px;
float:left;
margin-bottom:30px;
margin-left:0;
padding:0 6px;
width:223px;
}

div.previewArticlesVideo
{
border-right:1px solid #E2E1E1;
height:225px;
margin-top: 10px;
margin-bottom:30px;
margin-left:0;
padding:0 6px;
width:223px;
float:left;
}

div.previewArticlesVideo a.previewLink
{
	font-size:0.82em;
}

#content div.previewArticlesVideo p
{
	font-size:0.9em;
	color: #535353;
}

#playerplayvideo
{
  margin-left: 150px;
}
.childscontainer p{
	text-align:center;
	color:#0099CC;
}

#slideshowLastEvents{
	height: 300px;
	width: 400px;
	overflow: hidden;
	position: relative;
}

#slideshowLastEvents .slider{ height: 300px; position: relative; overflow: hidden; }

#slideshowLastEvents .slider .slide{ float: left; width: 400px; }

#btnNext{ position: relative; top: -133px; left: 410px; visibility: hidden; }


.contentArticle table td {
  padding: 2px 5px; 
  border: #000 solid 1px;
}

