/* 
    Document   : css
    Created on : 22 mai 2010, 12:24:03
    Author     : pouyelayese
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#cadre{
    border: 1px solid black;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    
    width: 600px;
    height: 275px;
    
    margin: 0px;
    margin-top: 200px;
    
   background-image: url(../images/connexion.png); 
}
.text
{
    /*background-image: url(images/bg.jpg);*/
    
    padding: 4px;
}
.imageConnexion{
	width: 226px;
	height: 105px;
}


.auth{
/* 	margin-bottom:10px; */
/* 	float: left; */
}
.formulaire{
	margin-top: -20px;
	margin-left: -60px 
/* 	float: right; */
}