/* @override http://dev.cafoutche.fr/default.css */


*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
	font-family: "Trebuchet MS", Trebuchet, Arial;
	position: relative;
}


.public a{
	color: #005dae;
}

#wrapper{
	height: 100%;
	position: relative;
}

#pagewrapper{
	background: url(/img/fond.jpg) repeat-x;
	margin: 0;
	padding: 20px 20px 0;
	min-height: 149px;
}

#header{
	width: 420px;
	height: 110px;
	position: relative;
	top: -11px;
}

#header strong{
	margin: 0;
	padding: 0;
	color: #fff;
	width: 420px;
	height: 132px;
	position: absolute;
	overflow: hidden;
	top: -57px;
	font-size: 48px;
}

#header strong span{
	position: absolute;
	width: 420px;
	height: 73px;
	display: block;
	bottom: 0;
	background: url(/img/logo.png) no-repeat;
}

#header h1{
	color: #fff;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	top: 79px;
	font-size: 24px;
}

#navigation{
	background-image: url(/img/fond-barre.jpg);
	position: relative;
	display: block;
	margin-bottom: 0;
}

#navigation ul{
	list-style-type: none;
	height: 35px;
	position: relative;
	display: block;
}

#navigation ul li{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	line-height: 33px;
	height: 35px;
}

#content{
	min-height: 280px;
	position: relative;
	background: white url(/img/ombre.jpg) repeat-x 0 top;
	border-left: 1px solid #5c6ad0;
	border-right: 1px solid #5c6ad0;
	border-bottom: 1px solid #5c6ad0;
	margin-left: 1px;
	margin-right: 1px;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
	padding-bottom: 30px;
}

#content #colright{
	width: 300px;
	float: right;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 30px;
}

#main{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	position: relative;
}

#footwrapper{
	height: 230px;
	background-image: url(/img/fond-footer2.jpg);
	position: relative;
	bottom: -15px;
}




#footer{
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
	-webkit-border-radius: 15px;

-moz-border-radius: 15px;
	background-color: #6f7bd8;
	color: #fff;
	margin-top: 30px;
	padding: 20px;
	font-size: 12px;
	letter-spacing: 0.1em;
	height: 140px;
}
