/*		Appel des polices		*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 6, 2011 */

@font-face {
    font-family: 'GeoRegular';
    src: url('../polices/geo-regular-webfont.eot');
    src: url('../polices/geo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/geo-regular-webfont.woff') format('woff'),
         url('../polices/geo-regular-webfont.ttf') format('truetype'),
         url('../polices/geo-regular-webfont.svg#GeoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoRegular';
    src: url('../polices/nunito-regular-webfont.eot');
    src: url('../polices/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/nunito-regular-webfont.woff') format('woff'),
         url('../polices/nunito-regular-webfont.ttf') format('truetype'),
         url('../polices/nunito-regular-webfont.svg#NunitoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'NunitoBold';
    src: url('../polices/nunito-bold-webfont.eot');
    src: url('../polices/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/nunito-bold-webfont.woff') format('woff'),
         url('../polices/nunito-bold-webfont.ttf') format('truetype'),
         url('../polices/nunito-bold-webfont.svg#NunitoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'NunitoLight';
    src: url('../polices/nunito-light-webfont.eot');
    src: url('../polices/nunito-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/nunito-light-webfont.woff') format('woff'),
         url('../polices/nunito-light-webfont.ttf') format('truetype'),
         url('../polices/nunito-light-webfont.svg#NunitoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PhilosopherRegular';
    src: url('../polices/philosopher-webfont.eot');
    src: url('../polices/philosopher-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/philosopher-webfont.woff') format('woff'),
         url('../polices/philosopher-webfont.ttf') format('truetype'),
         url('../polices/philosopher-webfont.svg#PhilosopherRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*	on fixe taille et fonte standard + image de fond + marges nulles	*/
body {
	font: 1em PhilosopherRegular, verdana, sans-serif;
	background: #feeab2 url("../fond.jpg") repeat-y top center;
	/*
	/	source
	/	http://www.vectorfresh.com/backgrounds/abstract-colorful-card/
	*/
	margin: 0px;
	padding: 0px;
}

/*	aucune image du site n'a de bordure	*/
a img {
border: none;
}

/*	on réinitialise la présentation par défaut des liens (chrome et safari - aka webkit)	*/
a { 
	color:#000;
	text-decoration:none
}

/*	pour les labels des checboxes et formulaires : on affiche le pointeur pour faire comprendre que le mot coche la case ou sélectionne le champ	*/
label {
	cursor: pointer;
}

 /*
input, select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	!margin-bottom: 14px;
}
 
 select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 14px;
}
 */
textarea, input, select {
	/* font: 1.1em NunitoLight, sans-serif; */
	font: 1em NunitoLight, sans-serif;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	!-moz-border-radius-topright: 3px;
	!border-top-right-radius: 3px;
	!-webkit-border-radius-topright: 3px;
	padding: 5px;
	width: 225px;
	background: #feeab2;
	margin-top: 10px;
}

label {
	font: 1em NunitoLight, sans-serif;
	display:block;
	width:125px;
	float:left;
	text-align: left;
	!text-indent: 2px;
	padding: 10px 0 0 18px;
	background-position:8px center;
	background-repeat:no-repeat;
	clear:both;
	cursor:pointer;
}

/*	pied de page pour tout le site 
#footer {
	background: url("../img/logos/inlan_logo-t_inCRM.png") no-repeat center bottom;
	font: 0.6em verdana, sans-serif;
	text-align: center;
	color: white;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
	width: 100%; 
	height: 60px; 
	clear:both;
	position:fixed; 
	bottom: 0px; 

}
*/