/*############################ DEFAULT DIV STYLE ###########################*/
* {
	border:medium none;
	margin:0;
	padding:0;
}

html, body {
	background: #F7F6F6 url('../pix/bgBody.png') repeat-x fixed;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.22em;
}

h1, h2, h3, h4 {
	clear:left;
	font-weight:bold;
}

h1 {
	font-size: 22px;
	font-weight:bold; 
	margin-bottom: 4px; 
	border-bottom:dotted;
	border-bottom-color:Red;
	border-bottom-width:1px;
	padding-bottom:15px;
}

h2 {
	color: Red; 
	font-size: 18px;
	font-weight:bold; 
	background-image: url('../pix/divers/puceH2Red.png');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	margin-bottom: 4px; 
}

h3 {
	font: bold 15px Arial, Helvetica, sans-serif; 
	margin-bottom: 4px; 
}

h5 {
	border-bottom:dotted;
	border-bottom-color:Red;
	border-bottom-width:1px;
	padding-bottom:5px;
}

dt, dl, dd, li, ul {
	list-style-type:none;
}

div#container {
	margin:0 auto;
	width:1000px;
	background-color:#FFFFFF; 	
	background:transparent url(../pix/bgPage.png) repeat-y scroll 
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color: #FF0000;
	text-decoration:underline;
}

p {
	margin:10px 0;
	
}

div#sub_content p {
	text-align:left;
}

.strong {
	font-weight:bold;
}

/*############################ PERTINA DIV STYLE ###########################*/

div#header {
	background:transparent url(../pix/bgHead.png) no-repeat scroll center top;
	height:137px;
	position:relative;
}

div#header_top{
	height:89px;
	position:relative;
}

div#logo{
	left:140px;
	position:absolute;
	top:10px;
}

div#language_menu{
	position:absolute;
	right:200px;
	top:0px;
	padding-top:5px;
	padding-left:15px;
	padding-right:10px;	
	width:100px;
	height:29px;
	background:transparent url(../pix/menus/flags.png);
}

div#language_menu ul li{
	display:inline;
}

div#contact_menu{
	position:absolute;
	right:130px;
	top:50px;
}

div#contact_menu ul li{
	display:inline;
	margin: 10px;
}

div#header_bottom{
	height:31px;
	position:relative;
	background:transparent url(../pix/menus/bgHeadMenu.png);
	width:100%;
}

#header_bottom ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	left: 150px;
	position:absolute;
	height:30px;
	width:970px;
}

#header_bottom ul li{
	float:left;
	text-align:center;
	width:156px;
}

#header_bottom ul li a{
	background:transparent url(../pix/menus/bgMenuItem.png) no-repeat scroll left -60px;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0;
	line-height:1.2em;
	padding:10px 4px 9px 5px;
}
#header_bottom ul li a:hover{
	background-position:left top;
	margin-left:0;
	margin-right:0;
}

#header_bottom ul li:hover ul, ul li.over ul{
	display:block;
}

#header_bottom ul li ul{
	display:none;
	width:150px;
	position:relative;
	left:0;
}

#header_bottom ul li ul li{

	display:block;
	text-align:center;
	width:156px;
	background-color:#FFFFFF;
	
}

#header_bottom ul li ul li a{
	background:#FFFFFF;
	border-bottom:solid;
	border-bottom-color:#C4C4C4;
	border-bottom-width:1px;
}

#header_bottom ul li ul li a:hover{
	background:none;
	background-color:#FF0000;
	color:white;
}

div#rootline{
	margin-left:150px;
	margin-bottom:5px;
	display:none;
}

div#content {
	background: transparent url(../pix/bgPageBody.png) no-repeat scroll left top;
}

div#left_content{
	overflow:hidden;
	padding:13px;
	width:685px;
}

div#main_content{
}

.main_box_content{
	width:200px;
	float:left;
	padding : 8px;
	margin: 5px;
	border:1px solid #DADADA;
	position:relative;
}

div#foot{
	
}

div#right_content{
	width:220px;
	padding-top:10px;
	padding-left:20px;
	float:right;
	margin-left:15px;
	padding-right:20px;
}

.right_content_box{
	background-color:#DADADA;
	padding:10px;
	margin-bottom:10px;
	width:180px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div#sub_content{
	background-color:#FFFFFF;
	color:#D90000;
}


div#footer{
	background-color:#D90000;
	color:#FFFFFF;
	width:718px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	text-align:right;
	padding:10px;
	margin-bottom:20px;
}

div#footer_top{

}

div#footer_bottom{
	
}

.tx_slrootline-identifier {
	font-weight:bold;
	font-size:13px;
	color:#000000;
}

a.tx_slrootline  {
	font-weight:bold;
	text-decoration:none;
	margin:0;
	font-size:13px;
	color:#000000;
}

a.tx_slrootline:hover {
	font-weight:bold;
	color:#D90000;
	text-decoration:none;
	margin:0;
	font-size:13px;
}

.tx_slrootline-Current {
	font-weight:bold;
	color:#D90000;
	margin:0;
	font-size:13px;
}

input.felogin-showed {
	background: url(../pix/okBefore.png) no-repeat;
	width:70px;
	border:none;
	height:38px;
	cursor: pointer; 
  	cursor: hand;
	float:right;
	margin-bottom:2px;
	margin-top:10px;
	margin-right:8px;
}

input.felogin-showed:hover {
	background: url(../pix/okAfter.png) no-repeat;
	width:70px;
	border:none;
	height:38px;
	cursor: pointer; 
  	cursor: hand;
	float:right;
	margin-top:12px;
	margin-right:6px;
	margin-bottom:0px;
}

input.felogin-input{
	border:2px solid #FFFFFF;
	width:90%;
}

input.felogout-disconnect{
	font-size:11px;
	font-family:Arial;
	color:#485B61;
	border:none;
	background:none;
	cursor:pointer;
}

input.felogout-disconnect:hover{
	font-size:11px;
	text-decoration:underline;
	font-family:Arial;
	color:#F7C600;
}

fieldset {
	background: transparent url(../pix/bodyLoginHome.png) no-repeat;
	padding:20px;
	border:1px;
	color:#FFFFFF;
}

.loginbox{
	border:none;
	background:none;
	padding:0;
	width:100%;
}

