
	/* Typography 	*/
	
p, h1, h2, h3, h4, h5, h6, label, input, select, option, legend	{
	font-family: times new roman, Georgia, verdana, arial, "New Century Schoolbook", sans-Serif;
	}

h1, h2, h3, h4  {
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
	}	

h1	{
	font-size: 22px;
	text-align: right;
	color: #fff;
	width: 50%;
	float: right;
	margin-top: 60px;
	margin-right: 40px;
	
	}	

h2	{
	font-size: 14px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
	}

		/* paragraphes vous êtes ici  */	
	
p#vei {
	margin: 15px 0 0 170px;
	background: transparent url(../i/puce2.jpg) no-repeat center left;	
	height: 50px;
	font-weight: bold;
	color: #c01a1a;
	line-height: 50px;
	text-indent: 65px;	
	padding: 2px;
}
	
h3	{
	margin: 5px 0 5px 2px;
	line-height: 12px;
	color: #c01a1a;
	font-size: 12px;
	}

h4	{
	font-size: 0.7em;
	margin: 5px 25px;
	text-indent: 15px;
	line-height: 8px;
	}
	
div#cadredroit h4	{
	font-size: 11px;
	margin: 5px;
	padding: 4px 0;
	background-color: #9F5445;
	color: #fff;
	line-height: 14px;
	}
p, td{
	line-height : 1.2em;
	font-size: 12px;
}

p+p	{
	margin: 10px 0;
}

a.navig {
	margin:5px 0;
	background-color:#c01a1a;
	color:#fff;
	padding: 3px;
}

a.navig:hover {
	color:#fff;
}

a.navig:visited {
	color:#fff;
}

div#text p {
	text-align: justify;
}

div#cadre_gauche p, div#cadre_droit p, div#cadredroit p {
	text-align: left;
}

p#vei a {
	color: #fff;
	font-weight: bold;
}

div#cadredroit p, div#cadredroit a {
	color: #7f7f7f;
}

p#vei a:hover  {
	color: #f1f1f3;
}

div#cadredroit a:hover  {
	color: #989898
}

	/* Formulaire */
table.form td {
	padding-left: 10px;
}

fieldset {
	margin-top: 20px;
	border: 1px solid #c01a1a;
}
	
legend, label {
	font-weight:bold;
	color: #000;
}

select#pays option, input {
	font-size: 80%;
}

ul.form {
	margin : 20px;
}

ul.form  li{
	list-style-image : url(../i/puce.gif);
	margin-left: 20px;
}

ul.form  li a{
	line-height: 20px;
	height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

p#alert {
	font-weight: bold;
	margin: 50px auto;
	border: 1px solid #ff0000;
	width: 350px;
	padding: 10px;
}

#footer p, #footer li a {
	color: #8a8585;;
}
	