/* CSS Reset to defaults */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td			{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;}


 q											{quotes:none;}

/* remember to define focus styles! */

:focus													{outline:0;}

/* remember to highlight inserts somehow! */

ins														{text-decoration:none;}

del														{text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */


.clear													{clear:both; font-size:0px;}

body {
	background:#370000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

input:hover.soumettre_input {border : 1px solid #e2007a;}
input.soumettre_input {border : 1px solid #e5e5e5;}
span.conseil {font-size: 13px;color: white; padding-left:20px;}
td.conseltd {border-bottom: 1px solid grey; padding-bottom:8px;}
textarea:hover.soumettre_textarea {border : 1px solid #e2007a;}
textarea.soumettre_textarea {width:100%; height:350px; margin-left:25px;margin-right:25px}
td { padding-top:30px }


img {
	display:block;
}

#head {
	width:100%;
	height:222px;
	background:url(../images/headBg.png) repeat-x;
}

#headWrapper {
	width:830px;
	height:222px;
	margin:auto;
	background:url(../images/head.png) no-repeat;
}

#logo {
	margin:40px auto 0px auto;
}

#nav {
	width:100%;
	height:58px;
	background:url(../images/navBg.png) repeat-x;
}

#navWrap {
	width:830px;
	height:58px;
	margin:auto;
}

#nav a {
	float:left;
	margin:0px 17px 0px 17px;
}

#nav a:hover {
	border-left:#1D1D1D 1px solid;
	border-right:#1D1D1D 1px solid;
	margin:0px 16px 0px 16px;
}

#wrapper {
	width:830px;
	margin:10px auto 0px auto;
}

#sidebar {
	width:158px;
	float:left;
}

.sidebarBox {
	width:158px;
	margin-bottom:10px;
}

.sidebarBoxContent {
	width:140px;
	background:#000;
	padding:5px;
}

.sidebarul {
	margin:5px 0px 5px 0px;
	padding:0px;
	list-style:none;
}

.sidebarul li {
	line-height:18px;
	padding-left:25px;
	margin-left:5px;
	background:url(../images/chip.png) left center no-repeat;
}

.sidebarul a {
	color:#FFF;
	text-decoration:none;
}

.sidebarul a:hover {
	text-decoration:underline;
}

#content {
	width:652px;
	float:right;
}

.contentBox {
	width:652px;
	background:url(../images/grad.png) top no-repeat;
	padding-top:27px;
}

.contentBoxContent {
	width:632px;
	padding:20px 10px;
	background:#000;
}

h1 {
	font-size:15px;
	color:#ff0001;
}

.sep {
	clear:both;
	height:1px;
	background-color:#850000;
	margin:15px 0px 15px 0px;
}

.ad {
	float:left;
	width:100px;
	height:60px;
	background:url(../images/ad.png) no-repeat;
	padding:6px;
	margin-right:10px;
}

a {
	color:#FFF;
}

a:hover {
	color:#CCC;
}

.complete {
	text-align:right;
}

#slider {
	width:830px;
	height:85px;
	background:url(../images/sliderBg.png) no-repeat;
	margin-top:30px;
}

#slider div.ad {
	margin-top:6px;
}

.left{ 
	float:left;
	margin-top:20px;
	margin-right:14px;
}

.right {
	float:right;
	margin-top:20px;
}

#footer {
	width:830px;
	height:118px;
	background:url(../images/footerBg.png) no-repeat;
}
.flink {
	float:left;
	margin:15px 20px 1px 20px;
}

.flink:hover {
	border-bottom:#333 1px solid;
	margin-bottom:0px;
}

.copyright {
	float:left;
	font-size:11px;
	width:415px;
	margin:45px 0px 0px 20px;
}

.flogo {
	float:right;
	margin:20px 15px 0px 0px;
}
