/***********
	Design de la page d'accueil hors connexion
	Par Morgin le 11/07/10
*************/

.div_inscription{
	background-image:url('../../images/design/accueil/menu_connexion.png');
	background-repeat:no-repeat;
	float:right;
	width:420px;
	height:162px;
	padding-top:24px;
	padding-left:20px;
}

.div_connexion{
	background-image:url('../../images/design/accueil/menu_connexion.png');
	background-repeat:no-repeat;
	width:420px;
	height:162px;
	padding-top:24px;
	padding-left:20px;
	margin-bottom:20px;
}

/* Connexion */

#id_pseudo_connexion{
	background-image: url("../../images/design/user.PNG"); 
	background-repeat: no-repeat;
	border: 1px solid grey;
	background-color:#FFFFFF;
	padding-left: 16px;
	width:112px;
}

#id_mot_passe_connexion{
	background-image: url("../../images/design/password.PNG"); 
	background-repeat: no-repeat;
	border: 1px solid grey;
	background-color: #FFFFFF;
	padding-left: 16px;
	width:114px;
}

input[type=submit]{
	background-color:#cbb789;
	color:#e7ddc7;
	font-weight:bold;
}

input[type=submit]:hover{
	color:black;
}

.button{
	padding:3px;
	display:inline-block;
	background-color:#cbb789;
	color:#e7ddc7;
	font-weight:bold;
}

.button:hover{
	color:black;
}

.button img{
	vertical-align:middle;
}

.button_rpx{
	float:left;
	margin-top:17px;
}

.barre_presentation{
	height:53px;
	background-color:#c9b484;
	margin-left:-20px;
	margin-right:-20px;
}

.titre_accueil{
	height:53px;
	width:488px;
	margin-top:-96px;
	background-image:url('../../images/design/accueil/titre.png');
	margin-left:4%;
	margin-right:5%;
	color:#e7ddc7;
	padding-top:43px;
	text-align:center;
	background-repeat:no-repeat;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
}

.colone_gauche{
	vertical-align:top; 
	width:50%;
	padding:30px;
}

.colone_gauche p{
	text-indent:20px;
	line-height:18px;
}

.non_indent{
	text-indent:-20px;
}

.div_conteneur1{
	width:100%;
	background:url("../../images/design/accueil/fond_haut_gauche.png") no-repeat top left;
}
.div_conteneur2{
	width:100%;
	background:url("../../images/design/accueil/fond_haut_droite.png") no-repeat top right;
}

.div_conteneur3{
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:-8px;
}
