@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic);

body {
/*	Color sides */
/*	background-color:rgb(204, 204, 255);*/
/*	background-color:rgb(234,202,180);*/
/*	background-color:rgb(140,160,223);*/	/*Bleu dauphine*/
/*	background-color:rgb(87,104,172);*//*Indigo dauphine*/
/*	background-color:rgb(232,177,73);*//*Or dauphine*/
/*	background-color:rgb(129,189,179);*//*Turquoise dauphine*/
/*	background-color:rgb(30,155,126);*//*Pin dauphine*/
/*	background-color:rgb(236,101,83);*//*Brique dauphine*/
/*	background-color:rgb(181,157,135);*//*Taupe dauphine*/
/*	background-color:rgb(64,64,66);*//*Sombre dauphine*/
/*	background-color:rgb(240,81,96);*//*Rouge dauphine*/
/*	background-color:rgb(240,132,130);*//*Rose dauphine*/
/*	background-color:rgb(96,57,72);*//*Marron dauphine*/
/*	background-color:rgb(248,187,152);*//*Saumon dauphine*/
/*	background-color:rgb(40,184,206);*//*Cyan dauphine*/
	background-color:rgb(237,127,16);/*Orange*/
}
a {
/*  color: #428bca;*/
/*  color: #962f2a;*/
/*  color: #b23731;*/
/*  color: #9d261d;*/
/*	color: #00428f;*/ /*Bleu dauphine*/
/*	color: #5768ac;*/ /*Indigo dauphine*/
/*	color: #603948; *//*Marron dauphine*/
/*	
  text-decoration: none;
*/
	color:rgb(237,127,16);
}
a:hover,
a:focus {
/*  color: #2a6496;*/
/*  color: #5768ac;*/
 	color:rgb(237,127,16);
/*  color: #e20606;*/
  text-decoration: underline;
}
.container {
	background-color:white;
	height:100%;
	font-family:"Arvo";
	
	
}

.col-md-4 {
/*	Color 
/*	background-color:#DEDEE0;*/
/*	background-color:#ce8e77;*/
/*	background-color:#d39972;*/
/*	background-color:rgb(255,245,245);*/
/*	background-color:rgb(87,104,172);*/
	background-color:rgb(88,41,0);	
/*	color:rgb(236,101,83);*/
	color:white;
/*	background-color:#603948;*/
	text-align:center;
/*	color:#603948; *//* Marron dauphine */
	height:100%;
	
	
}

#style {
	text-align:justify;
	
}

#fin {
	text-align:right;
	bottom:0;
	
}
