/* version CSS */

*
{
padding: 0px;
margin: 0px;
}

body
{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif, Verdana;
color: #000;
line-height: 18px;
}

#page
{
position: relative;
width: 980px;
margin: 0 auto;
background: #fff url('images/bck_full.jpg') repeat-y;
}

#logo_up
{
position: relative;
background: #fff url('images/bck_left.jpg') repeat-y;
height: 56px;
width: 100%;
}

#logo_up img
{
position: absolute;
right: 0px;
}

#banner
{
position: relative;
background: #fff url('images/banner.jpg') no-repeat;
height: 100px;
width: 100%;
}

#banner p
{
position: absolute;
left: 0px;
height: 100px;
width: 197px;
}

#banner span
{
font-weight: normal;
}

#banner h1
{
position: absolute;
font-size:18px;
letter-spacing: -1px;
top: 26px;
height: 92px;
color: #abc;
left: 12px;
}

#banner h1 a
{
color: #abc;
text-decoration: none;
}

#banner h2
{
position: absolute;
font-size: 12px;
font-weight: normal;
color: #FCE2CA;
top: 48px;
left: 12px;
}

#hierarchie
{
position: relative;
background: #fff url('images/bck1.jpg') repeat-x;
height: 22px;
width: 970px;
padding-top: 4px;
font-size: 10px;
color: #333;
padding-left: 10px;
}

#hierarchie a
{
background-color: transparent;
background-repeat: repeat-x;
color: #333;
}

#hierarchie a:hoover
{
background-color: transparent;
background-repeat: repeat-x;
color: #333;
text-decoration: none;
}

#leftsector
{
position: relative;
width: 197px;
left: 0px;
float: left;
/*overflow: hidden; 		/*permet de mettre le contenu en haut de la page (correction bug navigateur) */

}

#leftsector h1
{
text-align: left;
font-weight: normal;
Width: 90%;
margin-left: 5%;
margin-top: 10px;
font-size: 14px;
color: #569;
border-bottom: 1px solid #abc;
}

#leftsector p
{
text-align: left;
font-weight: normal;
margin-left: 5%;
font-size: 14px;
}


#leftsector ul
{ 
padding: 0;
width: 90%;
margin-left: 5%;
margin-bottom: 10px;
}

#leftsector li
{ 
display: inline;
font-size: 14px;
margin-bottom: 12px;
padding-bottom: 12px;
}

#leftsector li a:link, #leftsector li a:visited
{
text-decoration:none;
color:#569;
display:block;
}

#leftsector li a:hover, #leftsector li a:active
{
background-color:#abc;
color:#fff;
}

#rightsector
{
position: relative;
width: 197px;
right: 0px;
float: right;
}

#rightsector h1
{
text-align: right;
font-weight: normal;
Width: 185px;
margin-right: 7px;
margin-top: 10px;
font-size: 12px;
color: #569;
float: right;
border-bottom: 1px solid #abc;
}

#rightsector p
{
text-align: left;
font-weight: normal;
Width: 185px;
margin-right: 7px;
float: right;
}

#maincontent
{
/*overflow: hidden; 		/*permet de mettre le contenu en haut de la page (correction bug navigateur) */
background: #fff;
margin-left: 200px;
margin-right:200px;
top: 0px;
padding-left: 10px;
}

#maincontent h1
{
text-align: left;
Width: 98%;
margin-top: 10px;
font-size: 14px;
color: #569;
border-bottom: 1px solid #abc;
}

#maincontent h2
{
text-align: left;
Width: 98%;
margin-top: 10px;
font-size: 14px;
font-weight: normal;
color: #569;
border-bottom: 1px solid #abc;
}

#maincontent h3, #maincontent h4
{
text-align: left;
Width: 98%;
margin-top: 10px;
font-size: 12px;
font-weight: normal;
color: #569;
border-bottom: 1px solid #abc;
}

#maincontent p
{
text-align: left;
Width: 98%;
margin-left: 10px;
margin-bottom: 10px;
font-size: 12px;
}

#maincontent ul
{
text-align: left;
Width: 98%;
margin-left: 10px;
font-size: 12px;
}

#bottombar
{
position: relative;
background: #fff url('images/bck1.jpg') repeat-x;
height: 22px;
width: 100%;
clear: both;
}

#footer
{
position: relative;
background: #fff url('images/bck5.jpg') repeat-x;
height: 22px;
width: 100%;
clear: both;
}

#footer_right
{
position: absolute;
background: #fff url('images/bck4.jpg') repeat-x;
float: right;
right: 0px;
height: 22px;
width: 197px;
}

#footer_left
{
position: absolute;
background: #fff url('images/bck4.jpg') repeat-x;
float: left;
left: 0px;
height: 22px;
width: 197px;
}

#footer_left p
{
font-size: 10px;
color: #333;
left: 5px;
float: left;
}

#footer_left p a
{
color: #abc;
text-decoration: none;
}

#footer p
{
float: right;
right: 10px;
font-size: 10px;
color: #333;
margin-right: 5px;
}

#footer p a
{
background-color: transparent;
background-repeat: repeat-x;
color: #333;
}

#footer p a:hoover
{
background-color: transparent;
background-repeat: repeat-x;
color: #333;
text-decoration: none;
}
