/* CSS Document */

#content li{
	/*list-style-type:disc;*/
	margin-left:40px;
	
	
}

/*-----------------
--- mission -------
-----------------*/
#citation {
	width:350px;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}

#content p {
	margin-bottom:50px;
}

#content h3 {
	color:#003399;
	border-bottom: 1px solid #003399;
}


/*-----------------
--- le createur ---
-----------------*/

#content h1 {
	color:#003399;
	text-align:center;
	border-bottom: 2px solid #003399;
	margin:20px 0 50px 0;
}


#cvcreateur img {
	float:left;
}

#cvcreateur{
	margin-bottom:50px;
	clear:both;
}

#cvcreateur li{
	margin-bottom:15px;
}

#diagramme {
	/*border:1px solid black;*/
	clear:both;
	font-size:13px;
}

#diagramme p{
	margin-bottom:10px;
}

#diagramme td{
	border:1px solid black;
	width:180px;
	padding:10px;
}

/*-----------------
--- nos associes ---
-----------------*/

#modele {
	width:300px;
	float:left;
	margin-bottom:40px;
}

#modele h3{
	border:none;
	
}

#schema {
clear:both;
/*background-image: #000 url(../images/schema.png);*/
}

/*----------------------
--- nos départements ---
------------------------*/

#boite1, #boite2 {
float:left;
width:300px;
border:1px solid red;
}
#boite3, #boite4 {
clear:left;

border:1px solid red;
width:300px;
}

/*----------------------
--- boostez ------------
------------------------*/

#topligne {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	background-color:#FF0000;
	margin:0 0 20px 0;

}

#ligne1, #ligne2, #ligne3, #ligne4{
	clear:left;
	
}



#ligne1 li{
	background-color:#FF0000;
	font-weight:bold;
	
}

#ligne2 li{
	background-color:	#00FF66;
	
}

#ligne3 li{
	background-color:	#99FFFF;
}

#ligne4 li{
	background-color:	#FFFF99;
}

#ligne1 li, #ligne2 li, #ligne3 li, #ligne4 li{
	font-size:13px;
	text-align:left;
	margin:3px;
	padding:5px;
	float :left;
	width:118px;
}