@CHARSET "ISO-8859-1";

/* généralités */

img { border: 0px; }

div#fond_page {
    position:absolute;
    width:100%;
    height:1050px;
    padding:0px;
    background-color:black;
    background-image:url("../../layout/images/2012/page_accueil/fond_smartphone2.jpg");
    background-position:center top;
    background-repeat:no-repeat;
}

div#conteneur_principal {
    position:relative;
    width:100%;
    /*height:1050px;*/
    margin:auto;
    background-repeat: no-repeat;
}

div#cadre_login {
    position:relative;;
    margin:auto;
    top:290px;
    width:270px;
    height:206px;
    
}

div#menu {
    position:absolute;
    top:20px;
    left:0px;
    width:158px;
    height:164px;
    background-image:url("../../layout/images/2012/page_accueil/liens_droite.png");
    text-align: center;    
}

div#communication {
    display: none;
}

div#logo {
    display: none;
}

div#video {
    display: none;
}

div#partenaires {
    display: none;
}


body {
	background-color: #000000;
	color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
}

.deja_inscrit {
    font-size: 12px;
    color: #E6E2AF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.bouton_entrer {
    font-size: 15px;
    color: #E6E2AF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: #360;
    background-color: transparent;
}

div#conteneur_bouton_entrer {
    position:absolute;
    top:57px;
    left:206px;
    text-align:left;    
}

div#overdiv {
    position:absolute;
    width:590px;
    height:450px;
    left:30px;
    top:30px;
    background: #CCBB77;
    border-style: outset;
    border-width:2px;
    opacity : 0.95;
    filter : alpha(opacity=95);
    color:black;
    padding:10px;   
 }

  div#overdiv2 {
    position:absolute;
    width:570px;
    min-height:180px;
    left:30px;
    top:80px;
    background: #CCBB77;
    border-style: outset;
    border-width:2px;
    opacity : 0.95;
    filter : alpha(opacity=95);
    color:black;
    padding:20px;   
 }



.login_form {
    width: 150px;
    background-color: transparent;
    border: 1px;
    font-size: 14px;
    color: #5a0101;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div#inserer_login {
    position:absolute;
    top:40px;
    left:14px;
    text-align:left;
 }
 
 div#inserer_mdp {
    position:absolute;
    top:75px;
    left:14px;
    text-align:left;
 }


a.menu_droite {
    text-decoration: none;
    font-size: 11px;
    color: #FCFAE1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* les boxes ajax */

.ajax_index_titre {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.ajax_index_contenu {
	font-size: 12px;
	color: black;
}

.ajax_index_contenu table td {
	font-size: 12px;
	color: black;
}
