﻿#CenterContainer{
  width:826px;
  margin-left:50px;
  text-align:justify;
  margin-bottom:50px;
}
.P_Titre, .P_Titre1{
  margin-top:25px;
  width:800px;
  height:30px;
  background:url(../Img/Titre/titre_repeat.png) repeat-x;
  float:left;
}
.P_Titre_Fin, .P_Titre_Fin1{
  margin-top:25px;
  float:left;
  height:30px;
  width:15px;
  background:url(../Img/Titre/titre_fin.png) no-repeat;
}
.P_Titre1, .P_Titre_Fin1{
 background-position:0px 1px;
}
.P_Paragraphe{
  width:800px;
  margin-left:10px;
  margin-top:15px;
}
.P_MT0{margin-top:10px;}
.P_Spacer{float:left; width:25px; height:10px;}

#Div_PowerpointConteneur{
  height:522px;
  width:600px;
  margin-left:100px;
  
}
#DIV_DownloadPP{
  text-align:center; 
  margin-top:10px;
}

#DIV_DownloadPP a, #DIV_DownloadPP a:active, #DIV_DownloadPP a:hover{
  color:#04abe1;
  text-decoration:none; 
  font-size:12px;
}



/************************* Diaporama ********************************/
#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#example {
	width:600px;
	height:450px;
	position:relative;
}
#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:600px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide {
	width:600px;
	height:450px;
	display:block;
}
/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:451px;
	left:266px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:305px;
}
/*
	Pagination
*/
.pagination {margin:26px auto 0;	width:100px;}
.pagination li {float:left;	margin:0 1px;	list-style:none;}
.pagination li a {display:none;	width:12px;	height:0;	padding-top:12px;	background-image:url(../img/pagination.png);	background-position:0 0;	float:left;	overflow:hidden;}
.pagination li.current a {	background-position:0 -12px;}

