<!--

html, body {
	height: 100%;
	margin: 0;
	font: 82% "Verdana", sans-serif;
	background-color:#FFFFFF;
}

div#main-frame{
	margin-left:auto; margin-right:auto;
	min-width:890px;
}

div#main-frame #top-frame{
	margin-left:auto; margin-right:auto;
	min-width:890px; height:auto;
	background: url(../top-frame-fond-2.png) no-repeat;
}

div#main-frame #top-frame #headband{
	margin-left:auto; margin-right:auto;
	width:100%; height:20px;
	background-color:#000000;
	background: url(../main-page-objects/headband-1-fond.png) repeat-x;
}

div#main-frame #top-frame #headband-2{
	width:100%; height:190px;
	background-color:#CCCCCC;
	background: url(../main-page-objects/headband-all-fond2.png) repeat-x;
}

div#main-frame #top-frame #headband-2 #content-headband-2{
	margin-left:auto; margin-right:auto;
	width:890px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #logo-gndpta{
	float:left;
	width:300px; height:120px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu{
	float:left;
	margin-left:10px; margin-top:15px;
	padding-bottom:5px; padding-top:0px;
	height:auto; width:auto;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut{
	width:410px; height:20px;
	margin-left:170px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut .link{
	float:left;
	width:auto; height:20px;
	margin-right:15px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut .link .icon_link{
	float:left;
	width:20px; height:20px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut .link .title_link{
	float:left;
	width:auto; height:17px;
	margin-left:5px;
	padding-top:3px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut .link .title_link a:link{
	text-decoration: none;
	color:#000000;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut .link .title_link a:visited{
	text-decoration: none;
	color:#000000;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #menu-haut .link .title_link a:hover{
	text-decoration: none;
	color:#FF0000;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation{
	margin-left: 0px;
	padding-left:5px; padding-top:5px; padding-bottom:5px;
	list-style: 0;
	background: url(../main-page-objects/title-page-fond.png) center repeat-x;
	width:575px; height:25px;
	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li{
	float: left;
	margin-right:5px; 
	color: #000000;
	list-style-type: none;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li a{
	display: block;
	color: #FFFFFF;
	text-align: center;
	height:20px;
	padding-top:5px;
	padding-left:10px; padding-right:9px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li a:link, div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li a:hover{
	background: url(../main-page-objects/menu-bouton-fond.png) center repeat-x;
	color:#000000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


/*SOUS MENU*/

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li #sous_navigation /* Sous-listes */{
	position: absolute; /* Position absolue */
	width: 180px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoie loin du champ de vision */
	margin-top:0px; padding-top:5px;
	border-bottom:1px solid #014177;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li #sous_navigation li /* Éléments de sous-listes */{
	float: left;
	width:220px; margin-left:-41px;
	background-color:#e8e9e8;
	border-left:1px solid #014177; border-right:1px solid #014177;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li #sous_navigation li a{
	display: block;
	color:#000000;
	height:20px;
	padding-top:5px;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li #sous_navigation li a:hover{
	background: url(../main-page-objects/menu-sous-bouton-fond.png) center repeat-x;
	color:#FFFFFF;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

div#main-frame #top-frame #headband-2 #content-headband-2 #menu #navigation li:hover #sous_navigation, div#main-frame #top-frame #headband-2 #content-headband-2 #menu ul li #sous_navigation #navigation li.sfhover #sous_navigation  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */{
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}

div#main-frame #center-frame{
	overflow:auto;
	margin-left:auto; margin-right:auto;
	margin-top:-70px;
	width:890px; min-height:570px;
	padding-bottom:90px;
	background-color:#FFFFFF;
	border-top:1px solid #bfccd4;
	border-left:1px solid #bfccd4; border-right:1px solid #bfccd4;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

div#main-frame #center-frame #content-center-frame{
	margin-left:auto; margin-right:auto;
	margin-top:20px;
	width:850px; height:auto;
	text-align:justify;
}

div#main-frame #center-frame #content-center-frame #title-page{
	margin-left:auto; margin-right:auto;
	margin-bottom:20px;
	width:830px; height:15px;
	padding:10px;
	background: url(../main-page-objects/title-page-fond.png) center repeat-x;
	color:#FFFFFF;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#main-frame #center-frame #content-center-frame #title-page a:link{
	text-decoration: none;
	color:#FFFFFF;
}

div#main-frame #center-frame #content-center-frame #title-page a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

div#main-frame #center-frame #content-center-frame #title-page a:hover{
	text-decoration: none;
	color:#FF0000;
}

div#main-frame #bottom-frame{
	min-width:890px; height:auto;
	bottom:0;
	text-align:justify;
	overflow: hidden;
	/*background: url(../main-page-objects/bottom-fond.png) no-repeat;*/
	text-align:center;
	/*background-color:#CCCCCC;*/
	background-image:linear-gradient(#a8b8c5, #e9edf0);
}

div#main-frame #bottom-frame #content{
	margin-left:auto; margin-right:auto;
	padding:20px 0 0 0;
	width:890px;
}

div#main-frame #bottom-frame #content #association-information{
	margin-left:auto; margin-right:auto;
	width:445px; height:64px;
}

div#main-frame #bottom-frame #content #association-information p{
	margin:2px 0;
}

div#main-frame #bottom-frame #content #association-information a,
div#main-frame #bottom-frame #content #association-information a:link,
div#main-frame #bottom-frame #content #association-information a:visited{
	text-decoration:none;
	color:black;
}

div#main-frame #bottom-frame #content #association-information a:hover{
	border-bottom:1px solid black;
	color:black;
}

div#main-frame #bottom-frame #content #xiti-logo{
	width:auto; height:auto;
	padding:20px 0 20px 0;
}

-->