﻿html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes: "" "";
}
input {
	border: 0 none;
	padding: 0;
	margin: 0;
}
body {
	font-family: Helvetica,Arial,sans-serif;	
}
p ,li {
	line-height: 1.1;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
a.arrow {
	font-family: Helvetica,Arial,sans-serif;
	text-decoration:none;
}
a .arrow {
	font-family: Helvetica,Arial,sans-serif;
	text-decoration:none;
	vertical-align: text-bottom;
}
#main_search_input {
	position: relative;
	z-index: 15;
}
#top, #top_menu, #titre, #barre, #body, #foot, #bottom {
	width: 100%;
}

.content {
	width: 1000px;
	margin:  0 auto;
}
#top {
	height: 80px;
	overflow: hidden;
	background: #fff repeat-x;
}
#top .content {
	position: relative;
}
#top_menu{
	height: 38px;
	overflow: hidden;
	background: #4c5c65 url(img/top_menu_bg.png) repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#top_menu .content{
	overflow: hidden;	
}
#top_menu .menu {
	float: left;
	overflow: hidden;
	padding-left: 20px
}
#top_menu .menu .divider {
	display: block;
	float: left;
	width: 12px;
	height: 48px;
	background: transparent url(img/top_menu_divider.png) no-repeat;
}
#top_menu .menu a {
	display: block;
	float: left;
	padding: 12px 15px 18px 10px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
#top_menu .menu a:link, #top_menu .menu a:visited, #top_menu .menu a:active{
	color: #000;
	text-decoration: none;
}
#top_menu .menu a:hover{
	color: #0088ff;
	text-decoration: none;
}
#titre {
	height: 368px;
	overflow: hidden;
	background: #0047d4 repeat-x;
}
#titre .content {
	position: relative;
	height: 368px;
	overflow: hidden;
}
#titre .content h1, .title{
	dsiplay: block;
	position: absolute;
	width: 800px;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 0 #6c7c85;
}

#title_banner {
	height: 178px;
	overflow: hidden;
	background: #0062ad url(img/title_banner_bg.png) repeat-x;
	border-top: 1px solid #01213a;
	border-bottom: 1px solid #01213a;
}
#title_banner .content {
	position: relative;
	height: 178px;
	overflow: hidden;
	background: transparent url(img/title_banner_content_bg.png) no-repeat center top;
}
#title_banner .content h1{
	dsiplay: block;
	position: absolute;
	width: 560px;
	top: 60px;
	left: 30px;
	font-family: "Sansation Bold", Arial, Helvetica, sans-serif;
	font-size: 41px;
	color: #fff;
	text-shadow: 0 2px 0 #535c60;
}
#barre {
	height: 68px;
	background: #3dafce url(img/search_bar_bg.png) repeat-x;
	border-top: 1px solid #014c6c;
	border-bottom: 1px solid #014c6c;
	overflow: hidden;
}
#barre .content strong{
	display: block;
	padding: 3px 0 0;
	margin: 0 0 13px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 #000000;		
}
#barre .content .menu_index {
	float: left;
	margin: 0 0 0 30px;
}
#barre .content .menu_recherche {
	float: left;
	margin: 0 0 0 20px;
}
#barre .content .menu_index .index{
	width: 680px;
}
#barre .content .menu_recherche .input, #foot .content .column#foot_right .input{
	width: 220px;
	background: #caf4ca repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d2d5d7;
	padding: 2px 3px;
}
#barre .content .menu_recherche .input input[type="submit"]{
	display: inline-block;
	background: transparent url(img/search_button-min.png) no-repeat;
	height: 24px;
	width: 47px;
	vertical-align: middle;
}
#barre .content .menu_recherche .input input[type="submit"]:hover{
	display: inline-block;
	background: transparent url(img/search_button2-min.png) no-repeat;
	height: 24px;
	width: 47px;
	vertical-align: middle;
}
#barre .content .menu_recherche .input input[type="text"], #foot .content .column#foot_right .newsletter .input input[type="text"]{
	display: inline-block;
	margin: 0 3px;
    width: 162px;
	font-size: 14px;
	color: #000;
	background: transparent;
}
#barre .content .menu_recherche .input input[type="text"]:focus, #foot .content .column#foot_right .newsletter .input input[type="text"]:focus{
	color: #000;
}
.index {
	background: #dfdfdf repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d2d5d7;
	padding: 7px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.index a:link, .index a:visited, .index a:active{
	color: #333333;
	text-decoration: none;
}
.index a:hover{
	color: #53b3cc;
	text-decoration: none;
}
.index .divider{
	color: #0088ee;
	font-size: 14px;
}
#body {
	background: #e6edee;
	border-top: 1px solid #d8dde0;
	border-bottom: 1px solid #d8dde0;
}
#body .content {
	overflow: hidden;
}
#body .content .box {
}
#body .content .box h1, #body .content .box#latest h2, h2{
	display: block;
	background: #abafb1 url(img/box_header.png) repeat-x;
	border: 1px solid #e7e9ea;
	height: 27px;
	overflow: hidden;
	padding-top: 9px;
	padding-left: 18px;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eef2f5;
	color: #495258;
}

#body .content .box .body {
	background: #ffffff;
	background: -webkit-linear-gradient(#ebebeb, #ffffff);
	background: -moz-linear-gradient(#ebebeb, #ffffff);
	background: -o-linear-gradient(#ebebeb, #ffffff);
	background: linear-gradient(#ebebeb, #ffffff);
	border-top: 1px solid #a8a7a7;
}
#body .content .box .body p {
	color: #495258;
	font-size: 13px;
}
#body .content .box .body ul, ol {
	color: #495258;
	font-size: 13px;
	margin-left: 40px;
}
#body .body strong {
	font-weight:bold;
}
#body .content .box .body p a:link, #body .content .box .body p a:visited, #body .content .box .body p a:active {
	color: #0374cb;
}
#body .content .box .body p a:hover {
	color: #e04f01;
}
#body .content a.inline_submit_button{
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-shadow: #8a8f92 0px 2px 2px;
	-moz-box-shadow: #8a8f92 0px 2px 2px;
	box-shadow: #8a8f92 0px 2px 2px;
	margin-left:10px;
	margin-top: 1px;
	vertical-align: top;
	text-transform: uppercase;
}
#home {
	padding-top: 15px;
}
#home .box {
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #a8a7a7;
}
#home .box {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#home .box#fixer {
	width: 680px;
	margin: 0 0 0 30px;
}
#home .box#fixer h1{
	padding-left: 240px;
}
#home .box#fixer .body{
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #8e9fa6;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#home .box#fixer .body .bold {
	font-family: Helvetica, sans-serif;
}
#home .box#latest {
	width: 200px;
	margin: 0 0 0 30px;
}
#home .box#latest .body{
	overflow: hidden;
	height:  auto;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#home .box#latest .body p{
	float: left;
	display: block;
	width: 116px;
	padding: 23px 5px 23px 19px;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
}

#body .pub {
	margin: 20px -150px 0 0px;
	padding: 0 0px 0 70px;
	float: left;
}

#foot {
	height: 150px;
	background: #10008f repeat-x;
	border-top: 2px solid #98b9b5;
	border-bottom: 1px solid #385955;
}
#foot .content {
	padding: 10px;
}

a.buttonb{
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	border: 1px solid #003863;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #002e61;
	-webkit-box-shadow: #aaaaaa 0px 0px 1px;
	-moz-box-shadow: #aaaaaa 0px 0px 1px;
	box-shadow: #aaaaaa 0px 0px 1px;
}
#foot .content a.buttonb .inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #0085cf;
	padding: 3px 0 3px 10px;
	background: #006ec3;
	background: -webkit-linear-gradient(#006cbf, #00487f);
	background: -moz-linear-gradient(#006cbf, #00487f);
	background: -o-linear-gradient(#006cbf, #00487f);
	background: linear-gradient(#006cbf, #00487f);
}
#foot .content a.buttonb .arrow{
	font-size:14px;
	padding: 0 6px 0 7px;
	color: #000;
	text-shadow: 0 1px 0 #0085cf;
}
#foot .content a.buttonb:link, #foot .content a.buttonb:visited, #foot .content a.buttonb:active{
	color: #fff;
	text-decoration: none;
}
#foot .content a.buttonb:hover{
	color: #fff;
	text-decoration: none;
}
#foot .content .column {
	float:left;
}
#foot .content .column h1, #foot .faqTitle{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #22303b;
	color: #fff;
	margin: 0 0 10px 0;
}
#foot .content .column p a {
	font-weight: bold;
}
#foot .content .column p a:link, #foot .content .column p a:visited, #foot .content .column p a:active{
	color: #a2d4f1;
}
#foot .content .column p a:hover{
	color: #0374cb;
}
#foot .content .column#foot_faq {
	margin: 0 0 0 33px;
	width: 267px;
}
#foot .content .column#foot_faq p{
	padding: 7px 0 21px;
	font-size: 11px;	
}
#foot .content .column#foot_right {
	position: relative;
	margin: 0 0 0 35px;
	width: 200px;
}
#bottom {
	background: #10008f repeat-x;
	height: 50px;
	overflow: hidden;
}
#bottom .content .column{
	float: left;	
	color: #ffffff;
}
#bottom .content .column a:link, #bottom .content .column a:visited, #bottom .content .column a:active{
	color: #b2e4f2;
}
#bottom .content .column a:hover{
	color: #a394fb;
}
#bottom .content .column#foot_menu{
	width: 352px;
	font-size: 11px;
	margin: 0 0 0 30px;
	padding: 17px 0 0;
}
#bottom .content .column#foot_text{
	width: 400px;
	font-size: 10px;
	margin: 0 0 0 5px;
	line-height: 1.1;
	padding: 14px 0 0;
}
/**PAGINATION**/
.pagination{margin-top:15px;}
.pagination a{display:block;background:url(img/bg_pagination-min.jpg) bottom left no-repeat;float:left;width:27px;height:30px;line-height:30px;text-align:center;color:#666;margin-right:5px; }
.pagination a:hover, .pagination a.active{background-position:top left;}


#label
{
	color: #1111ff;
	font-size: 13px;
	font-weight: bold;
}

#value
{
}

.button1 {
    border-radius: 2px 2px 2px 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-right: 16px;
    height: 27px;
    line-height: 27px;
    outline: 0px none;
    padding: 0px 8px;
    margin-right: 0px;
	display: inline-block;
}

.button2 {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: rgb(197, 55, 39);
    background-image: -moz-linear-gradient(center top , rgb(221, 75, 57), rgb(197, 55, 39));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(176, 40, 26) rgb(176, 40, 26) rgb(175, 48, 31);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
	color: rgb(255, 255, 255);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.button2:hover {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;
    background-color: rgb(176, 40, 26);
    background-image: -moz-linear-gradient(center top , rgb(221, 75, 57), rgb(176, 40, 26));
    border: 1px solid rgb(153, 42, 27);
}

a.nounderline:link 
{ 
	text-decoration:none; 
} 

#build {
    font-size: 0.9em;
    color: #fff;
    background-color: #808080;
    padding: 0.1em 0.3em;
    border-radius: 0.2em;
    margin-right: 0.3em;
    vertical-align: middle;
}
