/*div {border: 1px solid #990000;}*/
body { 
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 10px; 
	background-color:#FFFFC8;
	background-repeat: repeat-y;
	font:x-small/1.5em Georgia,Serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	}

		/* Mise en forme des blocs (id) */

#bloc1 {
	width: 100%; margin-bottom: 5px;
	padding-top:20px; padding-bottom:20px;
	}


#bloc2 {
	float: left;
	margin-top: 5px ; margin-bottom: 5px;
	padding:20px;
	background-image: inherit;
	width: 37%;
	}



#bloc3 {
		position: relative;
		margin-top: 5px ; margin-bottom:5px;
		padding-top:20px; padding-bottom:20px; padding-left: 30px; padding-right:20px;
		background-image: inherit;
		width: 100%; 
		}
		
			
#pied	{
	float: left;
	margin-top: 10px; padding-top: 5px; padding-bottom:5px;
	background-image: url(images/barre.jpg);
	/*background-position: left; background-repeat: no-repeat; */
	width: 100%;
	}

		/*  Mise en forme des titres  ( class)  */

.T1 	{
	font-family: Georgia, Time, serif; font-weight: bold;
	font-size: 40px; line-height: 133%;
	color: #000000;
	text-align: center; padding-left: 5px;
	}

.T2	{
	font-family: Georgia, Time, serif; font-weight: bold;
	font-size: 18px;line-height: 133%;
	color: #000000;
	text-align: left;
	}

.T2c{
	font-family: Georgia, Time, serif; font-weight: bold;
	font-size: 18px;line-height: 133%;
	color: #000000;
	text-align: center;
	}

		/*  Mise en forme des textes  ( class )  */
.p1 {
	font-family: Georgia, Time, serif; font-weight: normal;
	font-size: 14px; line-height: 133%;
	color: #000000;
	text-align: left; 
	}
	
.p1j {
	font-family: Georgia, Time, serif; font-weight: normal;
	font-size: 14px; line-height: 133%;
	color: #000000;
	text-align: justify; 
	}
		
.p2 {
	font-family: Georgia, Time, serif; font-style: normal; font-weight: normal;
	font-size: 12px; line-height: 133%;
	color: #000000;
	text-align: left;
	}

.p3 {
	font-family: Georgia, Time, serif; font-style: normal; font-weight: normal;
	font-size: 10px; line-height: 133%;
	color: #000000;
	text-align: left;
	}
	
.p3c {
	font-family: Georgia, Time, serif; font-style: normal; font-weight: normal;
	font-size: 10px; line-height: 133%;
	color: #000000;
	text-align: center;
	}
	
	/*mise en forme des liens (class) */
	
	.lien {
	color: red ;
	text-decoration : underline none;
	}
	
	
	
	