/*<![CDATA[*/

/* ------------------------------------ */
/*               GENERAL                */
/* ------------------------------------ */
*{
	padding: 0;
	margin: 0;
}
* html, body {
	background: #F7AD00 url(../ghamu/body-bg.gif) repeat-y;
}
html, body{
	color: #5B5F63;
	height: 100%;
}
#main{
	width: 1000px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#container { 
	width: 776px;
	background: #FFFEF2 url(../ghamu/ghamu-bg.png) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
}
/* Espaceur de blocs */
.clearing { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

a{
	color: #4F4E48;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #3886E2;
}
img {
	border: 0;
}

/* ------------------------------------ */
/*                 HEAD                 */
/* ------------------------------------ */
#head{
	position: relative;
	width: 776px;
	height: 260px;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
}
#head-txt{
	position: absolute;
	left: 26px;
	top: 36px;
	font-size: 9px;
	color: #807F79;
}
#head-logo{
	position: absolute;
	left: 26px;
	top: 90px;
	width: 354px;
	height: 136px;
	background: url(../ghamu/ghamu-logo-bg.png) no-repeat right;
}
#head-logo img{
	padding: 46px 0 0 0;
}
#head-trans{
	position: absolute;
	left: 547px;
	top: 32px;
}
#search{
	padding: 10px 0 10px 6px;
	background: url(../ghamu/ghamu-search-bg.png) no-repeat;
}
.forml {
	border-top: 2px solid #A2A2A2;
	width: 140px;
	height: 15px;
	color: #000;
	font-size: 10px;
	padding: 0 0 0 4px;
}
.formb {
	vertical-align: top;
	padding: 2px 0 0 0;
}
#trans{
	float:left;
	padding: 20px 0 0 0;
	color: #4F4E48;
	font-size: 9px;
}
#trans a{
	color: #4F4E48;
	display: block;
	padding: 0 0 4px 0;
}
#trans a:hover{
	color: #3886E2;
}

#hierarchie{
	position: absolute;
	left: 192px;
	top: 245px;
	width: 580px;
	font-size: 9px;
	color: #807F84;
}
#hierarchie a{
	font-size: 9px;
	color: #807F84;
	text-decoration: underline;
}
#hierarchie a:hover{
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}

/* ------------------------------------ */
/*                MENU                  */
/* ------------------------------------ */
#menutop{
	position: absolute;
	left: 17px;
	top: 294px;
}
.menu {
position: absolute;
	left: 0px;
	top: 294px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
z-index:1000;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:170px;

}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:transparent;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a.first, .menu a.first:visited {
display:block; 
text-decoration:none;
width:145px;
color:#3986E2;
padding: 4px 0 4px 25px;
background:transparent;
}
.menu a.firston, .menu a.firston:visited {
display:block; 
text-decoration:none;
width:145px;
color:#fff;
padding: 4px 0 4px 25px;
background:#3986E2;
_background:transparent;
}
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
width:145px;
color:#fff;
padding: 4px 0 4px 25px;
background:transparent;
}

/* hack for IE5.5 */
* html .menu a.first, * html .menu a.first:visited { width:170px; w\idth:169px;}
/* hack for IE5.5 */
* html .menu a.firston, * html .menu a.firston:visited {background:#3986E3; width:145px; w\idth:145px;}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited { width:145px; w\idth:145px;}
/* style the link hover */
* html .menu a.first:hover {color:#fff; background:#3986E2;}
/* style the link hover */
* html .menu a.firston:hover {color:#fff; background:#3986E2;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#3986E2;}

.menu :hover > a.first {
color:#fff; 
background:#3986E2;
}
.menu :hover > a.firston {
color:#fff; 
background:#3986E2;
}
.menu :hover > a {
color:#fff; 
background:#3986E2;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:170px; 
padding: 0 0 20px 0;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#71A8E8;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level list OR link */
.menu ul :hover ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#94BEEE;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#B0CEF2;
}
/* make the fifth level visible when you hover over fourth level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#B0CEF2;
}


/* ------------------------------------ */
/*               CONTENU                */
/* ------------------------------------ */
#txt-intro{
	margin: 0 0 0 190px;
	padding: 25px 15px 10px 0;
	min-height: 160px;
	_height: 160px;
}
#txt-intro h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5B5F63;
	font-weight: normal;
	line-height: 32px;
}
#visu{
	width: 776px;
	margin: 20px 0 15px 0;
	padding: 0 0 0 0;
	color: #9D9D94;
	background: #ECECE1;
	overflow: hidden;
}
#visu-legende{
	float: left;
	width: 158px;
	margin: 0 0 0 0;
	padding: 21px 5px 10px 26px;  
	line-height: 16px;
}
#visu-img{
	float: right;
	width: 587px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#remonte{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1000px;
}
#remonte-visu{
	float: right;
	width: 224px;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
}
#remonte-visu a{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	display: block;
}
.remonte-center{
	float: left;
	width: 776px;
	margin: 0 0 0 0;
	padding: 0 0 35px 0;
	background: #FFFEF2;
}
.remonte-center h1{
	font-size: 18px;
	color: #3886E2;
	font-weight: bold;
}
.remonte-center h2{
	font-size: 11px;
	color: #535353;
	font-weight: bold;
	line-height: 18px;
}
.remonte-center h3{
	font-size: 11px;
	color: #3886E2;
	font-weight: normal;
	line-height: 18px;
}
.remonte-txt{
	float: left;
	width: 565px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.remonte-txt a.read{
	color: #920957;
	line-height: 18px;
	display: block;
	font-weight: bold;
}
.remonte-txt a.read:hover{
	color: #920957;
	text-decoration: underline;
}
.remonte-left{
	float: left;
	width: 123px;
	margin: 0 0 0 0;
	padding: 22px 40px 0 26px;
	font-size: 11px;
	color: #920957;
	font-weight: normal;
	line-height: 18px;
}
.remonte-left a{
	font-size: 11px;
	color: #920957;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.remonte-left a:hover{
	font-size: 11px;
	color: #920957;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}

/*///////////// RUBRIQUES ///////////////*/
.rub-txt{
	float: left;
	width: 567px;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	color: #202020;
	line-height: 18px;
}
.rub-txt a{
	color: #202020;
	text-decoration: underline;
}
.rub-txt a:hover{
	color: #3886E2;
	text-decoration: underline;
}
.rub-txt h1{
	font-size: 18px;
	color: #3886E2;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.remonte-center .rub-txt h2{
	font-size: 12px;
	color: #202020;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.rub-txt ul{
	padding: 0 0 0 0;
}
.rub-txt li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}
.rub-txt li.srub{
	list-style: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #D1E2EE;
}
.rub-txt li li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}
.rub-txt li li li{
	list-style: none;
	padding: 0 0 0 0;
}
.rub-txt li a.rub-titre{
	font-size: 12px;
}
.rub-txt li li a.rub-titre{
	font-size: 11px;
}
.rub{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

a.rub-titre{
	padding: 0 0 0 0;
	text-decoration: none;
	font-weight: bold;
}
a.rub-art-titre{
	padding: 0 0 0 0;
	color: #3886E2;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.rub-stitre{
	padding: 0 0 0 0;
	color: #535353;
	font-size: 11px;
	font-weight: bold;
}
.rub-desc{
	padding: 0 0 5px 0;
	color: #202020;
	font-size: 11px;
}
a.rubprinci{
	color: #202020;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.rub-txt li.rubprincipale{
	list-style: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #D1E2EE;
}

/*///////////// ARTICLES ////////////////*/

.article-left{
	float: left;
	width: 123px;
	margin: 0 0 0 0;
	padding: 170px 40px 0 26px;
	font-size: 11px;
	color: #920957;
	font-weight: normal;
	line-height: 18px;
}
.article-left a{
	font-size: 11px;
	color: #920957;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.article-left a:hover{
	font-size: 11px;
	color: #920957;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.article-txt{
	float: left;
	width: 567px;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
	color: #202020;
	line-height: 18px;

}
.article-txt a{
	color: #202020;
	text-decoration: underline;
}
.article-txt a:hover{
	color: #3886E2;
	text-decoration: underline;
}
.article-txt h1{
	font-size: 18px;
	color: #3886E2;
	font-weight: bold;
}
.article-txt h2{
	font-size: 13px;
	color: #535353;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0 5px 0;
}
.article-txt h3{
	font-size: 12px;
	color: #3886E2;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0 15px 0;
}
#retourtop{
	padding: 20px 25px 10px 0;
	text-align: right;
}
#retourtop a{
	font-size: 10px;
	text-decoration: none;
}
#retourtop a:hover{
	font-size: 10px;
	text-decoration: none;
}
p.spip{
	padding: 0 0 15px 0;
}
.pdf img{
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 1px 1px;
	vertical-align: middle;
}
a.spip_note{
	text-decoration: none;
	color: #3886E2;
}
.notes{
	float: left;
	clear: both;
	width: 565px;
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #3D3D3D;
	color: #3D3D3D;
	line-height: 18px;
}
.spip_surligne {
	background: #FF6;
}
hr.spip {
	background-color: #9BC2EA;
	color: #9BC2EA;
	border: none;
	height: 1px;
	margin: 10px 0 10px 0;
	_margin: 4px 0 4px 0; /* Hack IE */
}
blockquote.spip { 
	margin: 0 0 0 0; 
	padding: 0 10px 0 20px;
}

#art-visu{
	float: left;
	clear: both;
	width: 565px;
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	color: #3D3D3D;
}
#vignettes{
	float: left;
	clear: both;
	width: 565px;
	padding: 0 0 5px 0;
}
.visu-img{
	float: left;
	clear: both;
	width: 565px;
}
.visu-img img{
	display: block;
}
.vignettes-box{
	float: left;
	padding: 0 5px 4px 2px;
}
#vignettes a{
	display: block;
	cursor: pointer;
}
.vignettes-box img{
	border: 1px solid #838182;
	padding: 1px;
}

/*///////////// IMAGES ////////////////*/
.spip_documents { text-align: center; }
.spip_documents_center{
	clear: both; width: 100%; margin: auto;display: block; margin-top:1em;margin-bottom:1em;
}
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left:auto; margin-right:auto;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left:auto; margin-right:auto;
}
/* ------------------------------------ */
/*               Right                  */
/* ------------------------------------ */
#right{
	position: absolute;
	left: 776px;
	top: 80px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
	position: relative;
	z-index: 1;
	padding: 0 0 30px 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 100;
	display:block;
}
.thumbnail span{ 
	position: absolute;
	background-color: #ECECE1;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: #4F4E48;
	text-decoration: none;
}
.thumbnail span img{ 
	border-width: 0;
	padding: 0 0 5px 0;
}
.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left: -612px; 
}
/* ------------------------------------ */
/*               Footer                 */
/* ------------------------------------ */
#footer{
	clear: both;
	background: #FFFEF2;
	width: 587px;
	margin: 0 0 0 0;
	padding: 10px 0 30px 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3886E2;
	
}
#footer-princi{
	margin: 0 27px 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #9BC2EA;
}
#footer-princi a{
	font-size: 11px;
	color: #3886E2;
}
#footer-princi a:hover{
	text-decoration: underline;
}
#footer-trans a{
	font-size: 11px;
	color: #4F4E48;
}
#footer-trans a:hover{
	text-decoration: underline;
}
/* ------------------------------------ */
/*               Newsletter             */
/* ------------------------------------ */
#newsletter{
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
#newsletter fieldset{
	border: 1px solid #F7AD00;
	width: 75%;
	margin: 0 0 0 0;
	padding: 10px;
}
#newsletter legend{
	padding: 0 5px 0 5px;
	font-size: 12px;
}
#newsletter .spip_bouton input,#newsletter .fondl{
	border: 1px solid #563033;
	cursor:pointer;
	padding:.1em;     
	margin: 0 0 1px 0;     
	background:#F7AD00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.9em;
	color:#4A4336;
}
#newsletter .forml,#newsletter .fondo{
	border-bottom:solid 1px #C9AB97;     
	border-right:solid 1px #C9AB97;     
	border-top:1px solid #81593E;     
	border-left:1px solid #81593E;    
	color:#433817;    
	font-weight:normal;
	font-size:12px;    
	padding:2px;     
	width:250px; 
}
#newsletter .forml:focus,#newsletter .fondo:focus{
	border-bottom:solid 1px #F7AD00;     
	border-right:solid 1px #F7AD00;    
	border-top:1px solid #F7AD00;    
	border-left:1px solid #F7AD00;  
	color:#433817;    
	font-weight:normal;
	font-size:12px;    
	padding:2px;    
	width:250px; 
}
#newsletter h4{
	font-size: 11px;
	font-weight: bold;
}

/*]]>*/
