/* 
reset.css
main.css
font.css
404.css
header.css
page-home.css
footer.css
common.css

*/
/*smartphone*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/**********/
/* RESET */
/**********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**********/
/**********/
/**********/
/**********/
html,body {
	height: 100%;	
}

/* *************** */
.Cadre{
	border:1px solid black;
	margin:10px;
	padding-bottom:50px;
}

*{
	-webkit-text-size-adjust:none
}

body{
	font-family: 'sqfregular';	
}

/* *************** */
@font-face {
    font-family: 'sqfregular';
    src: url('/fonts/homozio-medium-copy-webfont.eot');
    src: url('/fonts/homozio-medium-copy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/homozio-medium-copy-webfont.woff') format('woff'),
         url('/fonts/homozio-medium-copy-webfont.ttf') format('truetype'),
         url('/fonts/homozio-medium-copy-webfont.svg#sqfregular') format('svg');
    font-weight: normal;font-style: normal;
}

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




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

.bo_article,.bo_article_rouge{
	background-color: #FFFFFF;
	margin:0;
	padding:0;	
	line-height: 100%;
	font-size: 100%;
}
.bo_article_rouge{
	background-color: #86081D;
	background-color: rgba(134, 8, 29, 0.9);
	color:white;
}
.Margin0{
	margin: 0;
}
.MarginTop0{
	margin-top:0;
}
.MarginBottom0{
	margin-bottom:0;
}
.bo_article.nobackground{
	background: none;	
}
body.bo_article{ /* CMS */
	/*background: transparent;
	margin: 0;*/
}

.bo_article br{
	display: block;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

.bo_article h1,
.bo_article_rouge h1,
.bo_article h2,
.bo_article_rouge h2,
.bo_article h3,
.bo_article_rouge h3,
.bo_article h4,
.bo_article_rouge h4,
.bo_article h5,
.bo_article_rouge h5,
.bo_article h6,
.bo_article_rouge h6,
section h1{
	margin: 5px 0;
	padding: 0;
	color: #6b6b6b;
	font-weight: normal;
}

.bo_article h1,.bo_article_rouge h1,section h1{
	position: relative;
	font-size: 155%;
	line-height:100%;
	font-family: 'peignotbold';
	color:#86081d;
	margin-bottom: 20px;
	display: block; 	
}

.bo_article h2,.bo_article_rouge h2{
	font-size: 115%;
	color:#6b6b6b;
	font-family: 'sqfregular';
	margin: 0px 0 35px 0;
}

.bo_article h3,.bo_article_rouge h3{
	color: #86081d;
	font-size: 115%;
	font-family: 'sqfregular';
	margin: 5px 0 10px 0;
}

.bo_article h4{
	font-size: 90%;
}

.bo_article h5{
	font-size: 100%;
}

.bo_article h6{
	font-size: 79%;
}

.bo_article p,.bo_article_rouge p{
	font-family: 'sqfregular';
	font-size: 92%;
	color: #6b6b6b;
	line-height:137%;
	line-height:140%\9;
	margin:0;
}
.bo_article a{
	color: #86081d;
}
.bo_article a:hover{
	color: #000000;
	text-decoration: underline;
}
.wysiwyg-class-rouge{
	color:#86081d;
}
.wysiwyg-class-noir{
	color:black;
}
.wysiwyg-text-align-right {
  text-align: right;
}

.wysiwyg-text-align-center {
  text-align: center;
}

.wysiwyg-text-align-left {
  text-align: left;
}

.wysiwyg-text-align-justify {
  text-align: justify;
}

.wysiwyg-float-left {
  float: left;
  margin: 0 8px 8px 0;
}

.wysiwyg-float-right {
  float: right;
  margin: 0 0 8px 8px;
}

.wysiwyg-clear-right {
  clear: right;
}

.wysiwyg-clear-left {
  clear: left;
}

.wysiwyg-class-cTextRed{
	color:red;
}

.bo_article_rouge p{
	text-align:justify;
}
.bo_article_rouge h1,.bo_article_rouge h2,.bo_article_rouge h3,.bo_article_rouge p{
	color:white;
}

/* *************** */

/* *************** */
header{
	width:199px;
	height:129px;
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	background-image:url("/images/philippe-pacalet.png");
	background-size:199px 129px;
}
header a{
	border:0px solid red;
	height:129px;
	width:199px;
	display:block;
}

.barico{
	margin: auto;
	display: table;
	margin-bottom:20px;
	
}
.barico ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-row;
	white-space: nowrap;
}
.barico li {
	display: table-cell;
	
	text-align: center;
	border:0;
}
#PageHome .barico li {
	width: 100px;
}
.IconeMail, .IconeTel, .IconeMap,.IconeWWW{
	width:30px;
	height:40px;
	margin:auto;
	border:0;
	background:url("/images/sprites.png") no-repeat center center;
	background-size:30px 159px;
}

.IconeMail {
	background-position:0px -40px;
}
.IconeTel {
	background-position:0px -87px;
}
.IconeMap {
	background-position:0px 3px;	
}
.IconeWWW{
	width:35px;
	background-position:-4px -46px;	
}

/* *************** */
#PageHome img{
	width:100%;
	margin-bottom:20px;
}

.AlignCenter{
	text-align:center;
}

/* *************** */
footer {
    height: 25px;
    margin-top:20px;
    width: 100%;
    text-align: center;   
}


#BoutonFr, #BoutonEn{
	
}

#BoutonFr .Ico, #BoutonEn .Ico{
	background-image:url("/images/sprites.png");
	background-size: 30px 159px;
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	height:11px;
	width:18px;
	top:2px;
}
#BoutonFr .Ico{	
	background-position:0px -147px;	
}
#BoutonEn .Ico{
	background-position:0px -135px;	
}


footer a{
	font-size:13px;
	color:#969696!important;
}

.abus{
	font-size:11px;
	color:#b1ababa;
}
footer .barico {
	border:0;
}
footer .barico li {
	display: table-cell;
	text-align: center;
	border:0px solid red;
	
}
/* *************** */



/* *************** */
