@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#conteneur
		{
	text-align: left;
	background: #fff;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
}
		
#header {
	height: 130px;
	padding-top: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#centre {
	padding-top: 20px;
}

#titre {
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	color: #999999;
	height: 20px;
	font-weight: 900;
	padding-left: 20px;
	vertical-align: middle;
	padding-bottom: 10px;
}

#Fiche {
	width: 190px;
	height: 110px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#Projet {
	height: 100px;
	padding-left: 20px;
}

#pied {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	height: 30px;
	font-family: arial;
	font-size: 10px;
	color: #999999;
	text-align: right;
	width: 100%;
}

p {
	margin: 0 0 10px 0;
}

.bloc1 {
	height: 100px;
	width: 270px;
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}

.bloc2 {
	height: 100px;
	width: 100px;
	background-position: center;
	float: left;
}

.bloc3 {
	height: 100px;
	width: 288px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

.blocMenu {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	width: 250px;
}

.blocThumb {
	float: left;
	width: 70px;
	text-decoration: none;
	height: 70px;
}

.blocDescription {
	float: left;
	height: 70px;
	padding-left: 8px;
}

.blocContenu {
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

.Style1 {
	font-family: arial;
	color: #999999;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
}

.Style2 {
	font-family: arial;
	color: #333333;
	font-size: 10px;
}

.Style3 {
	font-family: arial;
	color: #999999;
	font-size: 12px;
	font-weight: 900;
	text-align: right;
	letter-spacing: 1pt;
}

.Style4 {
	font-family: arial;
	color: #333333;
	font-size: 10px;
	text-align: right;
}

.Style5 {
	font-family: arial;
	color: #999999;
	font-size: 10px;
}

.Style6 {
	font-family: arial;
	color: #999999;
	font-size: 11px;
	text-align: left;
	line-height: 3px;
}

.Style7 {
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	margin-left: 20px;
}

.Style9 {
	font-family: arial;
	color: #666666;
	font-size: 11px;
	text-align: left;
	font-weight: 900;
}

.Style10 {
	font-family: arial;
	color: #666666;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}

.Style11 {
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 40px;
	line-height: 18px;
	margin-left: 20px;
	list-style-type: square;
	display: list-item;
	list-style-position: inside;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}


</style>

