/*Styles généraux*/
* { margin: 0px; padding: 0px; }
body{
	font-family: Arial,Verdana;
	font-size: 12px;
	background: url(../images/home/bg.jpg) top center no-repeat;
}


img {
	border: none;
}

textarea {
	overflow: auto;
}

/* Cadres généraux */
#container{
	width: 1000px;
	/*width: 904px;
	padding-left : 49px;
	padding-right : 51px;*/
	background: url(../images/home/bg_container.jpg) no-repeat;
}

/*
*html #container {
	padding-right: 47px;
}*/

#header{
	width: 902px;
	height: 187px;
	background: url(../images/home/header.jpg) no-repeat;
	/*clear: both;*/
	border: 1px solid #9b0f4c;
}
*html #header {
	margin-left: 5px;
}
#header h1 { 
	text-indent: -9999px; 
}
#footer{
	text-align:center;
	font-size: 12px;
	font-weight:bold;	
}

#pub_header{
	margin-left: 20px;
	padding-top: 7px;
}

/* Formulaire d'identification */
#box_login {
	background: url(../images/home/login.gif) no-repeat top;
	height: 54px;
	margin-right: 7px;

	float: right;
	margin-top: 10px;
	width: 450px;
}
#box_login p {
	color: #ffffff;
}
#premiere_ligne_box_login {
	padding-top: 4px;
	float: left;
	width: 245px;
	line-height: 23px;
	padding-left: 20px;
}
#box_login_droite {
	padding-top: 4px;
	float: right;
	width: 182px;
	line-height: 23px;
}
#box_login_droite img{
	margin-right: 20px;
	margin-bottom: 1px;
}
*html #box_login_droite img {
	margin-bottom: 4px;
}
*+html #box_login_droite img {
	margin-bottom: 4px;
}
#box_login input {
	vertical-align: middle;
}
#form_box_login {
	padding-top: 5px;
}
.input {
	height: 16px;
}
#box_login a {
	text-decoration: none;
	color: #ffffff;
}

#box_login form {
	color: #ffffff;
}	
	
.admin_link {
	font-weight: bold;
}
#inscription {
	padding-top: 10px;
	height: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#login_inputs,#premiere_ligne_box_login {
	padding-left: 20px;
}

/*menu*/
#menu{
	margin-left: 1px;
	list-style-type: none;
	margin-top: 10px;
	background: transparent url(../images/home/menu.gif) no-repeat;
	height: 26px;
	width: 904px;
}
#menu li, #menu li a {
	display: block;
	float: left;
	height: 26px;
}

#menu_accueil a { width: 66px; }
#menu_liste a { width: 108px; }
#menu_classements a { width: 128px; }
#menu_soirees a { width: 92px; }
#menu_membres a { width: 143px; }
#menu_inviter a { width: 106px; }
#menu_organiser a { width: 165px; }
#menu_partenaires a { width: 96px; }

#menu_accueil a:hover, #menu li.btn_visited_accueil a { background: transparent url(../images/home/menu.gif) 0 -26px no-repeat; }
#menu_liste a:hover, #menu li.btn_visited_liste_bde a { background: transparent url(../images/home/menu.gif) -66px -26px no-repeat; }
#menu_classements a:hover, #menu li.btn_visited_classement a { background: transparent url(../images/home/menu.gif) -174px -26px no-repeat; }
#menu_soirees a:hover, #menu li.btn_visited_les_soirees a { background: transparent url(../images/home/menu.gif) -302px -26px no-repeat; }
#menu_membres a:hover, #menu li.btn_visited_liste_membres a { background: transparent url(../images/home/menu.gif) -394px -26px no-repeat; }
#menu_inviter a:hover, #menu li.btn_visited_inviter_ami a { background: transparent url(../images/home/menu.gif) -537px -26px no-repeat; }
#menu_organiser a:hover, #menu li.btn_visited_how_to_soiree a { background: transparent url(../images/home/menu.gif) -643px -26px no-repeat; }
#menu_partenaires a:hover, #menu li.btn_visited_partenaires a { background: transparent url(../images/home/menu.gif) -808px -26px no-repeat; }

#content {
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
#global {
	width: 904px;
	margin: auto;
}


#back_repeat {
	background-image: url(../images/home/bg_bottom.jpg);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.spacer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

*html .spacer {
	margin-top: -15px;
}

#footer {
	height: 50px;
	padding-top: 20px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
.height20px {
	height: 20px;
}
div#box_message_action { 
	width: 332px;
	background-color : transparent;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#box_message_action a {
	color: #f5168a;
}

#box_message_top {
	width: auto;
	height: 13px;
	background-image: url('../images/common/haut.gif');
	background-repeat:  no-repeat;
	
}

#box_message_content { 
	padding-left: 15px;
	width: auto;
	/*height: 124px;*/
	background-color: #9f9f9f;
	padding-right: 15px;
}
#box_message_content table {
	/*width: auto;*/
}

#box_message_content td {
	/*width: auto;*/	
}

#image_erreur_message {
	width: 62px;
	height: 97px;
	background-image: url('../images/common/erreur.gif');
	background-repeat:  no-repeat;
}

#image_ok_message {
	width: 62px;
	height: 97px;
	background-image: url('../images/common/ok.gif');
	background-repeat:  no-repeat;
}

#box_message_content_image {
	width:62px;
	text-align:center;
}

#box_message_content_texte {
	width:235px;
	padding-left: 5px;
}

*html #box_message_content {
	margin-top: -5px;
	padding-top: 0px;
}

#box_message_bottom { 
	width: auto;
	height: 13px;
	background-image :url('../images/common/bas.gif');
	background-repeat:  no-repeat;
}
#box_message_content li {
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
	
}
.text_rouge {
	color: #D41214;
}
#pub_haut {
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	height: 90px;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
}
#pub_droite {
	width: 160px;
	height: 600px;
	float: right;
	overflow: hidden;
	text-align: center;
}
#col_gauche {
	float: left;
	/*width:auto;*/
	width: 690px;
}

.nodata_center {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 150px;
}

.blanc_fin {
	color: #ffffff;
	font-weight: normal;
}
.blanc_gras {
	color: #ffffff;
	font-weight: bold;
}
.bleu_gras {
	color: #00a9ff;
	font-weight: bold;
}

.bleu_gras a{
	color: #00a9ff;
	font-weight: bold;
	text-decoration: none;
}

.rose_gras {
	color: #f5168a;
	font-weight: bold;
}
.rose_gras a {
	text-decoration: none;
	color: #f5168a;
	font-weight: bold;
}
.rose_gras_souligne {
	text-decoration: underline;
	color: #f5168a;
	font-weight: bold;
}
/*
*html #col_gauche {
	width: 690px;
}*/
html, body {
      margin: 0;
    }
html {height:100%;}
body {min-height:100%;position:relative;}
#forground {
	position: absolute;
	/*background-color: black;*/
	width: 100%;
	height: 100%;
	/*filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity: 0.4;*/
	z-index: 500;
}

*html #forground {
	height:expression(document.body.clientHeight + "px");
}
#info_fen {
	z-index: 999;
}
*html #info_fen {
	margin-left: -230px;
	margin-top: -150px;
}
*+html #info_fen {
	margin-left: -230px;
	margin-top: -150px;
}

/* PAGE VALIDATION D'INSCRIPTION */

#bloc_instructions {
	width:797px;
	height:782px;
	background:url(../images/membre/activation/big_BG.jpg);
	margin:auto;
}	

#btn_haut{
	height:420px;
}

#btn_bas{
	text-align:center;
}

#text_liste {
	margin-left:504px;
	margin-top:294px;
}

#text_download {
	margin-left:423px;
	margin-top:1px;
}

#text_profil {
	margin-left:130px;
	margin-top:192px;
}

#btn_accueil {
	margin-left:335px;
	margin-top:76px;
}

#btn_download {
	margin-left:500px;
	margin-top:68px;
}

#bloc0 {
	height:296px;
	line-height:209px;
	text-align:center;
}

#politesse {
	font-weight:bold;
	font-size:14px;
}

#bloc1 {
	height:15px;
}

#bloc2 {
	height:84px;
}

#bloc3 {
	height:187px;
}

#bloc4 {
	height:90px;
}
