@charset "UTF-8";
/* CSS Document */

html{
	
	} 

body,*{ 
	font-family:Arial,Helvetica,sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust:none; 
}

body{
	background-color: #293D46;
	background-image: url(../images/fond.gif);
	background-position: right top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
 
h1{
	font-size : 14pt;
	margin : 0%;
	color: #C46226;
}

a {
	color: #C46226;
}


.border-text {
  width: 602px;
  height: 120px;
	background-color : #C0C0C0;
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	  position: relative;
  top: 120px;
}

.header{
  position: relative;
  height: 97px;
  width: 740px;
}


.header-left{
  position: absolute;
  top:10px;
  left:0;
}


.header-right {    
  position: absolute; 
  top:25px;
  right:0;
}


.header-image{
	margin-left: auto;
  margin-right: auto;
  width: 187px;
  height: 85px;
  border: 0 none; 
}

.content-text H1{
	color:#FFFFFF;
}
