/*** HTML tag styles ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #333399;
}

/*** hyperlink and anchor tag styles ***/
a:link, a:visited {	
	color: #330099; 
	text-decoration: none;
}

a:hover {	
	text-decoration: none; 
	color: #ff9933
}

/*** header tag styles ***/
h1 {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	background: #fff url(../images/bgh1.gif) no-repeat;
	height: 42px;
	font: italic bold 18px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 28px;
}

h2 {
	color: #333399;
	text-transform: uppercase;
	height: 36px;
	padding-left: 16px;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	background: #fff url(../images/bgh2.gif) no-repeat;
}

/*** list tag styles ***/

ul{
	list-style-position: outside;
	list-style-image: url(../images/puce.gif);
}

ul ul{ list-style-type: disc }
ul ul ul{ list-style-type: none }

/**************** header ********************/
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: #fff url(../images/bgvline.gif) repeat-y 164px 0px;
}

#header {
	position: relative;
	background: #fff url(../images/header.jpg) no-repeat;
	width: 800px;
	height: 116px;
}

#footer {
	color:#ccc;
	font-size: 12px;
	height: 20px;
	text-align: right;
	padding-right:6px;
	margin-top:20px;
}

#footer a:link, #footer a:visited { color: #ccc }

#headerDeco {
	position: absolute;
	background: #fff url(../images/headerDeco.gif) repeat-y;
	width: 163px;
	height: 16px;
	margin-top:100px;
}

#headerLine {
	position: absolute;
	width: 636px;
	left: 164px;
	height: 16px;
	border-bottom: 3px solid #FF9933;
	margin-top:100px;
}

/* margin */
#margin {
	float: left;
	width: 164px;
	margin: 0;
}

#margin_logo {
	background: #fff url(../images/bgmargin.gif) no-repeat;
	height: 171px;
	width: 121px;
}

/*** popup ***/
#popup {
	position: relative;
	background-color: #fff;
	text-align: center;
	width: 720px;
	margin: 5px;
	padding-top: 5px;
}

/*** content ***/
#content {
	position: relative;
	float: right;
	width: 614px;
	margin: 10px 0;
}

#col {
	width: 49%;
	float: left;
}


/*** item box ***/
.itembox {
	padding-right:10px;
}

.itembox_cadreCenter {
	position: relative;
	left: 60px;
	width: 80%;
	border: 3px solid #FF9933;
	padding: 15px 15px 15px 5px;
}

.itembox_cadre {
	position: relative;
	left: 80px;
	width: 79%;
	border: 3px solid #FF9933;
	padding: 15px;
}

.itembox_cadreSmall {
	position: relative;
	left: 165px;
	width: 50%;
	border: 3px solid #FF9933;
	padding: 10px 10px 10px 5px;
}

.itemform {
	position: relative;
	width: 100%;
}

.itemform table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.item_highlight	{
	font-size: 12px;
	padding-left: 36px;
}
.item_intro	{
	font-size: 12px;
	font-weight: bold;
	padding-left: 36px;
}

.item_content	{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 16px;
}

.item_link {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 16px;
	padding-top: 5px;
}

/*** Tarif ***/
.tarif table{
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
}

.tarif th{
	font-weight: bold;
	color: #fff;
	background-color: #333399;
	font-size: 13px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px 0px;
}

.tarif td{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

.sitemap {
	height: 20px;
}

.clear {
clear:both;
background-color:transparent;
margin:0;
padding:0;
visibility:hidden;
height:1px; 
font-size: 1px; 
line-height:1px
}

/*** Align ***/
.alignLeft {
	position: relative;
	width: 100%;
}

.alignLeft img{
	float: left;
	margin-right: 15px;
}

.alignRight {
	position: relative;
	width: 100%;
}

.alignRight img{
	float: right;
	margin-left: 15px;
}

.alignCenter {
	position: relative;
	left: 43px;
	width: 510px;
	text-align: center;
}

.alignCenter img{
	float: left;
	margin-right: 15px;
}

div.item_separator {
	height: 24px;
	font-size: 24px;
}
