@charset "UTF-8";
/* CSS Document */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body{
	margin:0;
	line-height: 2em;
	position: relative;
	cursor: default;
	color:#000000;
	font-style: normal;
	font-weight:lighter;
	background-color:#f9f8f0;
	background-repeat:repeat-x;
	background-image:url(../image/bg.jpg);
	font-family: "DejaVu Serif", Georgia, serif;
	/*font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;*/
}

.img-rsponsive{
	max-width : 100%;
heigth: auto;
}
img {
    border: 0;
	padding:10px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

img {
  display: inline-block;
  vertical-align: middle; }
  
.contain{
	width:882px;
	height:auto;
	margin:auto;
	/*background-color:#DFEA41;*/
}

.panel {
  /*border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;*/
  margin-bottom: 1.25rem;
  /*padding: 1.25rem;*/
  line-height: 1.4em;
  width:auto;
  text-align:center;
  color:#00000;
  }

#header{
	width:882px;
	height:auto;
	float:left;
	/*background-color:#C83639;*/
	
}

.footer{
	width:auto;
	text-align:center;
	color:#790d39;
	margin-bottom:30px;
	/*padding : 1rem;*/
	/*float:left;*/
	font-size:18px;
}

.lien a {
	color:#790d39;
}

#logo{	
	width:200px;
	height:auto;
	float:left;
	margin-top:7px;
	font-size:18px;
	text-align:left;
}

.logo a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu{
	width:600px;
	height:auto;
	float:right;
	margin-top:7px;
	font-size:18px;
}

#nav {  
	padding: 0; 
	margin: 0;
	text-align:right;  
}

#nav li {  
    display: inline;  
    list-style: none;
	padding:0px;
	margin:0px;  
}  
#nav a {  
    display:inline-block;
	text-decoration:none;
	/*color:#d8abbd;*/
    margin: 0 10px;
	opacity:0.5;
	/*transition-property: color;
	transition-duration: 1s;*/

} 

#nav a:hover {
	opacity:0.5;
	/*transition-property: opacity;
    transition-duration: 1s;*/
} 

hr {
	border: solid #b63e86;
	border-width: 1px 0 0;
	clear: both;
	margin: 0,1rem 0 1rem;
	height: 0;
}
  
h1 {
	font-size: 2.7rem;
	font-weight:lighter;
	color:#790d39;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1; }

.parag{
	width: 294px;
	text-align:center;
	/*padding: 2em;*/
	color:#000000;
	float:left;
	margin:auto;
	margin-bottom:30px;
	line-height: 1.2em;
}

.parag_3{
	width: 882px;
	text-align:center;
	/*padding: 2em;*/
	color:#000000;
	float:left;
	margin:auto;
	margin-bottom:30px;
	line-height: 1.2em;
}

.parag_2{
	width: 441px;
	height:auto;
	text-align:center;
	/*padding: 0.1em;*/
	color:#000000;
	float:left;
	/*margin:auto;*/
	font-size:16px;
	margin-bottom:20px;
	line-height: 1.2em;
}

.content{
	width:882px;
	height:auto;
	float:left;
	margin:auto;
	/*margin-bottom:40px;*/
}

.content_2{
	width:882px;
	height:auto;
	float:left;
	margin:auto;
	/*margin-bottom:40px;*/
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1; 
  }
  
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
	
.small-4 {
    position: relative;
    width: 33.33333%; }
	
.titre{
	color:#790d39;
	font-style:italic;
	font-weight:bold;
	}
	
.titre_2{
	color:#790d39;
	/*font-style:italic;*/
	font-weight:bold;
	}

.red_content{
	color:#790d39;
}

.titre_ligne{
	color:#790d39;
	font-style:italic;
	font-size:30px;
	/*font-variant:small-caps;*/
	}
	
.titre_parag{
	color:#790d39;
	font-size:30px;
	/*font-variant:small-caps;*/
	}


span{
	color:#00000;
	font-weight:bold;
	text-decoration:underline;
}

.red_span:{
	color:#790d39;
	font-weight:bold;
}

.with_content{
	color:#FFFFFF;
}

.hr {
	width:auto;
	height:auto;
	padding:20px;
}
.rouge {
	font-style: normal;
	font-variant: normal;
	color: #790d39;
	text-decoration:none;
	font-weight:normal;

