/* CSS Document */
	
div#page {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	}
	
div#header #logo {
	margin-left: 20px;
	}

div#colonnegauche {
	position: absolute; 
	left: 0px;
	top: 160px;
	width: 230px;
	margin-left: 20px;
	margin-top: -14px;
	z-index:5;
	}

.blocaide {
	width:230px;
	margin: 0 0 4px 0;
	}
	
.tblocsm {
	height:40px;
	cursor: pointer;
	}
	
.contentblocsm {
	height:140px;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-width: 1px;
	border-color: #89dbff;
	margin:0;
	}

ul {
	margin:0 0 0 23px;
	padding:10px 0;
	}
	
li {
	list-style-type:disc;
	font-size:11px;
	color:#217db9;
	line-height:22px;
	}
	
.active {font-weight: bold;}

div#sioux {
	width:100%; 
	position:absolute;
	top:160px;
	left: 0px; 
	margin:0px; 
	padding:0px;
	z-index:1;
	}
	
div#aidecontent {
	border: 1px solid #89dbff;
	margin: 0px 20px 0px 265px;
	padding:0;
	height: auto;
	}

.tsection {
	background: url(images/bgtsection.gif) repeat-x top left;
	}
	
div#sectioncontent {
	font-family:Arial;
	font-size:14px;
	color:#217db9;
	text-align: justify;
	padding:14px;
	}

div#sectioncontent p {
	margin: 0 auto 15px auto;
	}

/* PARTENAIRES */
.imgpartenaire {float:left; height:100px; margin:0px 20px 5px 10px;}
.txtpartenaire {width:95%; max-width: 850px; height:100px; padding:10px; margin-top:10px; display:block;}
.txtspeech {width:95%; max-width: 850px; padding:10px; margin-top:10px; display:block;}
 input{
 vertical-align:middle;
 }
 
 div#footer {
	z-index: 10;
 	}


