/* ############################################ */
/* #                                          # */
/* #                STRUCTURE                 # */
/* #                                          # */
/* ############################################ */


* { line-height: .35cm; }

body
{
background: transparent url(layout_elements/fond.gif) repeat-x 0 0;
margin: 0px;
}

#conteneur
{
width: 780px;
margin: 10px auto;
color: #333;
border: 10px solid #98BAFA;
background-color: #FFFFFF;
}

#header
{
height: 178px;
padding: 0em;
border: 0px;
background: transparent url(layout_elements/header.jpg);
}

#menuH
{
height: 35px;
padding: 0em;
margin: 0px;
border: 0px;
background: #98BAFA;
}

#middle
{
width: 780px;
margin: 0px;
padding: 0px;
background:#FFFFFF url(layout_elements/fond.png);
}

#menuV
{
float: left;
width: 215px;
margin: 0;
padding: 0em;
background-color:#FFFFFF;
}

#content
{
float: right;
width: 525px;
background-color: #F3F3F3;
padding: 20px 15px 15px 25px;
min-height: 580px;
}

#footer
{
clear: both;
margin: 0px;
padding: .3em;
color: #333;
background-color: #F3F3F3;
text-align: center;
}

#footer a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #1966B6;
padding: 1em;
}

#copyright { margin-top: -7px; padding: 0px; }


/* ############################################ */
/* #                                          # */
/* #              MENU HORIZONTAL             # */
/* #                                          # */
/* ############################################ */


#menuH { background: transparent url(layout_elements/barre.jpg) 0px 0px; }

#navcontH { height: 25px; border-left: 2px solid white; border-top: 2px solid white; border-right: 2px solid white; background: #98BAFA; }

#navcontH ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#navcontH ul li { display: inline; }

#navcontH ul li a
{
float:left;
text-decoration:none;
font-family: verdana;
font-size: 13px;
font-weight: bold;
padding: .3em 1em;
color: #1966B6;
background-color: #98BAFA;
border-right:2px solid white;
border-left:0px solid white;
}

#navcontH ul li a:hover
{
color: #333;
}

#navcontH ul li a.actif
{
float:left;
text-decoration:none;
font-family: verdana;
font-size: 13px;
font-weight: bold;
padding: .3em 1em;
color: #333;
background-color: #98BAFA;
border-right:2px solid white;
border-left:0px solid white;
}


/* ############################################ */
/* #                                          # */
/* #               MENU VERTICAL              # */
/* #                                          # */
/* ############################################ */


#navcontV 
{ 
width: 215px;
background-color: #98BAFA;
line-height: .35cm;
}

#navcontV h1
{
padding: 20px 0px 0px 20px;
margin: 0px 0px 20px 0px;
font-family: verdana;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #1966B6;
}

#navcontV h2
{
margin: 8px 0px 0px 20px;
}

#navcontV a
{
font-family: verdana;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #1966B6;
}

#navcontV a:hover
{
color: #333;
}

#left { font-family: verdana; color: #666666; background: #fff; width: 195px; padding-top: 15px; padding-left: 20px; }

#left .rub { color: #61B14E; font-weight: bold; font-size: 10px; padding-bottom: 20px; }

/* ############################################ */
/* #                                          # */
/* #               AUTRES MENU                # */
/* #                                          # */
/* ############################################ */


.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 0.35cm;
}

/* ############################################ */
/* #                                          # */
/* #           POLICES DE CARACTERE           # */
/* #                                          # */
/* ############################################ */


.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	letter-spacing: 0px;
	line-height: 0.35cm;
}
#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	letter-spacing: 0px;
	line-height: 0.35cm;
}
#content h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #61B14E;
	letter-spacing: 0px;
	line-height: 0.35cm;
	margin-bottom: 20px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.Style3 {font-style: normal}

.floatright
{
float: right;
width: 183px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px dashed #999;
border-right: 1px dashed #555;
border-bottom: 1px dashed #555;
border-left: 1px dashed #999;
line-height: 0.35cm;
}

div.floatright img
{
margin-bottom: -2px;
margin-right: 2px;
}

p { margin-top: 0; }
