/*
	likesimsland.css
	---------------------
Description : CSS du site LikeSimsLand v2.0
Auteur : Gary Wes
*/

/* Ensemble de la page */

body
{
	background-color: #1766a8;
	margin: auto;
}
#body_page
{
	width: 770px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;   
	border: 2px dotted #ff9741;
	overflow: auto;
	background-color: #1766a8;
}
#body_page_popup
{
	width: 620px;
	margin: auto;
	margin-bottom: 20px;   
	border: 2px dotted #ff9741;
	background-color: #1766a8;
}
/* Haut de la page (Header) */

#header
{
	margin-top: 100px;
	text-align: center;
	padding-bottom: 10px;
	margin: auto;
}

/* CSS du menu de navigation de gauche */

#menu /* div général */
{
	margin-top: -5px;
	margin-left: 20px;
	float: left;
	width: 120px;
	text-align:center;
}
.cadre_menu /* Intérieur du menu */
{
	color: black;
	margin:auto;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
	background-image: url("../images/menu_fond.png");
	background-repeat: repeat-y;
	text-align:left;
}
.cadre_menu a /* CSS des liens du menu de nvaigation */
{
	color: white;
	font-family: Tahoma, Arial;
    font-size: 12px;
}
.cadre_menu a:hover /* CSS des liens du menu de nvaigation */
{
	color: white;
	font-family: Tahoma, Arial;
    font-size: 12px;
	text-decoration: none;
}
.menu_haut /* Arrondis supérieur */
{
	height:30px;
	background-image: url("../images/menu_haut.png");
	background-repeat: no-repeat;
}
.menu_haut_site /* Arrondis supérieur */
{
	height:30px;
	background-image: url("../images/top_menu_site.png");
	background-repeat: no-repeat;
}
.menu_bas /* Arrondis inférieur */
{
	height:20px;
	background-image: url("../images/menu_bas2.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;	
}

/* Le corps de la page */

#corps
{
	margin-left: 145px;
	margin-right: 20px;
	padding: 1px;
	font-family: Tahoma, Arial;
	color: white;
	font-size: 12px;
	width: 600px;
	margin-top: -5px;
}
#corps_popup
{
	text-align:center;
	margin:auto;
	padding: 1px;
	font-family: Tahoma, Arial;
	color: white;
	font-size: 12px;
	width: 600px;
	margin-top: -5px;
}
/* Boite nouveauté */

.nouveaute_haut
{
	background-image: url("../images/nouveaute_haut.png");
	background-repeat: no-repeat;
	height: 30px;
}
.nouveaute_cadre
{
	background-image: url("../images/nouveaute_fond.png");
	background-repeat: repeat-y;
	font-size: 12px;
	text-align:center;
	padding-top: 5px;
	font-family: Tahoma, Arial;
	color: white;
}
.nouveaute_bas
{
	height: 20px;
	background-image: url("../images/nouveaute_bas.png");
	background-repeat: no-repeat;
	padding-bottom:10px;
}

.corps_haut
{
	height: 30px;
	background-image: url("../images/corps_haut.png");
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
}
.corps_haut2
{
	height: 20px;
	background-image: url("../images/corps_haut2.png");
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	margin-bottom:-0px;
}
.corps_haut3
{
	height: 30px;
	background-image: url("../images/corps_haut3.png");
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
}
.corps_hautor
{
	height: 60px;
	background-image: url("../images/corps_haut_livreor.png");
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
}
.corps_bas
{
	height: 20px;
	background-image: url("../images/corps_bas.png");
	background-repeat: no-repeat;
	margin-top:-6px;
}
.corps_cadre
{
	background-image: url("../images/corps_cadre.png");
	background-repeat: repeat-y;
	font-size: 12px;
	padding-top: 5px;
	font-family: Tahoma, Arial;
	color: white;
	padding-left:10px;
	padding-right:10px;
	margin-top:-10px;
}
.fond_telechargement
{
	background-image: url("../images/dossier.png");
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: white;
	padding-left:10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:-10px;
	height:230px;
	background-repeat :no-repeat;
	width: 600px;
}
#corps h1
{
	color: white;
	text-align: center;
	font-family: Tahoma, Arial;
}
#corps h2
{
	height: 30px;
	background-image: url("images/titre.png");
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	padding-left: 30px;
	color: white;
	text-align: left;
}
#corps a
{
	color: white;
}
#corps a img
{
	border: 0px;
}
/* Lien des news */

.commentaires a
{
	color:white;
	float:right;
	padding-right: 10px;
}
#corps hr
{
	padding-left: -10px;
	width : 570px;
}

/* Bas de page (footer) */

#pied_de_page
{
	margin-left: 150px;
	width: 620px;
	height:50px;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
}
#footer_info
{
	margin-left: 150px;
	width: 620px;
	margin: auto;
	text-align: center;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
}