/* CSS Document */

body {
	margin: 0;
	text-align: center;
	background-color: #000;
	background: #000;
	color: #DDD;
	font-family: 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
}

a img, a:hover img, a:link img, a:visited img {
	text-decoration: none;
	border: none;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#logo {
	background: #000;
	width: 600px;
	height: 200px;
	margin-bottom:25px;
}
#logo-miniature {
	background: #000;
	width: 300px;
	height: 100px;
	margin: auto;
}
.affiche {
	width: 300px;
	margin-top:15px;
	float: left;
	margin-left: 25px;
}
.affiche img {
	width: 300px;
	height: 100px;
	/*border: 5px solid #FFF;*/
}
.texte {
	width:300px;
	color: #FFF;
}
.texte h1 {
	font-size:14px;
	margin: 0;
}
.up-gauche {
	width: 50px;
	height: 30px;
	float: left;
	margin-left: 300px;
	margin-top: -75px;
}
.up-gauche img {
	width:50px;
	height: 30px;
}
.up-droite {
	width: 50px;
	height: 30px;
	float: left;
	margin-left: -70px;
	margin-top: -75px;
}
.up-droite img {
	width:50px;
	height: 30px;
}

#footer {
	width: 119px;
	margin-left: 259px;
	padding-top:5px;
	color: #FFF;
	text-align:center;
}
#footer img {
	margin-left:25px;
	width: 32px;
	height: 32px;
	float:left;
}
#footer form {
	width:150px;
	margin-left:35px;
}
/*#footer input {
	border: 0px solid #FFF;
	width: 32px;
	height: 32px;
	padding-top: 25px;
	margin-left : 90px;
}*/
.mailing {
	color: #FFF;
	padding-top: 25px;
	margin-left: -85px;
}
.alert {
	color: #900;
	font-weight:bold;
}
.alert a, .alert a:visited, .alert a:link, .alert a:hover {
	text-decoration: underline;
	color: #D19923;
}

