body {
	background-color: white;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	letter-spacing: 0.01em;
	margin:0;
	padding:0;
}

/* TinyMCE specific rules */
body.mcecontentbody {
   background-image: none;
   background-color: #fff;
}

a {
	color: #da7614;
}

a:hover {
	text-decoration: none;
}

#wrap {
	margin: 5px auto;
	#margin: 10px auto;
	/*border: 5px solid #f08b29;*/
	width: 1000px;
	background-color: #fff;
}

#logo {
	padding-top:10px;
	border: 2px solid #f08b29;
	text-align: center;
	width: 171px;
	height: 89px;
	background-color: white;
}

#header {
	float:left;
	background: black url(http://www.stock3p.com/images/user/www.stock3p.com/template/header.jpg) top right no-repeat;
	height: 99px;
	width: 820px;
	border-top: 2px solid #f08b29;
	border-right: 2px solid #f08b29;
	border-bottom: 2px solid #f08b29;
}

#header h1, h2 {
	margin: 0;
	padding:0;
}

#content {
	float: left;
	width: 800px;
	background-color: white;
	padding: 20px 10px;
}

#menu {
	position: absolute;
	top: 95px;
	width: 820px;
	/*background: transparent url(http://www.stock3p.com/images/user/www.stock3p.com/template/bg-menu.jpg) top right repeat-y;*/
	height: 30px;
	text-align: right;
}

#menu ul {
	margin: 0 5px 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0 5px 0 5px;
}

#menu a {
	display: inline-block;
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
	/*border: 2px solid red;*/
	padding: 2px;
}

#menu a:hover {
	background-color: red;
	color: white;
	text-decoration: underline;
}

#left {
	float:left;
	width: 175px;
	height: 100%;
	background: #c3bfbe url(http://www.stock3p.com/images/user/www.stock3p.com/template/bg-menu.jpg) repeat-x 0 99px;
	bottom: 0;
}

#leftmenu {
	list-style: none;
	padding: 10px;
	margin: 20px 0px 10px 0px;
}

#leftmenu ul {
	position: absolute;
	visibility: hidden;
	list-style: none;
	width: 160px;
	margin-top: -26px;
	margin-left: 160px;
	border: 1px solid gray;
	background: transparent url(http://www.stock3p.com/images/user/www.stock3p.com/template/bg-menu.jpg) top repeat-x;
	padding:0;
}

#leftmenu ul li {
	background-color: transparent;
}

#leftmenu li {
	text-align: left;
}

/*#leftmenu li.subLevel {
	background: transparent url(http://www.stock3p.com/images/user/www.stock3p.com/template/serveur.png) left center no-repeat;
}*/

#leftmenu a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftmenu a:hover {
	background-color: #004077;
	color: white;
}

#leftmenu .CurrentPage {
	color: red;
}

#footer {
	width: 1000px;
	margin: 10px auto;
	text-align: center;
	color: #b5b5b5;
}

.clear {
	clear: both;
}

.orange {
	color: #f08b29;
}

.gris {
	color: #c4c4c4;
}

.bleu {
	color: #004077;
}

.rouge {
	color: #d91914;
}

.Title {
	font-size: 120%;
	font-weight: bold;
	color: #004077;
	text-transform: uppercase;
}

.Title:first-letter {
	color: #f08b29;
	font-size: 150%;
}

.Navigation {
	text-align: right;
}

.Navigation a {
	color: #004077;
}