/*------------------------------------------
www.intraview.fr
Master Stylesheet for Screen
By Crea
------------------------------------------*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
}
#conteneur {
	position:relative;
	width:800px;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link, a:visited{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
/*-- Common Styles --*/
p {
	font-size: 13px;
	color: #333;
	line-height: 145%;
}
h2 {
	color: #036;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 15px;
	margin-left: 6px;
	margin-top: 5px;
}

/*-- Header Styles --*/
#header{
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
}
#logo {
	position: absolute;
	height: 130px;
	top: 11px;
	left: -20px;
	display: block;
	width: 210px;
}
#bannerflash{
	position: absolute;
	left: 178px;
	top: 11px;
}
#language {
	position: absolute;
	top: 140px;
}

/*-- Navigation Header --*/
#nav_sup {
	position: absolute;
	top: 115px;
	left: 240px;
	width: 690px;
}
#nav_sup a:link, #nav_sup a:visited{
	width: 250px;
	height: 26px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
#nav_sup a:hover{
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#nav_inf{
	position: absolute;
	left: 190px;
	top: 146px;
	width: 683px;
}
#nav_inf a:link, #nav_inf a:visited{
	width: 250px;
	height: 26px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	color: #003366;
	font-size: 14px;
	text-transform: uppercase;
}
#nav_inf a:hover{
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-decoration: none;
}
#language{
	position: absolute;
	left: 0px;
}
#language a:link, #language a:visited{
	color: #003366;
	font-size: 10px;
	text-transform: uppercase;
	line-height: normal;
	padding: 2px;
	margin-top: 2px;
}
#language a:hover{
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #336699;
}
#language img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	vertical-align: text-bottom;
	margin-bottom: 2px;
}
/*-- Main Left Styles --*/
#main{
	position: absolute;
	top: 185px;
	left: 0px;
}
#leftcolumn {
	background-image: url(../img/bgmain.jpg);
	background-repeat: repeat-x;
	width: 548px;
	position: absolute;
	top: 0px;
	left: 0;
	text-align: justify;
}
#leftcolumn p{
	margin-bottom: 15px;
	margin-left: 6px;
	margin-right: 10px;
}
#leftcolumn img{
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 6px;
}
#encart{
	position: relative;
	border: 1px solid #999;
	width: 535px;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
	background-color: #E0E9F3;
}
#leftcolumn .highlight{
	font-weight: bold;
	color: #003399;
}

/*-- Main Right Styles --*/
#rightcolumn {
	width: 227px;
	position: absolute;
	left: 575px;
	top: 0px;
	height: 71px;
	display: block;
}
#rightcolumn p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 5px;
	display: block;
}
.encadrecolumn {
	margin-bottom: 25px;
	width: 227px;
	background-image: url(../img/bg_column.gif);
	padding-bottom: 5px;
	padding-top: 5px;
}
#rightcolumn .encadrecolumn p{
	margin-left: 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	color: #333366;
}
#rightcolumn img{
	display: block;
	position: relative;
	clear: both;
}
/*-- Footer Styles --*/
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #003366;
}.contactbloc {
	background-color: #C2D8E4;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#contactswf {
	display: block;
	margin-left: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}