/* Copyright 2006 Graphiques-kits.com */
/* Cod par Graphiques-Kits.com */
/* Vous pouvez modifier certaines fonctionnalit ici */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, table{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}


body {
	margin: 1px 0px 0px 0px;
	background: #666666 url(../images/fond.jpg) repeat-x;
	line-height:1;
    font-family: verdana;  /* Police du texte */
    font-size: 10px;  /* Taille du texte */
	color: #000000;  /* Couleur du texte */
}

#header {
	height: 163px;
	background: url(../images/header.jpg) no-repeat;
}

#header p {
    padding-top: 100px;
	padding-left:30px; /* Marge intrieur haut texte footer */
	color: #000000;  /* Couleur du texte */
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	padding-left: 30px;
	height: 108px;
}

#footer p {
    padding-top: 50px; /* Marge intrieur haut texte footer */
	color: #FFFFFF;  /* Couleur du texte */
	text-align:center;
}


/* Bloc de texte, vous pouvez modifier */

#contenu {  /* Marge intrieur */
    padding-top: 20px; 
	padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 25px;
}

/* Menus vertical */

.menu {  /* Marge intrieur */
    padding-top: 10px; 
	padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

/* Menus horizonral */

#menu_header {
    padding-top: 10px; 
}

/* Options liens */

a:link, a:visited, a:active.footer {
	color: #ffffff;
}

a:hover.footer {
	color: #ffffff;
	font-weight: bold ;
	text-decoration: none; 
}

a img {
    border: none;
}

a:link, a:visited, a:active { 
    color: #000000; 
    text-decoration: none; 
}

a:hover { 
    color: #203087; 
    text-decoration: none; 
    font-weight: bold;
}

a:link, a:visited, a:active.menu_header {
	color: #203087;
    padding-top: 10px; 
}

a:hover.menu_header {
	color: #203087;
    padding-top: 10px; 
	font-weight: bold ;
	text-decoration: none; 
}

a:link, a:visited, a:active.menu {
	color: #000000;
}

a:hover.menu {
	color: #203087;
	font-weight: bold ;
	text-decoration: none; 
}