/*header*/
#header {
height: 480px;
margin:0;
padding:0;
background-image: url(../images/bgshad_1000.png);
background-repeat: repeat-y;
background-position: top center;
}

#header-inside {
margin:0;
padding: 0 30px;
height: 480px;
background-image: url(../images/plage_sillon.jpg);
background-repeat: no-repeat;
background-position: top center;

}

#header-inside h1, #colonne2_contenu h1 { color:#644c3c }
#header-inside h1 a { color:#644c3c }
#header-inside h1 span { color:#644c3c }
#header-inside h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
margin:0; padding:20px 0 0 30px;
font-size:38px;
line-height:32px;
letter-spacing:0 }
#header-inside h1 a { text-decoration:none }

div#header h1 span {

text-align:left;
letter-spacing:0;
display:block;
margin:0;
font-style:normal;
padding-left:70px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px }

h2, #colonne2_contenu h1 {
font-size:26px;
font-weight:bold;
color:#483732;
font-style:italic;
font-weight:normal;
}

div#header-inside, div#footer-inside {
font-family: arial, "lucida console", sans-serif;
width: 1000px;
margin: 0 auto;
}

/* menu */
ul#menu {
margin: 0;
padding-left: 0px;
float: right;
font: 14px arial, "arial", sans-serif;
font-weight:bold;
text-transform: none;
width: auto;
overflow: hidden;
background: transparent;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
float: left;
color: #F8F0EA;
margin: 0 5px;
padding: 7px;
text-decoration: none;
/*border-right: 1px solid white;*/
}

ul#menu li a:hover {
text-decoration: none;
color: #52556d;
background-image: url(../images/pointer.png);
background-repeat: no-repeat;
background-position: bottom center;
}

ul#menu li a.selected {
text-decoration: none;
color: #52556d;
background-image: url(../images/pointer.png);
background-repeat: no-repeat;
background-position: bottom center;
}

/* menuAdmin */
ul#menuAdmin {
margin: 0;
padding-left: 0px;
float: right;
font: 14px arial, "arial", sans-serif;
font-weight:bold;
text-transform: none;
width: auto;
overflow: hidden;
background: transparent;
}

ul#menuAdmin li {
	display: inline;
}

ul#menuAdmin li a {
float: left;
color: #F8F0EA;
margin: 0 5px;
padding: 7px;
text-decoration: none;
/*border-right: 1px solid white;*/
}

ul#menuAdmin li a:hover {
text-decoration: none;
color: #52556d;
background-image: url(../images/pointer.png);
background-repeat: no-repeat;
background-position: bottom center;
}

ul#menuAdmin li a.selected {
text-decoration: none;
color: #52556d;
background-image: url(../images/pointer.png);
background-repeat: no-repeat;
background-position: bottom center;
}

/*footer*/
div#footer {
background-color: transparent;
background-image: url(../images/bgshad_1000.png);
background-repeat: repeat-y;
background-position: top center;
font-size: 8pt;
/*color: #ccc;*/
padding: 15px 0;
height: 1%; /*ie7 hack*/
text-align: center;
margin:0;
padding:0;
}

div#footer-inside {
background: #DACFC9;
background-image: url(../images/degrade2.jpg);
background-repeat: repeat-y;
background-position: top center;
margin:0 auto;
padding:0;
}

div#footer p {margin:0;padding:20px}



#footer a.copy {
	display: block;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}

