/* CSS Document */
body {
	padding: 10px;
	margin: 10px;
	background-color: #4F4545; 
	font: small Verdana, Arial, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: none;
        font-weight: bold;
        
}
a:visited{
	color: #FF9933;
}
a:hover{
	color: #AA0000;
}

.style_titre {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #CC0000;
        margin-top: 5px;
}
.style_texte {
        margin-left: 15px;
        margin-right: 15px;
        color: #FFFFFF;
}
#en_tete {
	width: 760px;
	height: 93px;
        margin-left: 90px;
        padding-top: 50px;
}
#en_tete img {
	position: absolute;
	float: left;
	margin-left: 10px;
}
#menu {
	position: absolute;
	top: 70px;
	margin-left: 44px;
       font-family: "century gothic", arial, verdana;
	font-size: small;
	color: #000000; 
	font-weight: bold;
}
#contenu{
        height: 320px;
        width: 400px;
        position: absolute;
	top: 150px;
	left: 115px;
	right: 450px;
        margin-bottom: 10px;
	text-align: justify;
        font: arial, verdana, sans-serif;
        color: #3F3636;
        background-image: url(http://www.deviant-dancefloor.com/squelettes/image/boite2.jpg);
        background-repeat: no-repeat;
	border: 5px solid #FFFFFF;
	overflow:auto;
}
#contenu_droite{
        height: 320px;
        width: 240px;
        position: absolute;
        top: 150px;
        left: 600px;
        background-color: #000000;
	border: 5px solid #FFFFFF;
}
#contenu_droite img{
        margin-top: 10px;
        margin-left: 17px;
        margin-right: 3px;
        margin-bottom:  3px;
        border: none;
}
.pagination{
        font-family: "century gothic", arial, verdana;
	font-size: small;
	color: #000000; 
	font-weight: bold;
}
#menu_page{
	position: absolute;
	/* top: 340px;
	left: 100px;*/
	top: 502px;
	left: 707px;
	text-align: center;
        font-family: "century gothic", arial, verdana;
	font-size: small;
	color: #000000; 
	font-weight: bold;
	/*border: 2px solid red;*/
}
#menu_page a{
        color: #FFFFFF;
        background: none;
        border: none
}
#menu_page a:hover{
        color: #FF0303;
        background: none;
        border: none; 
}        
#menu_page a:active {
        background: none;
        border: none; 
        /*color: #4F4545;*/
        color: #000000;
}