body{
	background-color: #FFFFff;
	margin: 0;
	
}

#wrapper {
	margin : 10px;
	
	
}


.bandeau {
	background-color:#993366;
	/*margin:10px;*/
	margin-bottom:0;
	padding: 10px;
	padding-bottom: 0.3px;
	height:9em;
	color: #FFFFFF;
	
	
}

.bandeau table{
	/*background-color:#993366;*/
}

.bandeau img{
	
	float:right;
	
}
.bandeau hr {
	width:80%;
	text-align:left;
	float:left;
}



.bandeau hr{
	color: #fff;
}

.logo_TCC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	text-align:center;
	
}
.logo_TCC_2{
	text-align:center;
	font-size: 24px;
	font-style: italic;
}
.nom_prenom {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 20px;
	border-bottom: 2px solid #fff;
	
		
}






	

/************* CONTENU **********/

#contenu{
	margin-top: 20px;
	margin-left:20px;
	
	
}

#contact {
	/*background-image:url(../Images/test.gif);*/
	background-repeat:no-repeat;
	float:right;
	width:20%;
	padding : 10px;
	color:#993366;
	/*border: 1px solid black;*/
	/*border: 5px ridge #993366;
	-moz-border-radius: 10px;*/
	background-color:#FFFFFF;
	text-align:center;
	margin-right: 5%;
	

}

.paragraphe{
	text-align:justify;
	text-indent:40px;
}

/*#contact .img1{
	position:relative;
	margin-left : -20px;
	margin-top : -20px;
	
}

#contact .img2{
	position:relative;
	margin-left : -21px;
	margin-bottom : -20px;
	
}*/

#contact  .contact_gauche{
	width : 10px;
	background-image:url(../Images/contact_gauche.gif);
	background-repeat:repeat-y;
}

#contact  .contact_droit{
	width : 10px;
	background-image:url(../Images/contact_droit.gif);
	background-repeat:repeat-y;
}

#contact a{
	color : #993366;
}

#retour{
	margin-top : 150px;
	font-style:normal;
	text-align:right;
	
	
}

#retour a{
	border : 2px outset #993366;
	padding:2px;
	background-color: #993366;
	color: #fff;
	
	
}

#retour a:hover{
	text-decoration:none;
	border : 2px inset #993366;
	color : #993366;
	background-color: #fff;
	
	
}

/***************** PIED DE PAGE *******/
#pied_de_page{
	padding-top: 50px;
	position : relative;
	clear:both;
    bottom: 0;
	text-align:center;
	font-style:italic;
	font-size : 0.9em;
	
	/*border-bottom: 2px solid #ffcc33;*/
	padding:5px;
	/*margin: 10px;*/
}

#pied_de_page img{
	margin-top : 6px;
	/*margin-bottom: 5px;*/
}	

.gras {
	font-weight: bold;
}
