/*
Meuh powaaaa
soius licence GNOU ! of course !
 */

a {
	color: #000;
	text-decoration: underline;
	font-weight:bolder;
}

a img {
	border: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #442415;
	text-decoration: underline;
	font-size:130%;
	font-weight:bolder;
}



body {
	background-image: url(motif.png);
	background-repeat: repeat;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	margin: 0;
	padding: 0;
}


h2 {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 180%;
	color: #442415;
	font-weight: bold;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	margin-top: 0;
	color: #000;
}

#bandeau1{
	background-image:url(brown.jpg);
	height:150px;
}
#bandeau2{
	background-image:url(black.jpg);
	height:150px;
}

/* boites */

#content {
	background-image: url(meuh_logo.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	margin-left:20%;
	width: 800px;
}
#content p{
	text-align:justify;
}
#content #texte{
	padding:10px;
	font-size:110%;
	color:#442415;
}
#content #texte ol{
	border:none;
}
#content #texte a{
	padding:10px;
	/* border-top:thin solid #000;
	border-left:thin solid #000;*/
	font-size:110%;
	color:#442415;
}

#main{
		margin-top:165px;
		width:100%;
		color:#000;
}

#content #header-box {
	margin-left:400px;
	color:#000;
	font-size:150%;
	font-weight:bold;
}
#content #header-box p {
	text-align:right;
}
/* #header {
	background: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 140%;
	padding-right: 50px;
	padding-top: 60px;
	text-align: right;
	font-weight:bolder;
	color: #000;
	margin: 0;
}
*/

#footer {
	color: #000;
	border-top: 1px dotted #000;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	position: relative;
	right: 0;
	bottom: 0;
	font-size:80%;
}

