@charset "iso-8859-1";
body{
	background: #2D436A;
}

/* tableau des affichages AJAX */
.tableauajax{

border: 1px solid #EEE;
padding: 10px;
}

.texte_titre {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; color: #75BFF7; text-decoration:none;font-weight:bold;
	}
.texte_titre_small {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; color: #75BFF7; text-decoration:none;font-weight:bold;
	}
.menu {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #D2D4D8; text-decoration:none;

	}
.texte{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #E0E4EF; text-decoration:none; text-align:justify;
	
	}
.texte_centre{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #E0E4EF; text-decoration:none;text-align:center;
	
	}
	
	
* {margin:0;padding:0}
/* lien */
a:link, a:visited{
	color: #75BFF7;
	text-decoration: none;
}
/* lien survole*/
a:hover{
	color: #27BF38;
}
/* limage pas de contour */
img{
	border: none;
}
/* propriété des tableau */
table{
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
}

h1{
	font-family: Trebuchet MS;
	font-weight: normal;
}
h2{
	font: 17px georgia, arial, tahoma, sans-serif;
}
ul{
	background: url(../images/vide.jpg) no-repeat;
	padding-left: 15px;
	
}
li {display: block;
	background: url(../images/puce.jpg) no-repeat;
	padding-left: 15px;
	list-style-type: none;
	
}


.section {
	margin-bottom: 15px;
	border: 1px solid #888;
	background: #FFF;
}
.sectionFrame{
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #EEE;
	border-right: 2px solid #EEE;
}

.section .titreFrame {
	margin-right: 1px;
	margin-bottom: 2px;
	background: #EFF5FF;
	cursor: pointer;
	padding: 0;
}

.section .titre {
	font-weight: bold;
	padding: 2px 4px 2px 6px;
	font: 17px georgia, arial, tahoma, sans-serif;
	float: left;
}

.openClose{
	margin: 6px 5px;
	float:right;
}


}
.section ul{
	padding: 5px 10px 5px 10px;
}

.sectionContent {
	border-top: 1px solid #BBB;
	padding: 10px;
}

.subSection{
	width:100%;
	border-bottom: 1px solid #E3EDFF;
	margin-bottom: 5px;
}
.subSection .date {
	width: 35px;
	padding: 4px;
	vertical-align: top;
	background: #E3EDFF;
	text-align: center;
}

.subSection .titreSub {	
	padding: 4px 4px 0 8px;
	font: 12px georgia, arial, tahoma, sans-serif;
	font-weight: bold;
	color: #6484CA;
}
.subSectionContent{
	padding: 10px 0 10px 10px;
}




