/* CSS Document */
/*-------------------------------------------partie de droite (la toolbar est ds stylegeneral*/
div#droite{
	float:left;
	width: 720px;
	/*background-image:url(../xdropImg/cles.jpg);*/
	background-repeat:no-repeat;
	background-position: right 100px;
}
/*-------------------------------------------styleHomepage*/
div#top{
	background-image:url(../xdropImg/tsEntetes/tetetraitement.jpg);
	background-repeat:no-repeat;
	height:145px;
	position:relative;
	}
/*-------------------------------------------stylecontenu*/
div#contenu{
	margin: 50px 50px 30px 50px;
	}

div#contenu h1{
	font-size:25px;
	color:#029ed7;
}
div#contenu h2{
	font-size:16px;
	text-align:center;
	color:#fff;
	background-color:#aaa;
	margin-bottom:8px;
	}
/*liste des outils*/
.clear{clear:both;}
div#outils {
	padding-top: 20px;
	width:620px; 
}
div#contenu ul{
	list-style-type:none;
	padding: 3px 8px;
	line-height:14px;
}
div#contenu ul li{
	padding-bottom:4px;
}
div#contenu h3{
	padding:5px 0px 2px 8px;
	border-bottom: 1px dotted #fff;
}
div#medic{
	float:left;
	margin-bottom:8px !important; margin-bottom: 3px;
	background-color:#B8EE39; 
	width:305px; 
	min-height:130px !important; height:130px;
	}

div#psy{
	float:right;
	margin-bottom:8px !important; margin-bottom: 3px;
	background-color:#FBB931; 
	width:305px; 
	min-height:130px !important; height:130px;
}	
div#doc{
	float:left;
	background-color:#9691FF; 
	width:305px; 
	min-height:130px !important; height:130px;
}
div#syst{
	float:right;
	background-color:#8BBD6A; 
	width:305px; 
	min-height:130px !important; height:130px;
}
