/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */

/**********************************************************/
/*					STYLES TAILLE DE TEXTE 				  */
/**********************************************************/
/*--------------------------------------
Généraux
--------------------------------------*/
body{
	font-size:0.71em;
}
body,p,td,li,ul,dd,dl,caption,input,textarea,select,option{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
h1,h2,h3,h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size:1.8em;
}
h2{
	font-size:1.5em;
}
h3,h4{
	font-size:1.1em;
}
strong{
	font-weight:bold;
}
em{
	border:1px solid #DD5817;
	font-style:normal;
	font-weight:bold;
	color:#DD5817;
	padding:2px;
}
small{
	font-size:0.9em;
	}
textarea{
	font-size:1em;
}
/*--------------------------------------
Titres
--------------------------------------*/
#menu{
	font-size:1.3em;
}
#connexion #bouton_connexion input{
	font-size:1em;
}
#contenu h2{
	font-size:1.7em;
}
.cartouche h2{
	font-size:1.5em !important;
}
#contenu h3{
	font-size:1.3em;
}
#contenu h4{
	font-size:1em;
}
body#temoignages blockquote,.news blockquote{
	font-size:1.3em;
}