/**
* GENERAL
*/
h1 {
font: bold 22px Tahoma;
	text-transform: uppercase;
}

h2 {
	font: normal 20px Tahoma;
}

h3 {
	font: normal 18px Tahoma;
	text-transform: uppercase;
}

h3 span {
	text-transform: none;
}

h1 a {
	color:#000000;
}

h2 a {
	color:#000000;
	text-decoration: none;
}

h4 {
	text-decoration: underline;
}


p {
	text-align: justify;
	font: normal 15px Tahoma;
	padding: 15px;
}

#Developpement ul {
	margin: 10px 50px;
	list-style: none;
}

#Developpement li {
	padding: 5px 0px 10px 40px;
	font: normal 17px Tahoma;
	background: url(./images/fleche.png) no-repeat 0 0;
}

#Equipement h1 {
	text-decoration: underline;
}

#Equipement ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#Equipement li {
	margin: 0px;
	padding: 0px;
	font: normal 15px Tahoma;
}

.txtnoir10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.txtnoir10B { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

body {
	background-color: #666666;
}

#Content {
	text-align: center;
}

#Content table {
	text-align: left;
	margin: auto;
	width:95%;
}

/*
* PARTIE GAUCHE
*/
#Content-Left {
	width:260px;
	padding:10px;
}

#Content-Left table {
	width:100%;
	height: 470px;
}

#Content-Left-First {
	padding: 30px;
}

#Content-Left-Second, 
#Content-Left-Third {
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

#Content-Left-Third h3{
	margin: 0px;
}

#Content-Left-Third img {
}


/*
* PARTIE DROITE
*/

