div.glyph_range {
	font-size: 18px;

}

body{width:100%;}
/*
@font-face {
    font-family: "Ma Super Fonte";
    src: url('CaviarDreams.ttf');
	src: url('Neon.ttf');
}
.polstyle{
    font-family: "Ma Super Fonte";
}

body ,a,p{
   font-family: "Ma Super Fonte";
 font-size:100%;
 }
*/

.champ{
background-color:#f5f5f5;
height:45px;
width:290px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;
}
.errorchamp{
background-color:#FEDED3;
height:45px;
width:290px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #FFDED3;
color: #808080;
}

/*
input[type="file"] {
  height: 0;
  width: 0;
  overflow: hidden;
}

input[type="file"] + label {
  border: 1px solid rgba(0,0,0,.2);
  padding: 5px;
  background: lavender;
}

*/

.champhoto{
background-color:#f5f5f5;
height:45px;
width:160px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;

 height: 0;
  width: 0;
  overflow: hidden;

}

.age{
background-color:#f5f5f5;
height:45px;
width:150px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;
}
.wilaya{
background-color:#f5f5f5;
height:45px;
width:250px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;
}
.radiox {
background-color:#f5f5f5;
height:13px;
width:13px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;
}
.message {
background-color:#f5f5f5;
height:290px;
width:750px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;
}

.champcontact{
background-color:#f5f5f5;
height:20px;
width:250px; 
border-radius:5px;
padding:10px;
 cursor:pointer;
border: 1px solid #e6e6e6;
color: #808080;
}

ps:hover{

	color:white;
}
/***FIRST STYLE THE BUTTON***/
input#gobutton{

height:60px;
width:190px;
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#ff6600; /* couleur du bouton--------------------------------------------------------------------------------------------------------------------- */
border:1px solid #2A979D; /* couleur contour du bouton */
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1em;
 font-family: Arial;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#ff3300; /* couleur bouton envoie rollover */
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}