/*----------------------------- reset ------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


/*----------reset formulaire----------*/

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
input[type=search] {
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
}





/*-------------------------------------------------- Polices------------------------------------------------------*/

body {
}
/*--famille--*/



/*---couleurs--*/
.font-blanc {
	color: #fff;
}

.font-noir {
	color: #000;
}


/*--taille--*/

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.size22 {
	font-size: 22px;
}

.size23 {
	font-size: 23px;
}

.size25 {
	font-size: 25px;
}

.size26 {
	font-size: 26px;
}

.size30 {
	font-size: 30px;
}

.size35 {
	font-size: 35px;
}



/*------------------------------liens-------------------------*/


/*----------------------------Général---------------------*/


.centre {
	width: 570px;
	margin: 0 auto;
}



.desk-display-none {
	display: none;
}


strong {
	font-weight: 700;
}


/*------------ Landing Page ----------------*/

body {
	background: url(images/bg.jpg) no-repeat center top;
}

.panneau-contenu {
	background: url(images/bg--panneau-contenu.png) no-repeat center top;
	height: 702px;
	position: relative;
	margin-top: 500px; /* vers 278 */
	padding-top: 200px;	
	font-family: 'Asap', sans-serif;
	color: #424242;
	}

.panneau--centre {
	text-align: center;
}

.header-menu {
	float: none;
}

.panneau--texte {
	line-height: 1.35em;
	margin: 10px auto 10px auto;
	width: 600px;
	font-size: 14px;
}

.panneau--lien, .panneau--lien:visited {
	color: #8b2c31;
	font-size: 14px;
	text-decoration: none;
}


.panneau--lien:hover, .panneau--lien:active, .panneau--lien:focus {
	text-decoration: underline;
}




















































@media (max-width: 590px) {



/*------------------- Classes ---------------------*/



.centre {
	width: auto;
	margin: 0 auto;
}

/*--général--*/




}

































