/* CSS Document */

<!--
body {
background-color: #B2C58C;
margin: 30px;
overflow: visible;
}

#content{
left:40px;
top:31px;
width:800px;
height:auto;
background-color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
border-color: #5F5F5F;
color:#333333;
margin:0 auto 0 auto;

}

.navtable
{
	width:80%;
	margin:25px auto 20px auto;
	display:inline;
}

.navitem
{
	width:20%;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size:14px;
	margin-left:20px;
	line-height:20px;

	
	display:inline;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
color: #666666;
}

a:hover {
text-decoration: none;
color: #999999;
}

a:active {
text-decoration: none;
color: #999999;
}

.yogimage{
float:left;
margin-left:10px;
margin-right:30px;
}

.bodytext{
text-align:justify;
}

.bodytextright{
text-align:right;
}

.titreimage{
float:right;
display:block;
margin-top:10px;
margin-right:0px;
margin-bottom:10px;
}

.textarea{
margin:20px;
margin-right:50px;
text-align:left;
}


.center
{
	text-align:center;

}

.clear{
clear:both;
}

.fullpage{
	margin-left:50px;
	clear:both;
}

h1{
	text-decoration:underline;
	font-size:14px;
}

table{
	border-collapse:collapse;
}
th{
	border:solid 1px #dbdbda;
	
}

.confirmed{
	background:#dbdbda;
}

td,th{
	text-align:center;
	padding:5px;
}

.borderR{
	border-right:solid 1px #dbdbda;
}
.borderB{
	border-bottom:solid 1px #dbdbda;
}
.borderBR{
	border-bottom:solid 1px #dbdbda;
	border-right:solid 1px #dbdbda;
}

img
{
	border:0px;
}

.texte
{
	margin-left:auto;
	margin-right:auto;
}

label 
{	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
	font-weight:bold;
	line-height:200%;
}

.label2
{	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à  droite... ***/
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
	font-weight:bold;
	line-height:200%;
}


/* Pour l'utilisateur*/
.gauche
{
	text-align:left;

}
.centre
{
	text-align:center;

}
.droite
{
	text-align:right;

}