/* ===========================================================
Elements de Page ========================================== */

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg.png) repeat-x #cdcdcd;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#b1b1b1;
}

img {	
	border:none;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#595959;
}

a:hover {
	text-decoration:underline;
	color:#ffad00;
}

label {
	font-weight:bold;
	cursor:pointer;
	color:#636363;
}

label:hover {
	color:#828282;
}

ul, li {
	list-style-type:none;
}

p {
	margin-bottom:6px;
}

h2 {
	border-bottom:1px solid #aeaeae;
	margin:8px 0 8px 0;
	font-weight:bold;
	font-size:13px;
	color:#ffcc00;
	width:100%;
}

h3 {
	margin-bottom:8px;
	font-weight:bold;
	font-size:12px;
	color:#ffcc00;
}

/* ===========================================================
Formulaire ================================================= */

form input {
	margin-bottom:8px;
}

form .text {
	background-color:#a4e5ff;
	padding:3px;
	border:none;
	color:#636363;
	width:133px;
	height:20px;
}

form .submit {
	background:transparent url(../images/button.png) no-repeat scroll 0 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	border:none;
	width:100px;
	height:21px;
	color:#ffffff;
}

form .submit:hover {
	padding:1px 0 0 1px;
}

/* ===========================================================
Structure ================================================== */

#wrapper {
	margin:18px auto 18px auto;
	position:relative;
	height:100%;
	width:850px;
}

/* ===========================================================
Header ==================================================== */

#header {
	background:transparent url(../images/header.png) no-repeat scroll 0 0;
	padding:6px 16px 6px 16px;
	font-weight:bold;
	height:201px;
	width:818px;
	color:#ffffff;
}

#header #speedbar {
	margin:154px 0 0 510px;
	position:absolute;
	width:328px;
}

#header #speedbar li {
	width:auto;
	float:left;
}

#header #speedbar a {
	background:none;
	padding-left:0;
	color:#ffffff;
	float:left;
}

#header #speedbar a:hover {
	color:#ffad00;
}

#header #speedbar a img {
	margin:0 2px 0 6px;
	float:left;
}

/* ===========================================================
Middle ===================================================== */

#middle {
	background-color:#ffffff;
	padding:0 12px 12px 12px;
}

/* ===========================================================
Menu ====================================================== */

ul {
	width:170px;
}

ul li {
	width:170px;
	float:left;
}

ul a {
	background:transparent url(../images/star.png) no-repeat scroll 0 0;
	margin:3px 0 3px 8px;
	padding-left:20px;
	font-weight:bold;
	color:#636363;
	float:left;
}

ul a:hover {
	text-decoration:none;
	padding-left:22px;
}

ul h1 {
	background:transparent url(../images/bar.png) no-repeat scroll 0 0;
	margin-bottom:6px;
	padding-top:7px;
	text-align:center;
	margin-top:18px;
	font-size:12px;
	width:170px;
	height:22px;
	color:#ffffff;
}

/* ===========================================================
Content =================================================== */

#content {
	margin-left:178px;
	padding-top:18px;
	min-height:600px;
	width:468px;
}

#content .cadre {
	margin:12px 0 12px 0;
	padding:18px;
}

#content .top {
	height:180px;
}

#content .author {
	margin:8px 0 8px 0;
	font-weight:bold;
	font-size:10px;
	float:right;
}

#content img.left {
	margin-right:8px;
}

/* ===========================================================
Box ======================================================= */

.box, .box_no {
	background:transparent url(../images/separator.png) no-repeat scroll right 0;
	padding-right:4px;
	text-align:center;
	height:168px;
	width:139px;
	float:left;
}

.box_no {
	background:none;
}

.box .note, .box_no .note {
	margin-right:4px;
	font-weight:bold;
	margin-top:8px;
	float:right;
}


/* ===========================================================
Footer ===================================================== */

#footer {
	background:transparent url(../images/footer.png) no-repeat scroll 0 0;
	padding-top:7px;
	text-align:center;
	font-weight:bold;
	height:20px;
	width:850px;
	color:#ffffff;
}

#footer .right{
	font-weight:normal;
	position:absolute;
	margin-top:2px;
	font-size:9px;
	right:8px;
}

/* ===========================================================
Divers ===================================================== */

.center {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

.marge {
	margin-left:28px;
}

.cadre {
	border:1px dashed #b1b1b1;
}
