@charset "utf-8";
/* CSS Document */


/*-------------couleurs------------------
#CCCCCC: gris clair
#666666: gris soutenu (textes)
#000066: bleu marine*/



body{
	margin:0px;
	padding:0px;
}

#global {
	height: 100%;
	width: 1020px;
	padding: 40px;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	font: 11px "Frutiger LT47 Light CN",Verdana, Arial, Helvetica, sans-serif ;
	color: #666666;
}

#logo{
	float:left;
	position:absolute;
	background-color:none;
	width:250px;
	height:148px;
	margin-left:-52px;
	margin-top:-15px;
}

#bandeau_haut {
	width:1020px;
	height:142px;
	background-color: #FFFFFF;
	background-image: url(../images/bandeau_haut2.jpg);
}



/*--------necessaire au slider de la page d'accueil-------------*/	
#anim{
	width:1020px;
	height:170px;
	position:relative;
	background-color: #FFFFFF;
}

#imageContainer {
	width:1020px;
	height:170px;
	background: #FFFFFF;
	position: absolute;
}


	
/*------------------menu--------------------*/
#menu{
	width:1020px;
	margin: 0; padding: 0;
	height:25px;
	position:relative;
	/*background: #ddd url(body_bg.gif) repeat-x;*/
	background-color: #FFFFFF;
}
ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
	width: 1020px;
	background: url(../images/menu_fond.jpg) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0px;
	padding-left:40px;/*permet de centrage de l'ensemble*/
	position: relative; /*--Declare X and Y axis base--*/
	width:130px;
}
ul.topnav li a{
	padding: 5px 5px;
	color: #CCCCCC; /*couleur de base du texte*/
	display: block;
	text-decoration: none;
	float: left; /*cote de la fleche par rapport au texte*/
}
ul.topnav li a:hover{
	/*background: url(../images/menu_lueur.gif) no-repeat center bottom;*/
	color: #FF9933;
}
ul.topnav li span { /*--Drop down trigger styles--*/  /*MENUS DEROULANTS*/
	width: 30px;/*espace entre le texte et le fleche*/
	height: 25px;/*la hauteur dépdend du fichier avec la flêche qui doit être 2 fois plus haut*/
	float: left;
	background: url(../images/menu_fleches.gif) no-repeat center top;/*image Ã  cÃ´tÃ© du texte dans les cases principales*/
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 /*url(fleche_bas.gif)*/ no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	/*background: #2e3d78 no-repeat 10px center;*/
	background: url(../images/menu_fond.jpg) repeat-x;
	/*color: #FF9933; modif couleur texte survol souris*/
}



/*------------position de la page dans le site------------*/
#position {
	width:1020px;
	height:5px;
	background-color: none;
	padding-top: 5px;
	font-size: 9px;
	color: #666666;
}

#position a:link, a:active, a:visited, a:hover{
	color: #000066;
	text-decoration:none;
}




/*-----------ensemble des 3 colonnes prinicpales ------------*/
#conteneur-texte {
	width:1020px;
	/*height:1%;*/
	background-color: #FFFFFF;
	padding-top: 5px;
}

#conteneur-texte a:link, a:active, a:visited{
	color: #000066;
	text-decoration:none;
}

#conteneur-texte a:hover {
	color: #333333;
}

#conteneur-texte a img{
border:none;
}

h1 {
	font-size:160%;
	color:#666666;
	font-weight:bold;
}

h2 {
	color: #000066;
	font-size:140%;
	font-weight:bold;
}

h3 {
	font-size:120%;
	color:#000066;
	font-weight:normal;
}



/*---------- ccolonne gauche----------*/
#info {
	float:left;
	width:265px;
	height:100%;
	background-color:none;
	padding-right:10px;
	padding-top:15px;
	text-align:right;	
}



/*--------- colonne droite-----------*/
#blocnews {
	float:right;
	width:265px;
	height:100%;
	background-color: none;
	padding-left:10px;
	padding-top:15px;
	text-align:left;
}

#blocnews img {
   border:none;
}



/*---------colonne milieu avec cadre---------*/
#contenu {
	width:468px;
	height:100%;
	background-color:none;
	float: left;
	padding-bottom: 10px;
	background: url(../images/bas.jpg) no-repeat;
	background-position: center bottom;
}
#contenu h1 {
	margin: 0px;
	padding: 27px 0px 10px 15px;
	background: url(../images/haut.jpg) no-repeat;
	background-position: center top;
	text-align: left;
}
#contenu p {
	margin: 1em 1px;
	padding: 0px 20px 10px 15px;
	text-align: justify;
}
#contenu .imagecentree {
	text-align: center;
}



/*-----------------pied de page----------------*/
#footer {
	width:1020px;
	height:57px;
	background-image:url(../images/pied1.jpg);
	text-align:right;
	float:none;
	clear: both;
}

#footer p{
	padding-top: 20px;
	padding-right: 50px;
	color: #CCCCCC;
}

#footer p a:link, a:active, a:visited{
	color: #CCCCCC;
	text-decoration:none;
}

#footer p a:hover{
	color: #FFFFFF;
	text-decoration:none;
}



/*----------copyright--------------*/
#copyright {
	width:1020px;
	height:20px;
	padding-top: 2px;
	padding-right: 50px;
	color: #000066;
	font-size:9px;
}









