/*----------------------------------------------------------------*/
/*                          GENERIQUE                             */
/*----------------------------------------------------------------*/
body {
    margin              : 0px;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
    color               : #000000;
    text-decoration     : none;
	background          : #EBE9EA;
}

a, a:visited, a:link {
	color               : #003399;
	background-color    : inherit;
	text-decoration     : underline;
}
a:hover, a:active {
	text-decoration     : none;
}

p {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
    margin          : 5px 0 5px 0;
	padding:0;
}
                      
h1 {
    margin              : 0px 5px 0px 10px;
    padding             : 5px 0px 5px 5px;
    font-weight         : bold;
    font-size           : 14px;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    color               : #ffb644;
	background-color    : inherit;
    text-align          : left;
    border-left         : 15px solid #e9df4e;
}
h2 {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 15px;
    font-weight         : bold;
    color               : #ff9b00;
    margin-top          : 0px;
    margin-bottom       : 5px;
	background-image:url('images/puce-h2.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:10px 0 0 20px;
}
h3 {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
    font-weight         : bold;
    color               : #000000;
    margin-top          : 0px;
    margin-bottom       : 0px;
}
td {                  
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
}
ul {
	margin              : 0px 0px 0px 0px;
	padding             : 0px 0px 5px 0px;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 11px;
	list-style-position: inside;
}
ol {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    margin              : 0px 0px 0px 0px;
    padding             : 0px;
}
li {
	margin              : 0px 0px 0px 0px;
	padding             : 0px 0px 5px 0px;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 11px;
	list-style-type: disc;	
}
form {                
    border              : 0px;
    margin              : 0px;
    padding             : 0px;
}


/*----------------------------------------------------------------*/
/*                          SPECIFIQUE                            */
/*----------------------------------------------------------------*/
table.container {

}
a.logo {
    display             : block;
    color               : inherit;
    width               : 772px;
}
table.decoupage {
    color               : #000000;
	background-image:url('images/fond-container.gif');
background-repeat:repeat-y;
background-position:left;
}
table.decoupage td.menu {
background-color:none;
}
table.decoupage td.contenu {
    color               : #000000;
	text-align:justify;
}

table.decoupage td.contenu div.contenu_page {
    margin              : 0px 10px 30px 10px;
	padding:0 10px 0 40px;
}
#postit {
position:absolute;
height:202px;
width:281px;
top:355px;
background-image:url('images/post-it.gif');
background-position:left top;
background-repeat:no-repeat;
margin:0 0 0 200px;
padding:0 0 0 200px;
}
#decalpostit {
margin:0;
padding:10px 0 0 230px;
font-size:11px;
font-weight:bold;

}
#decalsouspostit {
margin:60px 0 0 0;
padding:10px 0 0 180px;
font-size:11px;

}
table.decoupage td.contact div {
    padding             : 207px 0px 0px 25px;
    font-family         : Arial, Verdana, Helvetica, sans-serif;
    font-size           : 11px;
    color               : #000000;
	background-image:url('images/fond-contact.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
table.decoupage td.contact h1 {
    color               : #CB591A;
	background-color    : inherit;
    font-weight         : bold;
    font-size           : 11px;
}
table.decoupage td.contact a, table.decoupage td.contact a:visited, table.decoupage td.contact a:active, table.decoupage td.contact a:hover, table.decoupage td.contact a:link {
    font-size           : 11px;
    font-family         : Arial, Verdana, Helvetica, sans-serif;
}
div.copyright {
    color               : #707070;
    background-color    : #EBE9EA;
	background-image:url('images/fond-pied.gif');
	background-repeat:no-repeat;
	background-position:top left;
    padding             : 40px 15px 5px 10px;
	text-align:right;
}
div.copyright a, div.copyright a:visited, div.copyright a:active, div.copyright a:hover, div.copyright a:link {
	text-decoration     : underline;
}
div.copyright img {
    vertical-align      : middle;
}

/*  Menu */
div.menu {
	font-size           : 10px;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
div.menu a.niveau1, div.menu a.niveau1:visited, div.menu a.niveau1:link {
    display             : block;
	font-weight         : bold;
	color               : #333333;
	text-decoration     : none;
	background-image:url('images/menu-off.gif');
	background-repeat:no-repeat;
	background-position:top left;
	line-height         : 20px;
	padding: 0 0 0 15px;
	margin:0 0 4px 0;
}
div.menu a.niveau1:active, div.menu a.niveau1:hover,
div.menu a.niveau1_on, div.menu a.niveau1_on:visited, div.menu a.niveau1_on:link, div.menu a.niveau1_on:active, div.menu a.niveau1_on:hover {
    display             : block;
	font-weight         : bold;
	color               : #ffffff;
	text-decoration     : none;
	background-image:url('images/menu-over.gif');
	background-repeat:no-repeat;
	background-position:top left;
	line-height         : 20px;
	padding: 0 0 0 15px;
	margin:0 0 4px 0;
}
div.menu a.niveau2, div.menu a.niveau2:visited, div.menu a.niveau2:link {
    display             : block;
	color               : #003399;
	text-decoration     : underline;
	line-height         : 15px;
	padding: 0 0 0 30px;
	margin:0 0 4px 0;
	background-image:url('images/puce_menu.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
div.menu a.niveau2:active, div.menu a.niveau2_on, div.menu a.niveau2_on:visited, div.menu a.niveau2_on:link, div.menu a.niveau2_on:active{
    display             : block;
	color               : #1a4935;
	text-decoration     : none;
	line-height         : 15px;
	padding: 0 0 0 30px;
	margin:0 0 4px 0;
	background-image:url('images/puce_menu_over.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	font-weight:bold;
}
div.menu a.niveau2:hover, div.menu a.niveau2_on:hover {
    display             : block;
	color               : #1a4935;
	text-decoration     : none;
	line-height         : 15px;
	padding: 0 0 0 30px;
	margin:0 0 4px 0;
	background-image:url('images/puce_menu_over.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
div.menu div.separateur {
    color               : inherit;
}

