@import url(general.css);

/* Contenu */
#contenu{
	float: left;
	border-right: thin #E8E8E8 solid;
}

/* Titre*/

#contenu h1{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 6px;
	margin-bottom: 0;
	
	background-color: #f7f7f7;
	background-image: url("../pictures/front/actus_puce_titre.jpg");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	
	color:#068e8e;
	font-weight: normal;
	font-size: 20px;
	
	width: 500px;
}

/* Sous titre */
#contenu h2{
	margin-top: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	color:#068e8e;
	font-weight: normal;
	font-size: 11px;
	width: 513px;
	background-color: none;
}
#contenu h2#sous-titre {
	background-color: #f7f7f7;
}
h1 img{
	float: right;
}

.tr_vertical{
	background-color: #068e8e;
}
hr{
	height: 1px;
	border: 0 none;
	background-color: #068e8e;
	color: #068e8e;
	width: 230px;
	margin-left: 5px;
	text-align: left;
}

hr.small{
	margin-top: 0;
	width: 100px;
}

#presentation{
	clear: both;
}

#thematiques-gauche{
	width: 300px;
	float: left;
}

#thematiques-droite{
	float: left;
}

/* Thématique */
.thematique{
	width: 280px;
	margin-right: 10px;
	margin-top: 15px;
	background-color: #E9E9E9;
	padding-bottom: 4px;
}



/* Contenu de la thématique */
.cnt-thematique{
	float: left;
	padding-right: 5px;
	overflow: hidden;
	width: 240px;
}
	
/* Image d'accroche */
.thematique img{
	float:left;
	margin-right: 5px;
	margin-left: 5px;
}

/* Date de l'actu */
.thematique .date{
	font-style:italic;
	color:  #068e8e;
}

/* Titre de la thématique */
#contenu .thematique h2{
	margin-top: 0;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 0;
	
	color:#068e8e;
	font-weight: normal;
	font-size: 15px;
	
	width: auto;
}

/* Titre de l'actu */
#contenu .thematique h3{
	margin-top: 0;
	padding-top: 3px;
	margin-bottom: 5px;
	
	color:#068e8e;
	font-weight: normal;
	font-size: 13px;
	
	width: 250px;
}

#contenu .thematique h3 a:link, #contenu .thematique h2 a:link, #contenu .thematique h3 a:visited, #contenu .thematique h2 a:visited{
	text-decoration: none;
}

#contenu .thematique h3 a:hover, #contenu .thematique h2 a:hover{
	text-decoration: underline;
}

.thematique a, #contenu a{
	color: #068e8e;
}

.bande-grise{
	margin-top: 5px;
	clear: both;
	height: 20px;
	background-color:#D1D1D1;
}

a.tous{
	margin-right: 5px;
	float: right;
}

/* bande blanche */
.blanc{
	background-color: #fff;
	height: 10px;
	padding-left: 10px;
}

/* Pro */
.pro{
	padding: 5px;
	background-color: #f2ec7e;
}
.pro hr{
	width: 200px;
}