/* Configuration générale. */

body {
	margin: 0;
	font-family: verdana, Arial, serif;
}

#global {
	width: 674px;
	margin: 20px auto 0 auto;
	background: url(../interface/extensibilite3.jpg) repeat-y;
}

/*Configuration du Header. */

#header {
	height: 250px;
	background: url(../interface/header4.jpg) no-repeat;
}

#header h1 {
	display: none;
}

/*Configuration du menu Header. */

#header ul {
	margin: 0;
	padding: 75px 0 0 524px;
	list-style-type: none;
}

#header li {
	font-size: 12px;
	line-height: 12px;
}

#header li a {
	text-decoration: none;
	color: #575454;
}

#header li a:hover {
	border-bottom: 1px dotted #E31936;
}

/*Configuration du contenu.*/

#contenu h2 {
	color: #000000;
	font-size: 18px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	text-indent: 26px;
}

#contenu h2 span {
	color: #E31836;
	font-size: 14px;
}

#contenu h3 {
	text-indent: 30px;
	font-size: 12px;
	color: #000000;
	margin: 8px 0 8px 0;
}

#contenu h3 span {
	color: #E31836;
}

#contenu p {
	font-size: 12px;
	margin: 4px 24px 19px 24px;
	text-indent: 18px;
}

/*Configuration Footer.*/
#footer {
	width: 674px;
	height: 34px;
	background: url(../interface/footer3.jpg) no-repeat;	
}

#footer p {
	line-height: 30px;
	font-size: 10px;
	text-align: right;
	margin: 0 17px 0 0;
}

#footer a {
	color: #888;
}

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