.themes_ptt {
	color:#008271;
	/*text-transform:lowercase;*/
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 1.5px;
}
.brun-blanc  {
	/*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;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	height: 30px;
	vertical-align: middle;

}
.vert-blanc {
	background:#008271;
	height:30px;
	text-align:left;
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-variant: small-caps;
}
.div_edito {
	width: 190px;
	padding: 0px 5px 5px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: none;
	float: right;
	border-top: thin solid #FFF;
	border-right: thin solid #917e7b;
	border-bottom: thin solid #917e7b;
	border-left: thin solid #FFF;
}
.div_alaune {
	padding: 0px;
	border-top: thin solid #FFF;
	border-right: thin solid #917e7b;
	border-bottom: thin solid #917e7b;
	border-left: thin solid #FFF;
	margin: 0px 0px 15px;
}



* {
	outline:none;
}

img {
	border:0px;
}

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:inherit;
	*color:#666666;
	text-decoration:none;
}

a:hover {
	color:#008271;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	/*
	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;
}
.auteur-actu a {
	color: #033033;
}
.auteur-actu a:hover {
	color: #008271;
}

.titre-actu a{
	text-decoration: none;
	color: #5A2829;
}

.titre-actu a:hover{
text-decoration: underline;
color: #744826; 
}
.auteur-actu {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033033;
}
.titre-actu {
	font-size: 13px;
	line-height:15px;
	color: #5A2829;
	font-weight: 100;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*padding-bottom: 5px;*/
	padding-top: 3px;
}
.sstitre-actu {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titre-rubrique2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #5A2829;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	margin-bottom: 10px;
	background-color: #F2F4F0;
	line-height: 20px;
	vertical-align: middle;
}
.infoHeaderNewsletter {
	float:right;
	text-align:right;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:5px;
	width:190px;
	height:20px;
	background: url(../../css/img/btnInfo.png) no-repeat;
	transition: background 0.5s;
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari and Chrome */
	-o-transition: background 0.5s; /* Opera */
}
#accueil {
	padding: 0px;
	margin: 5px 0px 0px;
}

.contentNewsletter {
	float: left;
	clear: none;
	/*min-height:500px;*/
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 0px;
	margin-left: 0px;
	width: 680px;
}
.rechercheHeaderNewsletter {
	color:#FFFFFF;
	font-size:11px;
	float:right;
	text-align:right;
	width:380px;
	height:113px;
	background: url(../../css/img/fds_header.png) no-repeat right bottom;
	padding-right:30px;
}
.btEdit {
	font-size:9px;
	color:#CCCCCC;
	border:1px solid #CCCCCC; 
	background:#2C8577;
	margin:2px;
	padding:1px;
	text-align:center;
}
.btDel {
	font-size:9px;
	color:#2C8577;
	border:1px solid #F00; 
	background:#CCCCCC;
	margin:3px;
	padding:1px;
	text-align:center;
}
.logoHeaderNewsletter {
	float:left;
	padding-left:0px;
}


/* ~~ Pied de page ~~ */
.footer {
	padding:0;
	/*background: #917e7a;*/
	float: none;
	clear: left;
	width: 680px;
	margin: 0px;
}
.avertiss {
	padding:0;
	/*background: #917e7a;*/
	float: none;
	clear: left;
	width: 680px;
	text-align: center;
	height: 20px;
	vertical-align: top;
}

.headerNewsletter {
	clear:none;
	padding-top:20px;
	float: left;
	width: 680px;
	padding-bottom: 20px;
	background-image: url(/CEPII/newsletter/img/logo_header.png);
	background-repeat: no-repeat;
	height: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A2829;
	text-align: right;
	vertical-align: bottom;
}
.headerNewsletterEn {
	clear:none;
	float: left;
	width: 680px;
	background-image: url(/CEPII/newsletter/img/logo_header_en_40ans.png);
	background-repeat: no-repeat;
	height: 90px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A2829;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.headerNewsletterFr {
	clear:none;
	float: left;
	width: 680px;
	background-image: url(/CEPII/newsletter/img/logo_header_fr_40ans.png);
	background-repeat: no-repeat;
	height: 90px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A2829;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


.colonnepageListe380pxNewsletter {
	float: left;
	width: 450px;
	text-align: left;
	color: #666666;
	line-height: 1.4em;
	clear: right;
	margin: 0px;
	padding: 0px;
}
.colonnepageListe200pxNewsletter {
	float: right;
	width: 200px;
	text-align: left;
	color: #666666;
	line-height: 1.4em;
	clear: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.containerNewsletter {
	width: 675px;
	background: #FFFFFF;
	color:#666666;
	margin: 0 auto;
	padding: 10px;
	border-top: thin solid #FFF;
	border-left: thin solid #FFF;
	border-bottom: thin solid #FFF;
}
.frise {
	width: 680px;
	margin: 0 auto;
	border-top: thin solid #FFF;
	border-left: thin solid #FFF;
	border-bottom: thin solid #FFF;
	border-right-color: #FFF;
	padding: 0px;
}
