/*  ----------\
	-----------------------------------------------
	Title 		: Crux.com CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 05-11-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Crux (c) 2007
	-----------------------------------------------
	----------/
*/

/* --------------------------------------
	
	=reset
	
-------------------------------------- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */

body { 
	background: #141414 url(../img/bg-body.jpg) repeat-x; 
	color: #fff; 
	font: normal small Arial, Helvetica, sans-serif;
}

#wrapper {
	background: #000;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	margin: 0 auto;
	padding: 0 3px;
	width: 980px;
}

#masthead {
	background: url(../img/bg-masthead.jpg) no-repeat;
	height: 69px;
}

img#banner {
	margin: 0 0 20px 0;
}

#footer {
	background: url(../img/logo-small.gif) no-repeat 5px 14px;
	clear: both;
	padding: 14px 0 14px 81px;
}
/* --------------------------------------
	
	=nav
	
-------------------------------------- */
ul#mainNav {
	background: url(../img/bg-menubar.jpg) repeat-x;
	
	height: 20px;
	margin: 0;
	width: 100%;
}

ul#mainNav li {
	
	float: left;
}

ul#mainNav li a {
	background: url(../img/mainNav-bg.gif) no-repeat 100% 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 90%;
	height: 20px;
	line-height: 20px;
	padding: 0 12px;
	text-transform: uppercase;
}

ul#mainNav li a:hover, ul#mainNav li a.active {
	background: url(../img/mainNav-bg.gif) no-repeat 100% 100%;
}

ul#mainNav li a.accueil {
	background: url(../img/mainNav-home.gif) no-repeat;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 34px;
}

ul#mainNav li a.accueil:hover {
	background: url(../img/mainNav-home.gif) no-repeat 0 100%;
}

ul#mainNav li a.concours {
	background: url(../img/mainNav-concours.gif) no-repeat;
	height: 20px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 114px;
}


ul#secNav {
	clear: both;
	margin: 0;
	padding: 0;
	width: 980px;
}

ul#secNav li {
	display: inline;
	float: left;
	margin:0;
	margin-left:1px;
	padding: 0;
}

ul#secNav li.first {
	margin-left: 0;
}

ul#secNav li a {
	display: block;
	float: left;
	height: 169px;
	
	width: 195px;
}
/* --------------------------------------
	
	=headers
	
-------------------------------------- */
h1#logo, h1#logo a {
	background: url(../img/logo.jpg) no-repeat;
	display: block;
	height: 69px;
	margin: 0p
	overflow: hidden;
	width: 288px;
}

h1#logo {
	margin-left: 13px;
}

h1#logo a {
	text-indent: -9999px;
}
/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */
dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin-bottom: 1.0em;
}

h2 {
	margin-top:0px;
}

#footer p {
	color: #c39a39;
	font-size: 70%;
	margin: 0;
	text-transform: uppercase;
}

#btnbar {
	clear:both;
	border:none;
	padding:0;
	margin:0;
	background-color:#CDCDCD;
	height:8px;
	width:978px;
	margin-left:1px;
	font-size:0px
}

/* --------------------------------------
	
	=links
	
-------------------------------------- */

#content a {
	color: #da5900;
	text-decoration: underline;
}

#content a:hover {
	color: #fe9e19;
}

.feedbackError {
	border: 2px solid red;
	margin: 12px;
	padding: 8px;
}

.feedbackSuccess {
	border: 2px solid green;
	margin: 12px;
	padding: 8px;
}