.center {
	text-align: center;
	padding: 3px;
}
.img {
	height: 300px;
	margin-top: 20%;
	display: block;
	float: none;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20%;
}
.gauche {
	padding: 8px;
	margin-left: 10%;
	width: 500px;
}
.droit {
	width: 305px;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	margin-right: 10px;
	padding: 1px;
	float: right;
	display: block;
	position: relative;
	top: -300px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin:0px;
	background-color: #000000;
}
#global {
	margin-left:-490px;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 980px;
	visibility: visible;
	height: 0px;
	display: inline-block;
}
#tete{
	/* background-color: #333333; */
	float:left;
	width:980px;
}
#logo {
	width: 290px;
	float: left;
	position: relative;
	height: 120px;
	background-repeat: no-repeat;
	display: block;
	background-position: center center;
	left: 15px;
	overflow: visible;
	background-image: url(../images/logo_anime.gif);
}
#pub {
	background-image: url(../images/background_pub.gif);
	background-repeat: no-repeat;
	width: 530px;
	float: right;
	height: 84px;
	clip: rect(auto,auto,auto,auto);
	visibility: visible;
	display: block;
	top: 10px;
	left: 90px;
	margin-top: 20px;
	margin-right: 50px;
}
#code     {
	height: 60px;
	width: 468px;
	margin-left: 35px;
	margin-top: 12px;
	float: none;
	position: fixe;
}

#menu {
	background-color: #796657;
	font-size: 12px;
	color: #FFFFFF;
	width: 980px;
	/* height: 40px; */
	float: left;
}
#corps {
	/* background-color:#000000; */
	margin-top: 10px;
	width: 980px;
	float: left;
	margin-bottom: 10px;
}
#pied {
	background-color: #796657;
	font-size: 10px;
	text-align: center;
	color: #333333;
	float: left;
	width: 980px;
	padding-top: 20px;
	height: 50px;
}
#pied a {
	color: #FFFFFF;
} 

h1 {
	color: #FF9900;
}

h2 {
	color: #CCFF00;
	font-variant: normal;
}

h3 {
	color: #FF0033;
	text-align: center;
}
h4 {
	color: #666666;
	font-size: large;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	text-decoration: none;
	color: #CCFF00;
}
a:hover {
	text-decoration: underline;
}
.txt_clignotant {
	text-decoration: blink;
}

form {
	background-color: #990000;
}
#feteweb {
	float: left;
	height: 25px;
	width: 150px;
	left: 15px;
	display: block;
	position: relative;
}
#itunes {
	float: right;
	height: 31px;
	width: 150px;
	position: relative;
	text-align: center;
}
#col3 {
	float: left;
	width: 485px;
	padding: 5px;
	margin-left: 5px;
	display: block;
}
#col4 {
	float: right;
	width: 460px;
	padding: 5px;
	margin-right: 5px;
}
#cadre {
	font-size: large;
	color: #333333;
	background-color: #999999;
	text-align: justify;
	vertical-align: middle;
	padding: 10px;
	width: 360px;
	border: medium solid #CCFF00;
	margin-bottom: 90px;
	margin-top: 30px;
	line-height: normal;
	float: inherit;
	display: block;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 300px;
}
#txt {
	padding: 5px;
}
.Style1 {
	font-size: medium;
	font-weight: bold;
}
#global #menu ul {
	list-style-type: none;
	margin:0;
	padding-top:0px;
	padding-left:015px;
}
#global #menu li {
margin-left:1px;
float:left; /*pour IE*/
}
#global #menu li a {
	display:block;
	float:left;
	width:107px;
	background-color: #796657;
	color:white;
	text-decoration:none;
	text-align:center;
	padding:5px;
	/* border:2px solid; */
}
#global #menu li a:hover {
background-color:#CCFF00;
color:#796657;
}
#global #menu li a:active {
	background-color:#99CC00;
	color:#CC0000;
}

