/* ============================= Common CSS ============================= */

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear {
	clear: both;
}
.clear2 {
	clear: both;
	font-size: 1px; 
	line-height: 1px;
}
.left {
	float: left;
}
.floatn {
	float: none;
}
img {
	border: 0px;
}
span.orange, a.orange {
	color: #ed7f00;
}
a.link {
	color: #6f6f6f;
	font-weight: bold;
}
a {
	color: #6f6f6f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
span.title {
	font-weight: bold;
	text-transform: uppercase;
}
h1.title {
	font-family:'Trebuchet MS', Tahoma;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #5a544c;
}
h4.title {
	color: #5a544c;
	font-size: 18px;
	text-transform: uppercase;
	font-family:'Trebuchet MS', Tahoma;
}
h5.title {
	color: #5a544c;
	font-family:'Trebuchet MS', Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
h6.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed7f00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}
h6.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed7f00;
	font-weight: bold;
	text-transform: uppercase;
}
h2.title {
	font-size: 13px;
	font-weight: bold;
	color: #6f6f6f;
}
.marginL5 {
	margin-left: 5px;
}
.marginT5 {
	margin-top: 5px;
}
.marginT15 {
	margin-top: 15px;
}
a.back {
	color: #ed7f06;
	text-decoration: underline;
}
a.back:hover {
	text-decoration: none;
}
.u {
	text-decoration: underline;
}
a.telechargez {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed7f06;
	background: transparent url('../images/arr_orange.gif') no-repeat left;
	height: 12px;
	line-height: 12px;
	padding-left: 10px;
	display: block;
	float: right;
}
hr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: 0px;
	border-bottom: 1px solid #d4d4d4;
	width: 70%;
	margin: 10px auto;
}
.tt_n {
	text-transform: none;
}
.tt_u {
	text-transform: uppercase;
}
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}

/* ============================= end of Common CSS ============================= */

/* Search box */

form.search {
	float: right;
	margin: 15px 0px;
	width: 250px;
}
form.search input.search {
	width: 118px;
	height: 20px;
	line-height: 18px;
	font-size: 9px;
	padding: 2px 3px 0px 3px;
	background: transparent url('../images/search_back.gif') no-repeat;
	border: 0px;
	float: left;
}
form.search input.submit {
	color: #6f6f6f;
	width: auto;
	height: auto;
	text-decoration: underline;
	font-weight: bold;
	background: none;
	float: left;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
}
form.search label {
	display: block;
	float: left;
	height: 20px;
	margin-right: 5px;
	line-height: 20px;
	text-transform: uppercase;
}

/* end of Search box */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
	background: transparent url('../images/back12.jpg') no-repeat 974px 0px;
}
div.main {
	position: relative;
	width: 993px;
}
div.main div.main_content {
	background: #ffffff url('../images/back_top.gif') repeat-x;
}
div.main div.back {
	background: transparent url('../images/rightb.gif') repeat-y right top;
}
div.main div.pencil {
	background: transparent url('../images/pencil_right.jpg') no-repeat;
	width: 266px;
	height: 525px;
	float: left;
}
div.main div.footer {
	background: transparent url('../images/footer.jpg') no-repeat bottom left;
}
div.main div.footer div.bottom p.footer{
	float: right;
	padding: 20px 30px 15px 0px;
	margin-top: 20px;
}
div.main div.footer div.bottom img {
	float: left;
	margin: 20px 0px 10px 0px;
}
div.main div.pencil_left {
	background: url('../images/pencil_left.jpg') no-repeat right top;
}

/* ============================ Yellow buttons ============================ */

a.yellow_button {
	display: block;
	line-height: 1px;
	font-size: 1px;
}

/* ============================ end of Yellow buttons ============================ */

/* Top Navigation */

ul.top_gray {
	margin: 5px;
}
ul.top_gray li {
	display: block;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}
ul.top_gray li.select {
	height: 25px;
}
ul.top_gray li span.left {
	float: left;
	display: block;
	height: 24px;
	width: 9px;
	background: transparent url('../images/top_left_list.gif') no-repeat;
}
ul.top_gray li span.right {
	float: left;
	display: block;
	height: 24px;
	width: 8px;
	background: transparent url('../images/top_right_list.gif') no-repeat;
}
ul.top_gray li span.text {
	float: left;
	display: block;
	font-family:'Trebuchet MS', Tahoma;
	color: #5a544c;
	font-weight: bold;
	text-transform: uppercase;
	height: 24px;
	line-height: 26px;
	padding: 0px 10px;
	background: transparent url('../images/top_back_list.gif') repeat-x;
}
ul.top_gray li.select a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
ul.top_gray li.select a span.left {
	background: transparent url('../images/left_corner.gif') no-repeat center;
}
ul.top_gray li.select a span.right {
	background: transparent url('../images/right_corner.gif') no-repeat center;
}
ul.top_gray li.select a span.text {
	background: transparent url('../images/center_corner.gif') repeat-x center;
	color: #ffffff;
}
ul.top_gray li.select a:hover span.left {
	background: transparent url('../images/left_corner_select.gif') no-repeat center;
	cursor: pointer;
}
ul.top_gray li.select a:hover span.right {
	background: transparent url('../images/right_corner_select.gif') no-repeat center;
	cursor: pointer;
}
ul.top_gray li.select a:hover span.text {
	background: transparent url('../images/center_corner_select.gif') repeat-x center;
	color: #5a544c;
	cursor: pointer;
}

/* end of Top Navigation */