@charset "utf-8";
@font-face {
    font-family: 'hand_sean';
    src: url('handsean-webfont.eot');
    src: url('handsean-webfont.eot?#iefix') format('embedded-opentype'),
         url('handsean-webfont.woff') format('woff'),
         url('handsean-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans';
    src: url('sourcesanspro-it-webfont.eot');
    src: url('sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-it-webfont.woff') format('woff'),
         url('sourcesanspro-it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'source_sans';
    src: url('sourcesanspro-black-webfont.eot');
    src: url('sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-black-webfont.woff') format('woff'),
         url('sourcesanspro-black-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}



@font-face {
    font-family: 'source_sans';
    src: url('sourcesanspro-blackit-webfont.eot');
    src: url('sourcesanspro-blackit-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-blackit-webfont.woff') format('woff'),
         url('sourcesanspro-blackit-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}
body.mceContentBody {
	background: #FFFDD0;
	/*font-size: 16px;*/
   padding: 10px;
	/*//height: 457px;*/
	width: 620px;
	margin-left:auto;
	margin-right:auto;
		text-align: left;
	font-size: 100%;
	line-height: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #99CCFF;
	border-left-color: #99CCFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}

@charset "utf-8";
/* Regular */
@font-face {
    font-family: 'League_Gothic';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular-webfont.woff') format('woff'),
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'rock_saltregular';
    src: url('RockSalt-webfont.eot');
    src: url('RockSalt-webfont.eot?#iefix') format('embedded-opentype'),
         url('RockSalt-webfont.woff') format('woff'),
         url('RockSalt-webfont.ttf') format('truetype'),
         url('RockSalt-webfont.svg#rock_saltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.mceContentBody table {
	padding: 0px;
	margin: 0px;
}
.mceContentBody table tr {
	padding: 0px;
	border: thin solid #333;
	margin: 0px;
}
.mceContentBody table td {
	border: thin solid #333;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
}
/*Paragraphes*/
.mceContentBody p,.mceContentBody ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	line-height: 1.2;
}
.mceContentBody ul li {
	line-height: 1.2;
	padding-left: 20px;
	background-image: none;
	list-style-position: outside;
	list-style-image: url(../images-page/puce-carre.png);
	margin-left: 20px;
}
.mceContentBody ul li ul li {
	background-image: none;
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: url(../images-page/puce-ronde.png);
	list-style-position: outside;
}
.mceContentBody_texte a {
	font-weight: bold;
	color: #005F8D;
	text-decoration: none;
}

.mceContentBody a:hover {
	background-color: #97c47c;	
}
/*images*/
.mceContentBody img {
	height: auto;
	width: auto;
	max-width: 100%;
}


.image_gauche {
	width: 38%;
	display: block;
	padding: 1%;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #338476;
	background-color: #E7E7E7;
	background-image: url(../images-page/brushed.png);
	height: auto;
}
.image_droite {
	width: 38%;
	display: block;
	padding: 1%;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
	border: 1px solid #338476;
	background-color: #E7E7E7;
	background-image: url(../images-page/brushed.png);
	height: auto;
}

.image_pleine_largeur {
	display: block;
	clear: both;
	height: auto;
	width: 97%;
	padding: 1%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #338476;
	background-image: url(../images-page/brushed.png);
}
.mceContentBody h1 {
	font-family: "League_Gothic", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #016289;
	font-weight: normal;
}
.mceContentBody h2 {
	font-family: "League_Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #3E9050;
	font-weight: normal;
}

