/*--------------------------------------------------
http://www.needwebcom.fr/
Auteur: Needwebcom
contact: needwebcom /@/ gmail.com
----------------------------------------------------
Stylesheet CSS
---------------------------------------------------*/	

/* -----------------------------------------------------------------
	RESET
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display:block;}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
html {-webkit-text-size-adjust:none}



/* -----------------------------------------------------------------
	STRUCTURE
------------------------------------------------------------------ */
body	{
	background: #fff; 
	font: 15px/21px Calibri, Arial, sans-serif;
	color: #454545;
	}
header {}
section	{ margin: 0 auto 75px;}
footer {font-size: 11px;text-align: center;}
	
#content {text-shadow:0 1px 0 #fff;}

	
/* -----------------------------------------------------------------
	BALISES HTML PAR DEFAUT - STYLES COURANTS
------------------------------------------------------------------ */
a, a:visited, a:hover {color: #494b4c;}

strong, b {font-weight: bold;}
em { font-style: italic; }
img{ max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic;}
.clear {	clear: both; height: 0; font-size: 0; overflow: hidden; background: #f1f1ef; }
.italic {font-style: italic;}
.bold {font-weight: bold;}
.small { font-size:0.8em; font-weight:normal; }
.underline { text-decoration:underline; }

.mb10 { margin-bottom:10px; }

/* ---- padding general --- */
figure, p, ul, ol, dl
	{ padding: 5px 10px;}
		
/* -----  titre  -------*/
h1 { font-size:1.6em; } 
h2 { padding: 25px 0 25px 0; background: #fff; color:#454545; font-size: 1.2em; text-align: center; font-weight: normal; line-height: normal; }
p { color:#999; text-align: center; }

h3 { text-align:center; }

.logo { /*max-width: 300px;*/ }
.textC { text-align:center; }


/* -----------------------------------------------------------------
	HEADER
------------------------------------------------------------------ */
div#header {
	background: #fff;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1em;
	-webkit-box-shadow:  1px 1px -1px 0px #E5E5E5;
	        box-shadow:  1px 1px -1px 0px #E5E5E5;
}

/* ---- HEADER ----- */
header {
	float: none; position: relative;
	max-width: 960px;
	margin: 0 auto;
	overflow: auto; } 
	

/* -----------------------------------------------------------------
	FOOTER
------------------------------------------------------------------ */
footer {
	position: relative;
	margin-top: 20px; padding-top: 10px;
	background: #333;
	color:#fff; font-size: 0.9em; text-align: center; }

footer:before {
	background: #f2f2f2;
	content: '';
	left: 50%;
	display: block;
	height: 15px;
	margin: 0 0 0 -7.5px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: -8px;
	width: 15px;
}

footer a, footer a:visited, footer a:hover  { color:#fff;}

/*
==================== Mediaqueries ====================
*/	

@media only screen and (max-width: 520px)
{
	h2, h3, h4, figure, p, ul, ol, dl { padding: 3%;}
	
}

@media only screen and (min-width: 600px) and (max-width: 1023px) { 
	
}