/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-image: url('images/back.gif');
    text-align: center; /* pour corriger le bug de centrage IE */
	color: #A6CAE4;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
	letter-spacing: +2px;
	font-size: 24px;
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
}

h2 {
	/*text-transform: lowercase;*/
	letter-spacing: 0px;
	font-size: 16px;
	text-align:center;
}

h3 {
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
}

p, ul, ol {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	line-height: 140%;
}

ul, ol {

}

a {
	color: #AFDA3B;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}


a.more{
font-size:70%;
text-decoration:none ;
text-transform: uppercase;
color: #AFDA3B;

}

a:hover.more{
font-size:70%;
text-decoration:underline;
text-transform: uppercase;
}

#tabs {
	/* set margin in auto in order to center */
  margin-left: auto;
  margin-right: auto;
  width:900px;
  font-size:93%;
  line-height:normal;
  border-bottom:2px solid #76A2CD;
  }

#tabs ul {
margin:0;
padding:117px 10px 0px 50px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }

.table {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
  
#content {
 /* set margin in auto in order to center */
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width:900px;
  /*height:1200px;*/
  font-size:100%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  text-align: left;
  background: #24618E;
  /*display:table;*/
}

/*#contentframe {
	display:table-row;
}*/

#contentpicture {
  /* float:left; 
  padding:10px 0px 20px 0px;*/
  width:450px;
  font-size:100%;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height:normal;
  background: #24618E;
  /*display:table-cell;*/
}

#contentpicture .small {
  display: inline;
  margin: 3px;
  border: 1px solid black;
}
#contentpicture a:hover .small {border: 1px solid white;}

#contenttext {
  margin: 0px;
  text-align: left;
  /*float:right;*/
  padding:5px;
  width:410px;
  font-size:110%;
  color: white;
  line-height:normal;
  background: #24618E;
  /*display:table-cell;*/
}



#footer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width:900px;
  height:18px;
  font-size: 12px;
  color: white;
  background: #1F4C7A;
  line-height:normal;
  border-top:2px solid #76A2CD;
  border-bottom:1px solid #76A2CD;
}

/* Title*/

.path {
	margin: 0px 0px 5px 0px;
	font-style: none;
	font-size: 10px;
	text-align:right;
}


.title1 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #C7C7C7 1px dashed;
}

.title2 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

.subtitle1 {
	margin: 25px;
	font-style: italic;
	font-size: 13px;
}

.subtitle2 {
	margin: 0px 0px 20px 0px;
	font-size: 13px;
}

.normal {
	font-size: 13px;
}

.para1 {
	font-size: 13px;
	margin: 20px 0px 10px 0px;
}



.para1:before {
	content: "\00a0\00a0\00a0";
}

.big {
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	margin: 20px 0px 10px 0px;
	color: 	#AFDA3B;
}

.requestprice {
	font-weight: bold;
	letter-spacing: +2px;
	font-size: 18px;
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
	text-align:center;
	text-transform: uppercase;
}

.item1 {
	margin: 4px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 10px;
}

.descri1 {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: white;
}

.descri2 {
	margin: 0px 0px 20px 0px;
	font-size: 13px;
}

/* List */

.list1 {
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
	font-size: 13px;
}

.list1 li {
	padding: 5px 0px;
	background: url(images/line1.gif) repeat-x left top
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list2 {
	margin-left: 10px;
	padding-left: 0px;
	font-size: 13px;
}

.list2 li {
	padding: 5px 0px;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

.list2 li:before {
	/*content: "\00BB \0020";*/
	
}


