@charset "UTF-8";
/* CSS Document */
body{
background-color:#000000;}
#conteneur{
position:absolute;
left: 50%;
top: 50%;
width: 1024px;
height: 768px;
margin-left: -512px; 									/* moitié de la largeur */
margin-top: -384px; 									/* moitié de la hauteur  */
background-color:#000000;
}

#menu{
	width:485px;
	height:50px;
	position:absolute;
	right:10px;
	top: 490px;
	font-family:"Times New Roman";
	font-size:42px;
	font-style:normal;
	text-align:center;
	color: #FFED00;
	border-bottom: 5px dotted #252326;
	font-weight: normal;
}
/*#boite_jaune{
width:1024px;
	height:250px;
	position:absolute;
	top: 230px;
		background-color: #FFED00;
			 -moz-transform: rotate(-2deg)

}
#nom_gros{
width:1000px;
height:195px;
left: 30px;
position:absolute;
	font-family:"Times New Roman";
	font-size:216px;
	font-style:italic;
	text-align:center;
	color: #000000;
	font-weight: normal;
	 -moz-transform: rotate(-2deg)
	}*/
#nom_gros{
width:1024px;
	height:255px;
		top: 230px;
	clip:rect(30px, auto, auto, auto);						/*top right bottom left*/
	padding-left:15px;
	left: -10px;
	position:absolute;
	font-family:"Times New Roman";
	font-size:216px;
	font-style:italic;
	text-align:center;
	color: #000000;
	font-weight: normal;
			background-color: #FFED00;

	 -moz-transform: rotate(-2deg)
	}
	
	
#nom_petit{
	width:240px;
	height:25px;
	position:absolute;
	right:30px;
	top: 550px;
	font-family:Helvetica;
	font-size:26px;
	font-style:normal;
	text-align:center;
	color: #252326;
	font-weight: normal;
	}
/*//////////////////////////////////////////////LIENS//////////////////////////////////////////////*/
a:link{
color: #FFED00;
text-decoration:none;}
a:visited{
color: #FFED00;
text-decoration:none;}
a:hover{
color: #FFFFFF;
text-decoration:none;}
a:active{
color: #FFED00;
text-decoration:none;}

#nom_gros a:link{
color: #000000;
text-decoration:none;}
#nom_gros a:visited{
color: #000000;
text-decoration:none;}
#nom_gros a:hover{
color: #000000;
text-decoration:none;}
#nom_gros a:active{
color: #000000;
text-decoration:none;}
/*//////////////////////////////////////////////FOOTER//////////////////////////////////////////////*/

.footer{
width:512px;
	height:25px;
	position:absolute;
	right:30px;
	top: 675px;
	font-family:"Courier New", Courier, monospace;
	font-size:8px;
	color: #252326;
	font-weight: lighter;
	font-style: normal;
	text-align:right;	
}
.footer a:link{
color: #252326;
text-decoration:none;}
.footer a:visited{
color: #252326;
text-decoration:none;}
.footer a:hover{
color: #545052;
text-decoration:none;}
.footer a:active{
color: #252326;
text-decoration:none;}