/* ===========================================================
Elements de Page ========================================== */

* {
	font-family:Arial, Verdana;
	font-size:13px;
	color:#ffffff;
	padding:0;
	margin:0;
}

body {
	background-color:#c6c6c6;
}

a {
	text-decoration:underline;
	cursor:pointer;
}

a img {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

label {
	float:left;
}

img {
	border:none;
}

ul, li {
	list-style:none;
}

hr {
	border:none 0;
	border-top:1px dashed #878787;
	margin:28px 0 4px 0;
	height:1px;
}

/* ===========================================================
Titre ===================================================== */

h1, h1 a {
	font-weight:normal;
	margin-bottom:8px;
	line-height:1.3;
	font-size:20px;
	color:#878787;
}

h2, h2 a {
	margin-bottom:8px;
	font-weight:bold;
	line-height:1.3;
	font-size:14px;
	color:#878787;
}
/* ===========================================================
Formulaire ================================================ */

form {
	width:50%;
}

form p {
	margin-bottom:4px;
	width:100%;
}

form label {
	width:20%;
}

input, textarea {
	border:1px solid #131313;
	background-color:#4F4F4F;
	color:#ffffff;
	padding:3px;
	width:60%;
}

.no, .no:hover, .inscription .no, .inscription .no:hover {
	list-style:none;
	background:none;
	border:none;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background-color:#6C6C6C;
}

select, select option {
	color:#000000;
}

.submit {
	padding:3px 8px 3px 8px;
	text-align:center;
	cursor:pointer;
	margin-right:19%;
	float:right;
	width:auto;
}

.inscription {
	width:95%;
}

.inscription p {
	margin-bottom:8px;
}

.inscription label {
	width:39%;
}

.inscription input {
	border:1px solid #131313;
	background-color:#4F4F4F;
	color:#ffffff;
	padding:3px;
	width:58%;
}

.inscription input:hover, .inscription input:focus {
	background-color:#6C6C6C;
}

.inscription .submit {
	width:auto;
}

.login {
	border-left:1px solid #878787;
	vertical-align:top;
	margin-left:50%;
	padding-left:8%;
	width:50%;
}

.login form {
	width:95%;
}

.login form .submit {
	margin-right:18%;
}

form .column1 {
	float:left;
	width:46%;
}

form .column2 {
	float:right;
	width:44%;
}

.form1 input {
	width:100%;
}

.form1 textarea {
	width:216%;
	height:88px;
}

.form1 .submit {
	width:auto;
	margin:0;
}

.form2 {
	width:100%;
}

.form2 .submit {
	margin-right:0;
}


/* ===========================================================
Structure ================================================= */

#wrapper {
	background:transparent url(../media/design/bg.png) repeat-y scroll 0 0;
	padding:0 49px 0 49px;
	margin:0 auto 0 auto;
	position:relative;
	width:981px;
}


/* ===========================================================
Header ==================================================== */

#header {
	background:transparent url(../media/design/header.png) no-repeat scroll 0 0;
	font-family:tahoma;
	height:150px;
	width:100%;
	margin:0;
}


/* ===========================================================
Speedbar ================================================== */

#speedbar {
	background:transparent url(../media/design/speedbar_bg.png) repeat-x scroll 0 0;
	padding-left:18px;
	padding-top:13px;
	height:58px;
	width:963px;
}

#speedbar li, #speedbar  {
	float:left;
}

#speedbar a {
	border-right:1px solid #dadada;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:8px;
	padding-left:8px;
	line-height:1.3em;
	font-size:13px;
	color:#dadada;
	float:left;
}

#speedbar a:hover {
	background-color:#ed1c24;
}

#speedbar .submenu ul {
	background-color:#dddfe2;
	position:absolute;
	margin-top:16px;
	left:-10000px;
	width:180px;
}

#speedbar li.over  > ul {
	left:302px;
}

#speedbar .submenu ul li {
	width:162px;
	float:none;
}

#speedbar .submenu ul li a {
	border-bottom:1px dashed #737373;
	background-color:#dddfe2;
	padding:4px 4px 4px 12px;
	border-right:none;
	line-height:1.3em;
	font-weight:bold;
	color:#000000;
	width:164px;
}

#speedbar .submenu ul li a:hover {
	background-color:#ed1c24;
	color:#ffffff;
}


/* ===========================================================
Content =================================================== */

#content {
	background-color:#313131;
	padding:4px 28px 28px 28px;
	margin-top:70px;
}

#content embed, #content object {
	margin-top:0;
}

/* ===========================================================
Footer ==================================================== */

#footer {
	background:transparent url(../media/design/footer.png) no-repeat scroll 0 0;
	padding:32px 0 41px;
	text-align:center;
	width:100%;
}

#footer a {
	color:#ed1c24;
}


/* ===========================================================
Arborescence ============================================== */

.arborescence, .arborescence ul {
	text-align:left;
}

.arborescence, .arborescence li {
	margin:0;
}

.arborescence ul {
	padding-left:5%;
	width:95%;
}

.arborescence li {
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	width:100%;
}

/* ===========================================================
Divers ==================================================== */

.link {
	border:none;
	border-bottom:1px solid #FFFFFF;
	text-decoration:unerline;
	background:none;
	cursor:pointer;
}

.link:hover {
	background-color:transparent;
	text-decoration:none;
	border-bottom-color:transparent;
}

.panier {
	width:100%;
}

.panier input {
	height:auto;
	padding:0;
}

.panier hr {
	margin:0 0 15px 0;
}

.menu li {
	margin-bottom:3px;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.left {
	float:left;
}

.rouge {
	color:#F32331;
}

.gras {
	font-weight:bold;
}

.marge {
	margin-left:18px;
}

.spec {
	border:1px solid #232323;
	background-color:#313131;
	padding:5px;
}

.spec:hover {
	background-color:#373737;
}
