@font-face {
 font-family: "Pochoir";
 src: url('polices/Pochoir_pleine.otf');
}
body{
	color: #333333;
	background-color: #fff; 
	font-family :Verdana,Tahoma,"DejaVu Sans",sans-serif;        
}

a {
	text-decoration : none;
	color : #3274C6;
	font-weight: bold;
}
a:visited {
	color : #3274C6;
	font-weight: bold;
}
a:hover {
	color : #3274C6;
	text-decoration: underline;
	font-weight: bold;
	
}
#cadre-exterieur{
	width : 610px; 
	margin-left: auto;
    margin-right: auto;
background:url('images/cas-bas.png') #fff no-repeat bottom center;
padding-bottom:70px;
}
#cadre-interieur{
	background-color : White;
	border-width :0px ;
	width : 94%; 
  	margin-left: 10px;
	background:url('images/cas-haut.png') #fff no-repeat top center;
}

#contenu{
	
	clear:both;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#logo {
  margin-left: 10px;
  position : relative;
  /* margin-top: 70px; */
  margin-top : 40px;
	float:left;
}


#titreauth {
  /* padding-top:120px;*/
	padding-top : 50px;
}


#cadre-titre{
       background: url(images/cas-haut.png) no-repeat top center ;
    	text-align: center;
    	line-height:3em;
	border:none;
   	font-weight : bold;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: "Pochoir", Verdana, Tahoma, "DejaVu Sans", sans-serif;
	text-transform:uppercase;
}

.important{
	font-size: 80%;
	font-weight : normal;
	text-align: justify;
}

ul{
	text-align: left;
	padding-left : 20px;
}

li{
	font-size: 80%;
       /* list-style-image:url(images/puce_bleue.jpg) ;*/
	list-style-image: none;
        list-style-type : none;
        margin-top : 5px;
	
}

h2{
	font-size: 100%;
	/*font-size: 12px;*/
	font-weight: normal;
	text-align: left;
        padding-left:20px;
margin-top:0;
}
p {
font-size:80%;
padding-left:20px;
}
#formulaire{
	background-color : white;
	margin : auto;
	padding:0.5em 2em 0.5em 20px;
	text-align: left;
}

.form-label{
	float:left;
	width: 55%;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	margin-left:0.5em;
	margin-top:0.5em;
	clear:both;	
}

.conteneur-checkbox{
	clear:both;
	float:left;
	
}
#infos {
clear:both;
margin-top:10px;
}	



.text{
	font-size: 80%;
	font-weight: normal;
	text-align: left;

}

input[type="text"],
input[type="submit"],
input[type="password"] {
    -webkit-appearance:none;
    background-color: #DDDDDD;
    border: none;
    color: #666666;
    font-weight: bold;
    margin: auto;
    min-height: 1.1em;
    padding: 7px 2%;
	margin : 5px auto;
	width : 75%;
}

input[type="submit"] {
    background-color: #008A0C;
    color: white;
    font-weight: bold;
    text-shadow: 0 -1px 0 #006A00;
    width : 50%;
    margin : 10px auto;
    display : block;
	clear : both;
	cursor : pointer;
}

input[type="submit"]:hover {
	background-color : #109A1C;
}

input.error {
        color:#D83E00;
        background : #FFEEDD;
		box-shadow: 0 2px 5px rgba(216, 62, 0, 0.3) inset;
}

#warn{
        font-size: 80%;
        background :  #88b3d6;
border:none;
        margin-top:0.5em;
        margin-right:0.5em;
        margin-left:0.5em;
}
#status {
background:#fff !important;
}
.errors {
color:#D83E00;
}
.check {
clear:both;
}
