/* CSS Document */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #111111;
	color:#FFFFFF;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	scrollbar-face-color: #aaaaaa;
    scrollbar-shadow-color: #333333;
    scrollbar-highlight-color: #eeeeee;
    scrollbar-3dlight-color: #eeeeee;
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #111111;
    scrollbar-arrow-color: #ffffff;
}
a:link, a:visited{
	color: red;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	}

#enveloppe {
	height: 100%;
	width: 100%;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container {
	text-align: center;
	position:absolute;
	left: 50%;
	margin-left: -100px;
	border: 0px;
	width: 200px;
	height: 250px;
	margin-top: 100px;
	background-image: url(img/container.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	width: 179px;
	height: 43px;
	margin-left: 10px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}
#logobig {
	width: 179px;
	height: 65px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(img/logobig.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}
p {
	margin: 0;
	padding: 0;
}
.choix_nav {
	margin-top: 75px;
	margin-bottom: 15px;
}

ul#choix{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

ul#choix li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	float: left;
}

a#flash {
	background-image: url(img/flash.jpg);
	background-repeat: no-repeat;	
	width: 59px;
	height: 19px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-left: 41px;
}

a#html {
	background-image: url(img/html.jpg);
	background-repeat: no-repeat;	
	width: 59px;
	height: 19px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#footer {
	position: absolute;
	height: 15px;
	width: 100%;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	vertical-align: bottom;
}

#footer #swap {
	float: right;
}

#footer #swap a:link, #footer #swap a:visited {
	color: red;
	font-weight: bold;
	text-decoration : none;
}

#footer #swap a:hover {
	text-decoration: underline;
}

ul, ul li, ul ul, ul ul li {
	margin: 0;
	padding: 0;
}

#menu {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	background-image: url(img/container.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #111111;
}

#menu ul {
	background: none;
	width: 100%;
}

#menu ul li, #menu ul li a:link, #menu ul li a:visited {
	list-style-type: none;
	border: 0;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	background: none;
	width: 100%;
}

#menu ul li {
	padding-right: 2px;
	margin: 0px;
	border: none;
}

.redbg {
	background-color: red;
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
}

#menu ul ul {
	background: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu ul ul li {
	background: none;
	border: 0;
}

#menu ul ul li, #menu ul ul li a:link,  #menu ul ul li a:visited{
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

#menu ul ul li a:hover, #menu ul ul li a.actif:link, #menu ul ul li a.actif:visited {
	background-color: #465e69;
}

#contenu {
	position: absolute;
	width: 586px;
	height: 414px;
	top: 50%;
	left: 50%;
	margin-left: -293px;
	margin-top: -207px;
	overflow: hidden;
}

h1 {
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 35px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 45px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 48px;
	color: #465e69;
}
#adresse {
	position: absolute;
	width: 350px;
	height: 138px;
	margin-left: -175px;
	margin-top: -69px;	
	top: 50%;
	left: 50%;
}
#contenu img {
	float: left;
	cursor: pointer; 
	margin-right: 10px;
}

#photo {
	width: auto;
	height: 100%;
	float: left;
}

#titre {
	height: 40px;
}

#texte {
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 15px;
	padding-right: 10px;
	height: 352px;
}

#texte ul li {
	margin-left: 15px;
	list-style-type: square;
}

br {
	font-size: 6px;
	line-height: 6px;
	height: 6px;
}
hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0;
	width: 60%;
	clear: both;
}
#newsletter {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	border: 0px;
	width: 200px;
	height: 250px;
	margin-top: 370px;
	text-align: center;
}

select, input {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}

form{
	margin-top: 10px;
}
#pr {
	position: absolute;
	text-align: center;
	bottom: 5px;
	left: 5px;
}
