.droite 
{
	text-align: right;
}
.gauche 
{
	text-align: left;
}
.centrer 
{
	text-align: center;
}
.justify 
{
	text-align: justify;
}


h1
	{	
	font-family: Tahoma;
	font-weight: lighter;
	color: #383127;
	}

h2
	{
	font-family: Tahoma;
	font-weight: lighter;
	color: #383127;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #868282;
	border-bottom-color: #868282;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E2DEDB;
	}

h3 
	{
	font-family: Tahoma;
	font-weight: lighter;
	color: #383127;
	}



p 
	{
	font-family: Tahoma;
	font-size: 15px;
	color: #383127;
	text-align: left;
	}

	

#droite a 
	{
	font-family: Tahoma;
	color: #383127;
	}
.titrechiots {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868282;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: lighter;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #868282;
}



#droite a:hover
	{
	font-family: Tahoma;
	color: #4F8150;
	}


.nom 
	{
	background-color: #DFDFDF;
	text-indent: 10px;
	font-size: 21px;
	width: 300px;
	float: right;
    }
textarea {
	font-family: Tahoma;
	font-size: 14px;
	color: #383127;
}

	

.titrebarre 
	{
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}	


	

input 
	{
	background:#FFF;
	color:#383127;
	border: 1px solid #9E907A;
	padding: 3px;
	font-family: Tahoma;
	}


		
input:focus 
	{
	background:#eee;
	border: 1px solid #383127;
	padding: 3px;
	font-family: Tahoma;
	}
	
input:hover
	{
	border: 1px solid #27a6ba;
	padding: 3px;
	font-family: Tahoma;
	background-color: #eee;
	}
