* { margin:0;padding:0; }

body {
	background-color:black;
	font:normal 0.7em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
	color:#BABABA;
}

#gallery {
  float: left;
  margin-left: 5px;
}

#page {
	width:770px;
        background-color: #black;
	margin:15px auto;
}

a {
	color:#BABABA;
	text-decoration:underline;
}

a:hover {
	color:#FE7A10;
	text-decoration:none;
}

p { text-align:justify; }

h1 {
	background:url(../images/interface/logo.png) top left no-repeat;
	text-indent:-9000px;
	width:180px;
	height:27px;
}

#partenaires
{
  margin-top: -50px;
}

abbr, acronym { border:0; }

em { color:#FF7200;font-style:normal; }

p#slogan {
	text-transform:uppercase;
	width:180px;
        margin-top: 20px;
	text-align:left;
	padding-left:5px;
}

ul#menu {
	list-style-type:none;
	width:570px;
	text-align:center;
	height:15px;
	float:right;
}

ul#menu li {
	display:inline;
}

ul#menu a {
	display:block;
	float:left;
	width:80px;
	height:100%;
	color:#BABABA;
	text-decoration:none;
	border-right:1px solid #BABABA;
}


ul#menu .active a {
	color:#FFFFFF;
}

ul#menu a:hover {
	display:block;
	float:left;
	width:80px;
	height:100%;
	color:#FE7A10;
	text-decoration:none;
	border-right:1px solid #BABABA;
}

#header {
	/*background:url(../images/interface/header.png) top left no-repeat;*/
        float: left;
	width:770px;
	height:216px;
	margin-top:20px;
	*margin-top:0px;
	padding-top:10px;
	padding-left:35px;
        /*border: 1px solid red;*/
}

#header h2 {
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	background:url(../images/interface/puce_titre.png) left no-repeat;
	height:20px;
	text-indent:25px;
}

#header h2 span {
	color:#9D9D9C;
}

#header ul { list-style-type:none; }

#header li {
	padding-left:15px;
}

#header p { padding:5px 20px; }

#header a { color:#FF7200;text-decoration:none; }

#gauche {
        display:block;
	width:240px;
	float:left;
}

#gauche h2 {
	background:url(../images/interface/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#gauche h2 span { color:#BFBFBF; }

#gauche form {
	width:156px;
	margin-left:40px;
}

#gauche form fieldset { border:0; }

#gauche form input, #gauche form textarea { border:1px solid #BABABA; }

#droite {
	width:500px;
        background-color: black;
	float:left;
	margin:-65px 0 0 25px;
}

#droite h2 {
	background:url(../images/interface/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#droite h2 span { color:#BFBFBF; }

p#copyright {
	background:url(../images/interface/footer.png) left top no-repeat;
	width:770px;
	height:22px;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	padding-top:3px;
	color:white;
}

p#copyright a { color:white;text-decoration:none; }

.active a {
	background-color: #f78a0b;
        color: #FFFFFF;
}

.active a:hover {
	color:#f78a0b;
	background-color:#000000;
        text-decoration: none;
}

.imageGallerie {
        /*padding: 5px;*/
        vertical-align: top;
        float: left;
        width: 220px;
        background-color: #222222;
        font:bold 10px "Trebuchet MS", Verdana, Tahoma, Sans-serif;
        color: #BABABA;
        margin-left: 25px;
        margin-bottom: 10px;
        padding-bottom: 10px;
}

.imageGallerie img {
        border: 1px solid #f78a0b;
        margin: 5px;
}