
/* Configuration générale. */

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

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

/*Configuration du Header. */

#header {
	height: 208px;
	background: url(images/interface/headerlesclefs.png) 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: 10px;
	line-height: 12px;
}

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

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

/*Configuration du contenu.*/

h2:first-letter {
color: #F8BE2A;
}

a img
{
border: none;
}

#contenu h2 {
	text-indent: 26px;
	color: #3c600e;
	font-size: 18px;
	margin: 8px 0 8px 0;
}

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

h3:first-letter {
color: #989898;
}

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

#contenu h3 span {
	color: #689fce;
}

#contenu p {
	font-size: 11px;
	margin: 4px 24px 19px 24px;
	text-indent: 0px;
	text-align:justify;
}

#contenu p a {
	color: #888;
}

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

li a {
	color: #888;
}

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

/*Configuration du tableau.*/
table
{
font-family: verdana, Arial, serif;
border-collapse: collapse;
width: 600px;
margin-left: 36px;
}
tr th
{
font-size: 12px;
background-image: url("images/interface/annonce_haut.png");
background-repeat: no-repeat;
color: #FFFFFF;
width: 600px;
height: 46px;
padding-top: 8px;
}
tr td
{
font-size: 12px;
background-image: url("images/interface/annonce.png");
background-repeat: repeat-y;
color: #FFFFFF;
font-size: 11px;
padding: 10px;
text-align:justify;
}
#normal
{
border-collapse: collapse;
width: 135px;
}
.cadre_bas
{
background-image: url("images/interface/annonce_bas.png");
width: 600px;
height: 43px;
background-repeat: no-repeat;
}
#contenu td h2 span {
	color: #FFFFFF;
	font-size: 14px;
}
table a
{
font-size: 11px;
color: #FFFFFF;
}
table a:hover {
	color: #565656;
	text-decoration: none;
}

/*Configuration Footer.*/
#footer {
	width: 674px;
	height: 34px;
	background: url(images/interface/footer.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: #565656;
	text-decoration: none;
}
