@charset "iso-8859-1";
/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset,{
	margin: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	background:	#e4e4e4 url(images/bg-body.gif) repeat-x top left;
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: #fff;
	letter-spacing: 0.05em;
}
p{
	margin: 8px 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #F1DB15;
}
a:hover{
	text-decoration: none
}

/* =Branding
-----------------------------------------------------------------------------*/



/* =Main Nav
-----------------------------------------------------------------------------*/
#menu{
	background: transparent url(images/bg-menu.gif) no-repeat top left;
}
#menu img{
	padding-right: 5px;
}
#menu ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	list-style: none;
	width: 193px;	
}
#menu ul li {
	position: relative;
}
#menu ul li a {
	display: block;
	padding-top: 5px;
	padding-left: 45px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}
#menu ul li a:hover{
	color: #999;
	background: transparent;
}
/*li:hover ul, li.over ul { 
	display: block;
} */
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 1%; }


/* =Header
-----------------------------------------------------------------------------*/
#header{
	width: 702px;
	height: 103px;
	background: #fff url(images/canevas_01.gif) no-repeat top left;
}
#header div{
	padding-right: 30px;
	position:relative;
	float: right;
	top: 75px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#contentWrap{
	padding: 10px;
	background-color: #000;
	font-size: 70%;
}

#contentWrap img.look{
	margin: 0 5px;
	border: 1px solid #ccc;
}
#contenu{
	border: 1px solid #ccc;

}
#contenuIndex td{
	border: 1px solid #ccc;
	background-color: #999;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	padding: 10px;
	border-bottom: 1px solid #C10202;
	background-color: #690102;
	font-size: 70%;
}
#footer a{
	color: #fff;
}
#footerConception{
	padding: 5px;
	text-align: right;	
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}
.formulaire .input{
	font-size: 11px;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}


/* =Misc 1
-----------------------------------------------------------------------------*/
#sideBar{
	padding: 5px;
	background-color: #400203;
}
#sideBar table{
	margin-bottom: 3px;
	border: 1px solid #ccc;
	width: 100%;
	height: 100px;
}


ul {
	margin: 0;
	padding-left: 20px;
	text-align: left;
	list-style: none;	
}
ul li{
	padding-left: 15px;
	padding-bottom: 3px;
	background: #fff url(images/bullet-ul.jpg) no-repeat center left;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
