@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;
}
#bloc_droit{
width:512px;
height:768px;
position:fixed;
top:0px;
left:50%;
}
#menu{
	width:485px;/*455px*/
	height:50px;
	position:absolute;
	right:10px;
	top: 420px;
	font-family:"Times New Roman";
	font-size:42px;
	font-style:normal;
	text-align:center;
	color: #FFED00;
	border-bottom: 5px dotted #252326;
	font-weight: normal;
}
#nom_gros{
width:510px;
	height:135px;
		top: 275px;
	clip:rect(10px, auto, auto, auto);						/*top right bottom left*/
	padding-left:15px;
	right: -3px;
	position:absolute;
	font-family:"Times New Roman";
	font-size:110px;
	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: 480px;
	font-family:Helvetica;
	font-size:26px;
	font-style:normal;
	text-align:center;
	color: #252326;
	font-weight: normal;
	}
/*//////////////////////////////////////////////PARTIE TEXTE//////////////////////////////////////////////*/
#bloc_gauche{
width:525px;
min-height:768px;
top:0px;
left: 0px;
/*background-color:#0000FF;*/
}

#txt{
width: 460px;
min-height: auto;
position:absolute;
padding-top:25px;
padding-left:15px;
top: 96px;
left: 16px;
/*background-color:#009900;*/
	border-left: 6px dotted #252326;
}

.titre{
/*width:455px;
	height:50px;
	position:absolute;
	right:30px;
	top: 490px;*/
	top: 60px;
	left: 15px;
	position:absolute;
	font-family:"Times New Roman";
	font-size:42px;
	font-style:normal;
	text-align:center;
	color: #FFED00;
	/*border-bottom: 5px dotted #252326;*/
	font-weight: normal;
	z-index:1;
	}
.sub-titre{
width:auto;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
font-style: oblique;
	font-weight: bold;
	color: #000000;
		/*background-color: #FFED00;*/

}
.jaune{
padding-left:5px;
padding-right:7px;
padding-top:2px;
width:auto;
height:auto;
background-color: #FFED00;
}
.sub_sub-titre{
	font-family:"Times New Roman";
	font-size:16px;
font-style: oblique;
	font-weight: bold;
	color:  #FFED00;}
	
p{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: normal;
}
/*//////////////////////////////////////////////FOOETR//////////////////////////////////////////////*/
.footer{
width:512px;
	height:25px;
	position:absolute;
	right:30px;
	top: 605px;
	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;}


/*//////////////////////////////////////////////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;}

p a:link{
color: #FFFFFF;
text-decoration:none;}
p a:visited{
color: #FFFFFF;
text-decoration:none;}
p a:hover{
color: #FFED00;
text-decoration:none;}
p a:active{
color: #FFFFFF;
text-decoration:none;}

a{outline: none;}
:focus{-moz-outline-style: none;}