/* CSS - Emballage - Accueil - Screen */
/*texte*/
h2 {
   margin: 15px 0 10px 0;
   color: #707173;
   font-size: 30px;
   font-weight: bolder;
   letter-spacing: 1px;
}
h3 {
   padding: 3px 0 3px 10px;
   color: #000;
   font-size: 14px;
}
h4 {
   padding: 0 0 0 10px;
   font-size: 14px;
   color: #fff;
}
h5 {
   font-size: 14px;
   font-weight: bold;
}

/*accueil*/
#actu1 a:hover, #actuSec a:hover, #videos a:hover {
   text-decoration: none;
}
div#actu1 {
   float: left;
   width: 320px;
   height: 310px;
  _height: 310px;
   color: #fff;
   background-color: #707173;
   }

#actu1 p {
   padding: 0 10px 10px 10px;
}
#actu1 a {
   color: #fff;
}
div#actuSec {
   margin-left: 320px;
   padding-left: 10px;
   width: 320px;
   height: 310px;
  _height: 310px;
   background-color: #f0f0f0;
 }

#actuSec p {
   padding: 0 0 10px 0;   
}
#actuSec a {
   color: #000;
}
#actuSec img {
   float: left;
   padding:10px 20px 0px 10px;
}
*html div#actu1 {
   float: none;
   width: 320px;
   height: 310px;
   color: #fff;
   background-color: #707173;
}

*html div#actuSec {
   margin-left: 320px;
   margin-top: -310px;
   background-color: #f0f0f0;
}
div#videos {
   float: right;
   margin-right: 41px;
   /*width: 320px;*/   
}

#videos table {
border: 1px solid;
border-color:#CCCCCC;
}

#videos td {
border: 1px solid;
border-color:#CCCCCC;
}

*html div#videos {
   margin-right: 5px;
}
#videos p.right {
   margin-top: 25px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ galerie1]
-----------------------------------------------------------------------------------------*/
.actualite {
	position: relative;
	overflow: hidden;
}
.actualite .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.actualite .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.actualite .back, .actualite .next {
	position: absolute;
	top: 230;
	z-index: 2;
}
.actualite .back {
	left: 0;
}
.actualite .next {
	right: 0;
}
.actualite .back a, .actualite .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.actualite ul {
	position: relative;
	left: 0;
	width: auto;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

#galerie1 li {
	float: left;
	display: inline;
	width: 140px;
   height: 101px;
   padding: 5px 0;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ galerie1]
-----------------------------------------------------------------------------------------*/
.evenements, .liste {
   padding-top: 50px;
	/*width: 320px;*/
       height: 223px;
 background: url(fd_evenements.jpg) no-repeat top left;
}
.evenements .back, .evenements .next {
	width: 22px;
	height: 223px;
   top: 0;
}
.evenements .back {
   left: 0;
}
.evenements .next {
	left: 299px;
}
.evenements .next a, .evenements .back a  {
	position: absolute;
	top: 0;
	width: 22px;
	height: 220px;
}
.evenements .next a {
	right: 0;
	background: url(fleche_suivante.jpg) no-repeat center right;
}
.evenements .back a {
	left: 0;
	text-align: right;
	background: url(fleche_precedente.jpg) no-repeat center left;
}
.evenements .view_all {
   display: none;
}
.evenements ul {
   padding: 0 40px 0 27px;
   height: 110px;
}
.evenements li {
	overflow: hidden;
}
.evenements li img {
	display: inline;
}
.evenements .next a span, .evenements .back a span {
   display: none;
}

.MultiBoxContentContainer iframe{
   overflow: hidden;
}

table.video {
position: relative;
border-collapse:collapse;
margin:20px 0 20px 0px;
}

.sidebar h3 {
border-bottom:1px dashed #BDBDBD;
color:#4E4E4E;
font-size:27px;
line-height:43px;
padding:22px 0 0 45px;
}