/* 
** GLOBAL
*/
* {
	margin:0;
	padding:0;
}
body {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	background-color: #c7dae9;
	font-size:80%;
	background-image: url(/res/img/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border:none;
}
textarea {
     resize: none;
}
a {
	text-decoration: underline;
	color: #4d4d4d;
}
a:hover {
	text-decoration: none;
	color: #2f71ab;
}
a.nb {
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
	color: #2f71ab;
}
h3 {
	font-size: 1.2em;
}
input[type=text],input[type=password] {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid #000;
}
select {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid #000;
}
textarea {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid #000;
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, select:focus {
	color: black;
	border: 1px solid #2f71ab;
}

.clearer {
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
}

/* 
** CONTENT
*/

#Container {
	margin: 0 auto;
	width: 970px;
	background-color: #fff;
	padding: 0 10px 5px 10px;
}
#TopMenu {
	margin: 15px 0px 10px 2px;
}
#TopMenu ul {
	list-style-type: none;
}
#TopMenu li {
	width: 183px;
	margin:0 9px 0 0;
	border: 0;
	background-color:#2f71ab;
	height:150px;
	text-align: center;	
   	display:-moz-inline-box;
   	display: inline-block;
    *display: inline;
	position: relative;
}
#TopMenu li.selected {
	background-color:#17851b;
}
#TopMenu li a {
	text-decoration: none;
    display: block;
	width: 183px;
	height:150px;
}
#TopMenu li a:hover {
	background-color:#17851b;
}
#TopMenu li p {
	border-top:2px solid #fff;
	padding-top: 5px;
	text-transform: uppercase;
	width: 183px;
	text-align: center;
}
#TopMenu li.last {
	margin-right:0px;
}
#MenuLang {
	/*float:right;*/
}
#MenuTop {
	float:right;
	margin-top: 50px;
}
#MenuRight {
	float:right;
	width:180px;
	border-left:1px solid #eee;
	padding-left:10px;
	margin-left:10px;
}
#MenuRight p {
	text-align: justify;
}
#MenuCart {
	float:right;
	margin-top: 5px;
	text-align: center;
}
#MenuCart2 {
	float:right;
	margin-top:5px;
	text-align: center;
}
#MenuCart2 a {
	text-decoration: none;
	color: #17851b;
}
#MenuCart a {
	text-decoration: none;
	color: #2f71ab;
}
#MenuCart a:hover {
	text-decoration: none;
	color: #17851b;
}

#Content {
	margin: 10px 0;	
	padding-left: 5px;
	background-color: #FFF;
}

#Footer {
	margin:0px auto 5px auto;
	padding: 3px 0;
	text-align: center;
	font-size: 0.9em;
	background-color: #2f71ab;
	width: 990px;
	color:#fff;
}

#FooterMenu ul {
	list-style-type: none;
}
#FooterMenu li {
   	display:-moz-inline-box;
	display: inline-block;
    *display: inline;
	width: 120px;
}
#FooterMenu li a {
	text-decoration: none;
	color: #ffffff;
}

.p1 {
	font-size:1.2em;
	padding:15px 0px;
	text-align:justify
}

.p2 {
	font-size:1.1em;
	padding:5px 0px 15px 0px;
	text-align:justify
}
.p3 {
	font-size:0.9em;
	padding:5px 0px 15px 0px;
	text-align:justify
}

#table1 {
	text-align: center;
	font-size: 1.1em;
	border-collapse: collapse;
}
#table1 thead tr, #table1 thead td {
	border: 0;
}
#table1 thead td.b1 {
	border: 1px solid #2f71ab;
}
#table1 tr {
	border: 1px solid #2f71ab;
}
#table1 td {
	border: 1px solid #2f71ab;
}
#table1 tr.blue {
	background-color: #d9ebf3;
}
.img_right {
	float: right;
	margin: 5px 0px 5px 5px;
}
.img_left {
	float: left;
	margin: 5px 5px 5px 0px;
}

#box1 {
	float: left;
	width: 145px
	height: 50px;
	margin: 0px 34px;
}
#box2 {
	float: left;
	width: 95px;
	margin: 0px 10px;
}
#form1 label {
	font-size: 1.2em;
	float:left;
	width: 120px;
}
#error {
	color: red;
	font-weight: bold;
	text-align: center;
}
.error {
	color: red;
}
#status_container {
	background-color: #c7dae9;
	border: 1px solid #2f71ab;
	margin: 10px;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#error_container {
	background-color: #c7dae9;
	border: 1px solid #2f71ab;
	margin: 10px;
	text-align: center;
	padding: 10px;
	color: red;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#list1 li {
	font-size: 1.2em;
	margin-left: 30px;
}

.tableau {
	border: 1px solid #000000;
	text-align: center;
}
tbody tr.lignePair {	
	background-color: #e0e0e0;
}
tbody td.lignePair {	
	background: #e0e0e0;
}

/*
** Tableau 1
*/
#tableau1 thead tr {background: #00344c url(/res/img/template/infobox_headbg_blue.gif) repeat-x ;color:#FFFFFF;text-align:center;font-weight:normal} 

#tableau1 tfoot tr {background: #00344c url(/res/img/template/infobox_headbg_blue.gif) repeat-x ;color:#FFFFFF;text-align:center;font-weight:normal;font-size:10px} 

/*#tableau1 tr {background-color:#fff;}*/ 
#tableau1  {text-align:center;} 
#tableau1 a {text-decoration:none;}
#tableau1 td.adresse {text-align:left;}
#tableau1 tr.even {background-color:#eee;}
#tableau1 tr.even:hover {background-color:#ccc;}
#tableau1 tr.odd {background-color:#fff;}
#tableau1 tr.odd:hover {background-color:#ccc;}