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

/*-----------------------------------------*/


body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	background-color: #1a1a1a;
	margin: 0px;
	padding: 0px;
	
	
	
}
#tete {
	height: 60px;
	width: 100%;
	padding: 10px;
	border-bottom-style: double;
	border-bottom-color: #999;
	border-bottom-width: 6px;
	background-image: url(../images/texture_gris_fonce.jpg);
	background-repeat: repeat;
	position: fixed;
	left: 0px;
	top: 0px;
}


#tete p {
	margin-top: 26px;
	text-align: right;
	margin-right: 20px;
}
#pied {
	height: 60px;
	width: 100%;
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #FFF;
	padding: 10px;
	background-image: url(../images/texture_gris_fonce.jpg);
	background-repeat: repeat;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
#corps {
	/*width: 100%;*/
	padding-top: 86px;
	/*padding-bottom: 120px;*/
	background-image: url(../images/logo-passeurs-de-savoirs-site.png);
	background-position: 0px 100%;
	background-repeat: no-repeat;
}
#nav_prec  {
	float: left;
	width: 50px;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	padding-top: 30px;
}
#nav_suiv   {
	float: right;
	width: 50px;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	padding-top: 30px;
}
#centre {
	margin-right: 170px;
	margin-left: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.flist ul {
	padding-left: 10px;
	list-style-type: square;
}
.flist h2 {
	margin-bottom: 30px;
}
#corps #centre #c1 #s1 .screen_site {
	background-image: url(../images/site/ecran.png);
	height: 183px;
	width: 244px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.flist {
	margin: 0px;
	padding: 10px;
	overflow: auto;
}

#social{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}
#social img {
	margin-left: 10px;
}
#c1 h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #D7793A;
}
#c1 h4 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.toutpetit {
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
}


.screen_site img {
	height: 113px;
	width: 213px;
	padding: 0px;
	margin-left: 17px;
	margin-top: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pied .infopied {
	padding: 15px;
	color: #F93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#pied .infopied a {
	color: #F93;
	text-decoration: none;
}
#pied .infopied a:hover {
	color: #999;
	text-decoration: underline overline;
}
