/*----- GENERAL -----*/
html,body {
margin:0;
padding:0;
}

body {
font:8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#333333;
text-align:justify;
background: url(img/background_top.jpg) repeat-x top left;
}

div#header {
height:150px;
background: url(img/logo_scc.png) no-repeat top left;
text-align:center;
padding-left: 190px;
}

/*========== CONTENEUR GAUCHE (menu) ==========*/
div#leftContainer {
display:inline;
float:left;
margin-left:0px;
margin-top: 0px;
padding-top: 0px;
width:180px;
}

/*----- MENU -----*/
div#menu {
background:url(img/barre_menu.jpg) no-repeat bottom left;
width:180px;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
padding-bottom: 5px;
color: #0066AA;
font-size:8.5pt;
font-weight:700;

}
div#menu a{
color: #0066AA;
text-decoration:none;
}
div#menu a:hover {
color: #003F7D;
}

div#menu ul {
margin-top: 0px;
margin-bottom: 0px;
}

div#menu li {
margin-top: 2px;
margin-bottom: 2px;
list-style-type:none;
}
div#menu li a{
color:#ff5c01;
font-size:7pt;
font-weight:700;
line-height:15px;
text-decoration:none;
}
div#menu li a:hover {
color:#a52d0c;
}




/*========== CONTENEUR DROIT (zone_page) ==========*/
div#rightContainer {
display: block;
margin-left:200px;
margin-top: 10px;
padding-left: 0px;
text-align:center;
height:100%;
}

.maj { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 8.5pt; font-style:italic; color:#333333;}
.maj a { text-decoration:none; color:#ff5c01;}
.maj a:hover { text-decoration:none; color: #a52d0c;}


div#pied { height:10px;	clear: both;}

.presentation1 	{ color: #0066AA; font-weight: bold; font-size:12pt; }
.presentation2 	{ color: #ff5c01; font-weight: bold; font-size:10pt; }

/*========== Page CUN/Présentation ==========*/
.presentation3 	{ color: #0000CC; font-weight: bold; font-family:Monotype Corsiva, Times New Roman; font-size:16pt; }
.encadre 		{ border: thin solid #000000; padding:10px; }


