/* css - theme : cerap_2012 */

body {
	font-family: helvetica;
	color: #003D5F;
	}

ul, li {
	padding: 0;
	list-style-type: none;
	margin: 0;
	}

a {
	color: #0053a3;
	text-decoration: underline;
	}

a:hover {
	color: #e27500;
	text-decoration: underline;
	}

a img {
	border: none;
	}

#bandeau {
	background-image: url('bandeau.jpg');
	background-repeat: no-repeat;	
	}

#general {
	background-image: url('general_fond.png');
	background-repeat: repeat-y;
	}

/* listage des textes */

#header {
	padding: 20px 0; 
	}

#header .logo {
	float:left;
	margin-left: 20px;
	border: 0px solid #ccc;
	}

.sursoustitre {
	font-size: 10px;
	color: #0074B5;
	letter-spacing: 0.1em;
	}

.dateauteurs {
	font-size: 9px;
	color: #0074B5;
	margin: 0.5em 0;
	}

h1 {
	margin: 6px 0px 6px 0px;
	font-size: 20px;
    font-weight: normal;	
	color: #1768B0;
	letter-spacing: 0.05em;
	}

.clearer_header {
	clear: right;	
	}

.chapeau {
	margin: 10px 30px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	}

.texte {
	line-height: 150%;
	font-size: 12px;
	}

h3 {
	font-size: 180%;
	margin: 30px 0 15px 0;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	}

.notes {
	font-size: 9px;
	margin: 6px 0px 6px 0px;
	}

.ps {
	font-size: 9px;
	margin: 14px 0px 6px 0px;
	}

.clearer {
	clear: right;
	}

#footer {
	color:#0074B5;
	font-size: 9px;
	}
	
#footer a {
    color:#B3DAEF;
    text-decoration: none;
	}
	
#footer a:hover {
	color: #e27500;
	text-decoration: none;
	}
	
#chemin {
	font-size: 9px;
	}
 
#texteconteneur ul li {
	list-style-type: square;
	margin-left: 13px;
	}

#texteconteneur ul li ul {
	list-style-type: square;
	margin-left: 15px;
	}
	
