/* CSS Document */
*
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight:bold;
    /*font-size : 12px;*/
}

/* debug */
div
{
	border: 0px solid #000000; 
}

body
{
    margin: 0px;
    margin-top: 15px;
    background-image: url(site/images/fonds_matieres/curve2b.gif);
}

a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    color: #666666;
}
    
a:hover
{
	text-decoration: none;
	color: #FF9933; 
}
    
#center
{
    position:relative;
    margin-left: auto; /* centrage */
    margin-right: auto; /* centrage */
	width:600px;
}
    
#contenu
{
    position:absolute;
    left:0px;
    top:0px;
    width:600px;
    height:600px;
    z-index:5;
    background-image: url("portail/portail_2009.jpg");
    background-repeat: no-repeat;
}

#boule
{
	position:absolute;
	left:156px;
	top:168px;
	width:25px;
	height:25px;
	z-index:6;
}
	
#menu2
{
	list-style-type: none;
	position:absolute;
	left:315px;
	top:43px;
	width:222px;
	height:536px;
	z-index:4;
	color: #7D7878;
	text-align:right;
}
	
h1
{
	font-weight: bold;
	font-size: 24px;

}


h2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: normal;
    /*font-size : 12px;*/

}
       
#menu1
{
	list-style-type: none;
	position:absolute;
	right:20px;
	top:16px;
	width:270px;
	height:558px;
	z-index:9;
	color: #6D7878;
	text-align:right;
}
	
#bas
{
	list-style-type: none;
	position:absolute;
	z-index: 50;
	top:608px;
	height:27px;
	width: 599px;
	text-align:left;
	font-size: 9px;
	color:#FFFFFF;
	background-image: url(site/images/fonds_matieres/curve2a.gif);
}
  
#bas img
{
    z-index: 70;
    vertical-align: middle;
	border:none;
}

#logos
{
    z-index: 40;
    position:absolute;
    left:0px;
    top:630px;
    width: 600px;
    height: 18px;
    vertical-align: bottom;
    text-align: right;
	border:none;
    background-color: #333;
}

#logos img
{
    z-index: 70;
    vertical-align: middle;
	border:none;
}

a.bouton
{
	background-image: url(portail/banderole_01.gif);
   	background-repeat: no-repeat;
}

a.bouton:hover
{
    background-image: url(portail/banderoleOVER_01.gif);
    background-repeat: no-repeat;
}

