html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, serif;
	color: #000;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	min-height: 100%;
	padding: 0 10px;
	background: url(/styles/img/global.png) center repeat-y;
}

#bg{
	clear:both;

	background: #ffdb00 url(/styles/img/degrade.png) fixed bottom 		repeat-x;
}

#top{
	background: white;
	margin: 0 10px;
	padding-top: 30px;
}

#top h1 a{
	padding-left: 45px;
	font-family: "Arial Black", Gadget, sans-serif; 
	font-variant: small-caps;
	font-weight: bold;
	font-size: 175%;
}

#top a span.cache{
	display: none;
	color: black;
}

#top a:hover span.cache{
	display: inline;
}

#top h2{
	padding-left: 56px;
}

ul.menu {
	float: right;
	padding: 5px 0;
	text-align: right;
	color: white;
}

ul.menu  li{
	display: inline;
}

ul.menu li a{
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

ul.menu li a:hover, ul.menu li.active a{
	text-decoration: underline;
}

#spacer{
	clear: both;
	height: 10px;
	background: #e6e6e6;
	width: 100%;
}

#content{
 	overflow: auto;
	padding: 0 10px 50px 10px;
 	font-size: 12px;
}

#left{
	float: left;
	width: 400px;
}

#left #picture{
	height: 330px;
	position: relative;
}

#left #picture h1{
        text-align: center;
	width: 400px;
        height: 30px;
        opacity: 0.7; /* CSS3 */
}

#left #picture h1 a{
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	font-size: 24px;
	line-height: 28px;
	height: 24px;
}

#left #picture span{
display:none;
}

#left ul.submenu{
	margin: 24px 0;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}

#left ul.submenu li{
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	text-align: right;
	border-top: 1px solid #e6e6e6;
}

#right{
	float: right;
	width: 520px;
	padding: 5px 15px 0 15px;
}

#right h1{
 	font-variant: small-caps;
 	font-size: 16px;
	line-height: 22px;
	margin: 15px 0;
	text-shadow: 4px 4px 4px #aaa;
}

#right h2{
 	font-variant: small-caps;
 	font-size: 13px;
 	font-weight: bold;
	line-height: 20px;
	margin: 10px 0;
}

#right h3{
 	font-size: 13px;
	line-height: 20px;
	margin: 10px 0;
}

#right p{
    margin: 10px 0;
}

#right ul {
list-style: square;
margin-left : 20px;
}

#right p, #right li{
	line-height: 18px;
	text-align: justify;
}

#right img{

    margin: 10px 0;
	border: 2px solid white;
	-moz-box-shadow: 2px 2px 12px #777; 
	-webkit-box-shadow: 2px 2px 12px #777; 
	box-shadow: 2px 2px 12px #777; 
}

#right .centrage{
text-align: center;
}


#map_canvas{
        width: 500px;
	height: 300px;
margin: 10px 0;
}

#logo{
        position: absolute;
        bottom: -50px;
        width: 178px;
        height: 240px;
        left: 130px;
        margin: 20px auto 125px auto;
	background: url(/styles/img/logo_arc_en_ciel.png	) no-repeat bottom;
}

#logo h1{
        font-size: 20px;
        text-align: center;
}

#logo .red{
        color: #ff0000;
}

#logo .orange{
        color: #ff6603;
}

#logo .jaune{
        color: #ffcc00;
}

#logo .vert{
        color: #99cc28;
}

#logo .indigo{
        color: #95f0f6;
}

#logo .bleu{
        color: #3366ff;
}

#logo .violet{
        color: #cc99ff;
}

#footer{
	position: absolute;
	width: 950px;
	height: 20px;
	bottom: 0;
	text-align: right;
	font-size: 12px;
}

#footer p{
	line-height: 20px;
	padding-right: 10px;
}

#footer a{
	color: white;
	padding-left: 5px;
}

.cleaner{
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}



sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;

color: #FF7400;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

