/*
body { background:black;}
.container { padding: 0 5px 5px 5px; }
*/

#alertInfo {
	z-index:1000;
	position:fixed; 
	width:100%;
	height:50px;
	right:0; bottom:0; padding:0; margin:0; 
	background:url(img/alertInfo.png) no-repeat center center #000;
}

body {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;;
	/*
	background: linear-gradient(bottom, #917e7a, #FFFFFF);
	background: -moz-linear-gradient(bottom, #917e7a, #FFFFFF);
	background: -webkit-linear-gradient(bottom, #917e7a, #FFFFFF);
	background: -ms-linear-gradient(bottom, #917e7a, #FFFFFF);
	background: -o-linear-gradient(bottom, #917e7a, #FFFFFF);	
	background:url(img/fds_cepii.png) repeat-x #917e7a;
	*/
	margin: 0;
	padding: 0;
}

* {
	outline:none;
}

img {
	border-color:#000;
	border:0px;
}
/* ~~ Sélecteurs d'éléments/balises ~~ */
dt, dl, dd, ul, li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

p {
	font-size:11px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #5A2829;
	padding-right: 10px;
	padding-left: 10px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
}

a, a:link, a:hover, a:active, a:visited {	
	/*color:#666666;*/
	color:inherit;
	text-decoration:none;
}

a:hover {
	color:#008271;
}

/* ~~ ce conteneur à largeur fixe entoure les autres divs ~~ */
.container {
	width: 980px;
	background: #FFFFFF;
	color:#666666;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}


/* ~~ aucune largeur n'est attribuée à l'en-tête. Il occupera toute la largeur de votre mise en page. Il contient un espace réservé pour une image, qui doit être remplacé par votre logo lié. ~~ */
.header {
	clear:none;
	padding-top:20px;
	float: left;
	width: 980px;
}
/*
.header2 {
	clear: none;
	padding-top: 7px;
	float: left;
	width: 980px;
}
*/



.moreButton {
	float:right;
	text-align:right;
	border-top:1px solid #008271;
	/*background:#bfdad5;*/
	margin:0;
	cursor:pointer;
}

#menuGauche{
	clear:none;
	float: left;
	width: 155px;
	margin-right:30px;
	margin-left:0px;
	font-family:Arial;
	font-stretch:extra-condensed;
	font-size: 10px;
	letter-spacing: 0px;
	height: 100%;
	min-height:500px;
}

#menuGauche .titreMenu {
	font-stretch:extra-condensed;
	color:#5A2829;
	font-size:14px;
	margin-bottom:5px;
	font-variant: small-caps;
}
#menuGauche .currentTitreMenu {
	font-stretch:extra-condensed;
	font-size:14px;
	margin-bottom:5px;
	font-variant: small-caps;
	
	width:100%;	
	background-color:#5a2829;
	color:#FFFFFF;
	padding-left:2px;
}
#menuGauche .currentMenu {
	width:100%;	
	background-color:#5a2829;
	color:#FFFFFF;
	padding-left:2px;
	
}

#menuGauche a { color:#a5542f; font-size:11px; }
#menuGauche a:hover { color:#333333; }
/*#menuGauche a:before { content:""; }*/
#menuGauche .menu1 { padding:8px; background:#e9f2f1; }
#menuGauche .menu2 { padding:8px; background:#deedea; }
#menuGauche .menu3 { padding:8px; background:#d3e6e4; }
#menuGauche .menu4 { padding:8px; background:#cae0dd; }
#menuGauche .menu5 { padding:8px; background:#bfdad5; }
#menuGauche .menu6 { padding:8px; background:#b4d3ce; }
#menuGauche .menu7 { padding:8px; background:rgba(44,133,119,0.4); }
#menuGauche .menu8 { padding:8px; background:rgba(44,133,119,0.45); }

/*
#menuGauche .menu1 { padding:8px; background:rgba(44,133,119,0.1); }
#menuGauche .menu2 { padding:8px; background:rgba(44,133,119,0.15); }
#menuGauche .menu3 { padding:8px; background:rgba(44,133,119,0.2); }
#menuGauche .menu4 { padding:8px; background:rgba(44,133,119,0.25); }
#menuGauche .menu5 { padding:8px; background:rgba(44,133,119,0.3); }
#menuGauche .menu6 { padding:8px; background:rgba(44,133,119,0.35); }
#menuGauche .menu7 { padding:8px; background:rgba(44,133,119,0.4); }
#menuGauche .menu8 { padding:8px; background:rgba(44,133,119,0.45); }
*/
#menuGauche div {width:100%;}


.logoHeader {
	float: left;
	padding-top: 5px;
}
.logoHeader6 {
	float: left;
	padding-top: 12px;
}




#menuHeader {
	background:#008271;
	height:35px;
	text-align:center;
	clear:both;
}

#menuHeader a {
	color:#FFFFFF; 
}
#menuHeader a:hover { color:#FFFFFF; }

#menuHeader td {
	padding:5px;
	background:#008271;
	font-size:14px;	
	color:#FFFFFF;	
	transition: color 1s, background 1s;
	-moz-transition: color 1s, background 1s; /* Firefox 4 */
	-webkit-transition: color 1s, background 1s; /* Safari and Chrome */
	-o-transition: color 1s, background 1s; /* Opera */	
}
#menuHeader td:hover {
	background:rgba(90,40,41,0.2);
}

#menuHeader .currentMenu:hover {
	background:rgba(90,40,41,1);	
	transition: none;
	-moz-transition: none; /* Firefox 4 */
	-webkit-transition: none; /* Safari and Chrome */
	-o-transition: none; /* Opera */
}
#menuHeader .currentMenu {	
	/*color:#ffcc00;*/
	/*border-top:2px solid #ffcc00;*/
	/*border-left:1px solid #ffcc00;*/
	/*border-right:1px solid #ffcc00;*/
	background:rgba(90,40,41,1);
	color:#FFFFFF;	

}
#cse-search-box input[type=text] {
	float: left;
	text-align: left;
	margin-top: 0px;
	width: 98%;
	font-size: 13px;
	color: #5A2829;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #F2F4F0;
	line-height: 12px;
	vertical-align: middle;
}

#cse-search-box{
	line-height: 12px;
}

.rechercheHeader {
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	text-align: left;
	width: 340px;
	/*height: 113px;*/
	margin-bottom:5px;
}
.rechercheHeader6 {
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	text-align: left;
	height: 113px;
	width: 215px;
}

.rechercheHeader7mai {
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	text-align: left;
	height: 113px;
	width: 200px;
}

.rechercheHeader2 {
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	text-align: right;
	
	height: 113px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.formHeader {
	float: right;
	text-align: left;
}

.formHeader2 {
	float: right;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	width: 150px;
}
.infoHeader {
	float: right;
	font-size: 12px;
	color: #5A2829;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	background-color: #F2F4F0;
	line-height: normal;
	vertical-align: middle;
	width: 210px;
}

.Tabtheme {
	padding-top: 5px;
	width: 100%;	
}
.nomtheme {
	display:inline-table;
	font-stretch: extra-condensed;
	vertical-align: middle;
	/*position: relative;*/
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	line-height: 9px;
	/*font-weight: bolder;*/
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	-webkit-transform: scale(1, 1.5);
	-moz-transform: scale(1, 1.5);
	-ms-transform: scale(1, 1.5);
	-o-transform: scale(1, 1.5);
	transform: scale(1,1.5);	*/
	
	width:100%; 
	height:35px;
	background-size:cover; 
	background-position:center center; 
	background-repeat:no-repeat;	
}
.nomtheme a {color: #FFF;}
.nomtheme a:hover {	color: #FFF;}


/*
.infoHeader:hover {
	background: url(img/btnInfoOn.png) no-repeat;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s; 
}

.infoHeaderEn {
	float: right;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 5px;
	width: 190px;
	height: 20px;
	background: url(img/btnInfoEn.png) no-repeat;
	transition: background 0.5s;
	-moz-transition: background 0.5s; 
	-webkit-transition: background 0.5s; 
	-o-transition: background 0.5s;
}
.infoHeaderEn:hover {
	background: url(img/btnInfoEnOn.png) no-repeat;
	transition: background 0.5s;
	-moz-transition: background 0.5s; 
	-webkit-transition: background 0.5s; 
	-o-transition: background 0.5s; 
}
*/

.flagHeader {
	float: right;
	height: auto;
	text-align: right;
	clear: left;
	/*	text-align: left;
	margin-bottom: 10px;
	background-color: #F2F4F0;
	line-height: 25px;*/
	vertical-align: middle;

}

/*.flagHeader img{ padding-bottom:2px;}*/

.rechercheHeader input {
	font-size:10px;
	color:#666666;
}
.rechercheHeader a:hover{
	text-decoration:underline;
}
/* ~~ Informations de mise en page. ~~ 

1) La marge intérieure n'est placée qu'en haut et/ou en bas de la div. Les éléments à l'intérieur de cette div posséderont une marge intérieure sur les côtés. Vous évitez ainsi de devoir recourir à des « calculs de modèle de boîte ». N'oubliez pas que si vous ajoutez une marge intérieure latérale ou une bordure à la div proprement dite, elle sera ajoutée à la largeur que vous définissez pour créer la largeur totale. Vous pouvez également supprimer la marge intérieure de l'élément dans la div et placer une seconde div à l'intérieur, sans largeur et possédant une marge intérieure appropriée pour votre concept.

*/

.content {
	float: left;
	clear: none;
	width: 980px;
	min-height:500px;
	margin-top:30px;
	margin-bottom:30px;
}
/*
.content6 {
	float: left;
	clear: none;
	width: 980px;
	min-height: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content3 {
	float: left;
	clear: none;
	width: 980px;
	min-height: 500px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.content2 {
	float: left;
	clear: none;
	width: 980px;
	min-height: 500px;
	margin-top: 15px;
	margin-bottom: 20px;
}
*/


/* ~~ Pied de page ~~ */
.footer {
	padding:0;
	/*background: #917e7a;*/
	float: none;
	clear: left;
}
.tabFooter1, .tabFooter2, .tabFooter3 {
	padding:0;
	text-align:center;
	font-size:10px;	
}
.tabFooter1 {
	background: #CCCCCC;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;	
}
.lkFooter {
	text-decoration:none;
	color:#CCC;	
}

.msgBox {
	padding: 10px;
	text-align: left;
	color: #660000;
	line-height: 1.4em;
	font-size: 11px;
	border: thin dotted #900;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #F7F7F7;
	clear: inherit;
}
.box {
	padding: 10px;
	text-align: left;
	color: #660000;
	line-height: 1.4em;
	font-size: 11px;
	border: thin dotted #900;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #FFFFFF;
	clear: inherit;
}


/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre #footer est supprimé ou retiré du #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	padding-top: 2px;
}
ul {
	padding-left: 15px;
	padding-top: 10px;
}
.absmiddle {
	vertical-align: -60%;
}

#mention {
	position: relative;
	top: 100px;	
	float: left;
	border: thin solid #ff6625;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #5a2829;
	text-align: center;
	vertical-align: middle;
}

#formCEPII {
	background-color: #5a2829;
	float: left;
	position: relative;
	/* left: -180px; */
	top: 50px;
	font-family: Melbourne;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #f7f7f7;
	border-right-color: #f7f7f7;
	border-bottom-color: #f7f7f7;
	border-left-color: #f7f7f7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.formCEPII2 {
	background-color: #5a2829;
	float: left;
	position: relative;
	visibility: visible;
	left: 10px;
	top: 10%;
	font-family: Melbourne;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #f7f7f7;
	border-right-color: #f7f7f7;
	border-bottom-color: #f7f7f7;
	border-left-color: #f7f7f7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.reu_intervenants {
	background-color: #deedea;
	padding: 10px;
}
.reu_programme {
	vertical-align: top;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}


#plan-site {
	width:980px;

	-webkit-columns: 4 230px;
	-moz-columns: 4 230px;
	columns: 4 230px;
	
	-webkit-column-rule: 1px dotted #5A2829; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px dotted #5A2829; /* Firefox */
	column-rule: 1px dotted #5A2829;
}

.titre-rubrique-plan-site {
	font-size: 16px;
	color: #5A2829;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}

.ss-titre-plan-site {
	font-size: 13px;
	color: #5A2829;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	font-style: normal;
	padding-left:10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.titre-actu-plan-site {
	font-size: 11px;
	line-height:normal;
	color: #5A2829;
	font-weight: normal;	
	padding-bottom: 3px;
	padding-left:20px;	
}

.titre-actu-plan-site li {
	list-style-position: inside;
	list-style-type: none;	
	list-style-type: square;
}


#expert {
	width:100%;
}