@import url("/templates/css/forms.css");

html,body{
	margin:0;
	padding:0;
	font-size:11px;
}
body{
	background:#eee url(/images/bg.png) repeat;
}
html,body,p,ul,li,td{
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	color:#333;
}

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

div{margin:0;padding:0;}
p{margin:2px 2px 10px 2px;padding:0;}

h1,h2,h3,h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
h1{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px 2px;
}
h2{
	font-size:13px;
	margin:20px 0 8px 10px;	
}
h3{
	font-size:12px;
	margin:4px 0 8px 15px;	
}
h4{
	font-size:11px;
	font-style:oblique;
}

p.light{
	font-size:9px;
}


#header{
	width:770px;
	height:100px;
}


#menu{
	background:#2E65AC url(/images/bg_menu.png) repeat-x;
	width:768px;
	height:23px;
	padding:0;
	margin:0;
	border:1px solid #2E65AC;
}
#menu a{
	display:block;
	float:left;
	border:1px solid #1D5BA6;
	background:#fff url(/images/bg_menu_a.jpg) no-repeat;
	color:#555;
	font-variant:small-caps;
	font-weight:bold;
	padding:0 8px 2px 8px;
	margin:3px 6px 3px 6px;
}
#menu a:hover{
	border:1px solid #F7CC01;
	text-decoration:none;
}

#menu_login{
	float:right;
	margin:0;
	padding:0;
}

#menu_login p, #menu_login form{
	margin:0;
	padding:0;
}

#menu_login input.text{
	width:80px;
	height:13px;
	margin:3px 0 0 0;
	font-size:10px;
	border:1px solid #F7CC01;
	background:#fff url(/images/bg_menu_a.jpg) no-repeat;
}
#menu_login input.text:hover{
	background:#fff;
}

#menu_login input.submit{
	width:25px;
	height:18px;
	font-size:8px;
	font-weight:bold;
	margin:0 0 1px 0;
	padding:0;
}

#main{
	margin:5px auto 30px auto;
	padding:0;
	width:770px;
	border:1px solid #000;
	background-color:#fff;
}

#main_left{
	border:0;
	margin:0;
	padding:20px 10px 10px 10px;
	text-align:justify;
	background-color:#fff;
}

#main_left h1{
	background:url(/images/h1_left.png) no-repeat;
	height:40px;
	padding-left:25px;
}

#main_left h2{
	background:url(/images/h2_left.png) no-repeat;
	height:25px;
	padding:2px 0 0 18px;
	color:#000;
}
#main_left p{
	margin:2px 20px 10px 30px;
}

#main_right{
	float:right;
	width:250px;
	overflow:hidden;
	background:#F5F5F5;
	border:0;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	margin:0 0 20px 20px;
	padding:5px;
	text-align:justify;
}
#main_right .offers{
	height:130px;
	width:280px;
	overflow:hidden;
}

#main_right h1{
	background:url(/images/h1_right.jpg) no-repeat;
	padding:4px 0 0 8px;
	margin:18px 0 8px 8px;
}

#main_right p{
	color:#555;
	margin:8px;
}

#main_right #overP{
	height:75px;
}

#footer{
	border:1px solid #CCC;
	background:#1D5BA6;
	padding:1px;
	color:#fff;
	font-size:9px;
	width:766px;
	text-align:center;
}

#footer a{
	color:#fff;
	text-decoration:none;
}


table{
	margin:10px 10px 20px 10px;
}
th,td{
	text-align:center;
	font-size:10px;
}
tr{
	background-color:#FAFAFA;
}
tr.tablePair{
	background-color:#F5F5F5;
}
tr.tableColTitre{
	background-color:#1D5BA6;
	color:#FFFFFF;
}
td.tableInter{
	background-color:#CCCCCC;
	height:4px;
}

.subChoice{
	margin-left:30px;
}

#tableHost th{
	width:70px;
}
#tableHost th.tableHostOption{
	width:160px;
	text-align:right;
}
#tableHost th.tableHostProf{
	background-color:#F7CC01;
}
#tableHost th.tableHostPart{
	background-color:#1D5BA6;
	color:#FFFFFF;
}
#tableHost a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	text-decoration:none;
}
#tableHost a:hover{
	background-color:#CCCCCC;
}

#tableDomain{
	margin:5px 20px 20px 120px;
}
#tableDomain th,td{
	width:80px;
}
