@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,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(172,211,102);*//*Pomme dauphine*/
/* background-color:rgb(135,135,135);*//*Gris dauphine*/
/* background-color:rgb(248,187,152);*//*Saumon dauphine*/
/* background-color:rgb(255,207,83);*//*Jaune dauphine*/
	background-color:rgb(46,139,87);/*Vert slides*/
/*	background-color:rgb(142,137,80);*//*Kaki*/
} 
a {
/*  color: #428bca;*/
/*  color: #962f2a;*/
/*  color: #b23731;*/
/*  color: #9d261d;*/
/*	color: #00428f;*/ /*Bleu dauphine*/
/*	color: #5768ac;*/ /*Indigo dauphine*/
/*	color: #603948; *//*Marron dauphine*/
/*	color:rgb(30,155,126);*//*Pin dauphine*/
/*    color:rgb(40,184,206); *//*Cyan dauphine*/
/*		color:rgb(172,211,102);*//*Pomme dauphine*/
	color:rgb(46,139,87);
}
	
  text-decoration: none;
}
a:hover,
a:focus {
/*  color: #2a6496;*/
 /* color: #5768ac;*/
/*  color: #e20606;*/
color:rgb(46,139,87);/*Vert slides*/
  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(245,245,255);*/
   background-color:rgb(255,247,230);
/*	background-color:#603948;*/
	text-align:center;
	/*color:#603948;*/ /* Marron dauphine */
	color:rgb(46,139,87);
	height:100%;
	
	
}

#style {
	text-align:justify;
	
}

#fin {
	text-align:right;
	bottom:0;
	
}
