@charset "utf-8";
/* CSS Document */

.custom-select{
width:150px; 
height:25px; 
padding:2px; 
border:1px solid #999999;
}


input[type=text],input[type=password]{
padding:3px; 
border:1px solid #999999;
}

input[type=button],input[type=submit] {
cursor:pointer;
font-size:14px;
font-family:Helvetica, Arial, sans-serif;
background:#666666;
padding:3px;
border:1px solid #666666;
color:#fff;
margin:0;
overflow:visible;
}

fieldset{
border:1px solid #999999;
padding:0px;
}

fieldset{
border:1px solid #999999;
padding:15px;
}

.bloc_img_front{
background-color:#E3EDF0; 
float:left; 
margin:3px;
padding:5px;
border:1px solid #D7E7EA;
}


.bloc_img_admin{
width:110px; 
background-color:#E3EDF0; 
float:left; 
margin:5px;
text-align:center;
}

.minitxt{
color:#666666;
font-size:11px;
}

.bloc_img .img_center{
width:100%; 
text-align:center;
clear:both;
}

.bloc_img .img_bottom{
width:100%; 
text-align:center; 
clear:both;
height:20px;
}

.photo_list_bottom{
clear:both;
width:100px;
float:right;
margin-right:20px;
}

.bloc_error{
background-color:#F8CBCC;
border:1px solid #EFABB1;
width:100%;
color:#C5212E;
}

.bloc_valid{
	background-color:#D8F1D9;
	border:1px solid #ACDBB5;
	width:100%;
	color:#4E9441;
	text-align:left;
}

.bloc_error ul, .bloc_valid ul{
margin:0;
padding:0;
list-style-type:none;
padding:5px;
text-align:left;
}


.alert{
color:#990000;
}


.bloc_title{
margin-top:20px;
width:100%;
height:20px;
font-size:14px;
color:#FFFFFF;
background-color:#666666;
padding:3px;
}


#login_box{
width:300px;
background-color:#FFFFFF;
margin-right:auto;
margin-left:auto;
}

.login_title{
width:294px;
height:20px;
background-color:#666666;
padding:3px;
font-size:14px;
color:#FFFFFF;
}

.login_content{
width:290px;
padding:5px;
text-align:center;
}

