/*
-----------------------------------------------
OPALIA recrutement Template Style
Name:     OPALIA Web Design
Designer: LeFUMiST
URL:      www.opalia-webdesign.fr
Date:     21 May 2008
----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
  background: rgb(231,226,226) url(../images/bg-body.gif) top repeat-x fixed;
  font:x-small Verdana,Sans-serif;
 	color: rgb(120,97,93);
  cursor: default;
  padding: 20px 0 10px;
}
li {
	list-style-type:none;
}

/* Structure
----------------------------------------------- */

#intro {
	background: transparent;
	border:0;
	margin:0pt auto;
	position: relative;
	width:650px;
	text-align:center;
	padding-top:85px;
}
#content {
	background:transparent;
	border: 0;
	margin:0pt auto;
	position:relative;
	width:800px;
}
#top {
	background: transparent url(../images/bg-top.gif) no-repeat;
	height:165px;
	width: 800px;
}
#menu {
	background: transparent url(../images/bg-menu.gif) no-repeat;
	height: 50px;
	width: 800px;
	text-align:center;
}
#menu li {
	display:inline;
	font-size: 113%;
	font-weight:bold;
	line-height:27px;
	padding:0px 5px 0pt;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-0.05em;
}
#menu li a {
	color: rgb(150,132,129);
	margin:0pt 7px;
	text-decoration:none;
}
#menu a:hover {
	color: rgb(187,27,61);
	margin:0pt 7px;
	text-decoration:none;
}
#page {
	background: transparent url(../images/bg-page.gif);
	min-height:200px;
	height:auto;
	width:800px;
	font-family: Helvetica,Tahoma,Sans-serif;
	font-size: 119%;
}
#pagecontent {
	float:left;
	background: transparent;
	height:auto;
	width:500px;
	padding-left:50px;
	padding-bottom: 15px;
}
#pagecontent h3 {
	margin-bottom: 1em;
	text-transform:capitalize;
	font-size: 117%;
	letter-spacing: -1px;
}
#pagecontent p, #pagecontent ul {
	margin-bottom: 1em;
}
#pagecontent li {
	background: transparent url(../images/circle-page-li.gif) left top no-repeat;
	padding-left:13px;
	margin-left: 8px;
	line-height:1.3em;
}
#pagecontent a, #intro a {
	color: rgb(150,132,129);
	font-weight: bold;
	text-decoration:none;
}
#pagecontent a:hover, #intro a:hover {
	color: rgb(187,27,61);
	text-decoration:underline;
}
#pagecontent table {
	margin-bottom:1em;
}
#pagecontent input, #page textarea {
	font-family: Tahoma,Sans-serif;
	font-size: 111%;
	color:rgb(120,97,93);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(187,27,61);
}
#pagemenu {
	float:right;
	height:10px;
	width:10px;
	background: #000;
	visibility: hidden;
}
.clear {
	clear:both;
}
.centered {
	text-align: center;
}
#footer {
	background: transparent url(../images/bg-footer.gif) no-repeat;
	height:123px;
	width:900px;
	text-align:left;
	letter-spacing:-1px;
	color:rgb(187,27,61)
}
#footer b {
	letter-spacing: normal;
}
#footer a {
	color:rgb(187,27,61);
	text-decoration:none;
	font-weight: bolder;
	letter-spacing: normal;
}
#footer a:hover {
	text-decoration:underline;
}
#footerline {
	border-top: 1px solid rgb(187,27,61);
	margin-top:5px;
	margin-right:550px;
	margin-left:50px;
	padding-top: 5px;
}
.offres {
	background: transparent url(../images/bg-offres.gif) repeat-y;
	width:500px;
	height:auto;
}
#pagecontent .offres h4 {
	background: transparent url(../images/arrow01.gif) left top no-repeat;
	font-size:111%;
	text-align:left;
	margin-bottom: 1em;
	margin-left:315px;
	padding-left:20px;
	line-height:13px;
}
#pagecontent .offres li {
	background: transparent;
	padding-left:0px;
	margin-left: 50px;
	line-height:1.3em;
}
#pagecontent .offres ul {
	margin-top: 1em;
	margin-bottom:1em;
}
.offresheader {
	background: transparent;
	width:500px;
	height:64px;
}
.offresfooter {
	background: rgb(241,239,239) url(../images/offres-footer.gif) no-repeat;
	width:500px;
	height:30px;
}


