@charset "utf-8";
/* CSS Document */
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body {
	margin:0;
	height:100%;
	font-family: "Trebuchet MS;Geneva", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	background-color: #1B1C17;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/logo-passeurs-de-savoirs-site.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#milieu {
	height: 100%;
}


h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em 
	margin:0 0 0.5em;
}
	h1, h2, a {
	color:#D7793A;
	}

p {
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#header {
	padding:10px;
	background-color: #2E2E2E;
	background-repeat: repeat;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #666;
	background-image: url(../images/texture_gris_fonce.jpg);
	height: 80px;
	position: fixed;
}
#header h1 {
	float: left;
}
#header p  {
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;

	}


milieu
{
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 106px;
	padding-left: 0px;
	height: 100%;
}
#content {
	padding-right: 160px;
	padding-left: 160px;
	padding-top: 20px;
	padding-bottom: 100px;
	height: 100%;
}
#adroite {
	float: right;
	width: 50px;
	padding-right: 30px;
	padding-top: 95px;
	height: 310px;
}

div#footer {
	position:fixed;
	width:100%;
	bottom:0;
	background-color: #2E2E2E;
	background-image: url(../images/texture_gris_fonce.jpg);
	background-repeat: repeat;
	height: 80px;
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #666;
}
	

#social{
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}
#social img {
	margin-left: 10px;
}
#agauche {
	float: left;
	width: 50px;
	padding-top: 95px;
	padding-left: 30px;
	height: 310px;
}
#container #milieu #content {
	font-family: "Trebuchet MS;Geneva", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.flist {
	overflow: auto;
	height: auto;
	width: 100%;
}


.message {
	padding: 10px;
	width: 450px;
	background-color: #CCCCCC;
	border: 1px solid #D7793A;
	height: auto;
}
#s5 input, #s5 textarea{
	color: #333333;
	width: 450px;
	background-color: #eeeeee;
	border: 1px solid #666666;
	padding: 2px;
}
#s5 textarea {
	
	height: 150px;
}
#s5 input[type="submit"] {
	
	width: 250px;
}
