/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
	line-height: 135%;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 40px;
	color: #0097d7; 
	font-weight:normal;
	line-height: normal;
}

h2 {
	font-size: 30px; 
		color: #0097d7; 
	font-weight:normal;
		line-height: normal;
}

h3 {
	font-size: 25px; 
			color: #4c5cc5; 
	font-weight:normal;
		line-height: normal;
}

h4 {
	font-size: 15px;
			color: #0097d7; 
	font-weight:bold;
		line-height: normal;
}
	
h5 {
	font-size: 14px; 
	color: #353535;
	margin-bottom: 1px;
		line-height: normal;
}

h6 {
	font-size: 11px;
	text-decoration: none;
	color: #353535;
	line-height: 135%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

/* Links - default */
a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #a71201;
}	



a:hover {
	text-decoration: underline;
	color: #a71201;
}	

 
a{ outline: none;}
.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.news_campaigns{
border-left:1px solid #8dd0ed;
padding-left:10px;
width: 250px;

	

}
.bienvenue_cell{
	border-left: 1px dashed #0097d7 ;
	padding-left:15px;
	padding-right:15px;
}
.welcome_cell{
padding-right:15px;	
}
.purple_para{
	font-size: 18px;
	line-height: 140%;
	color: #4c5cc5;
	font-weight: normal;
}
