body {
	font: .8em Verdana, Arial, Sans-Serif;
	line-height: 1.6em;
	margin: 10px 0 0 0;
	background: #777;
}

a {
	color: #0066B3;
	background: inherit;
}
a:hover {
	color: #777;
	background: inherit;
}

h1 {
	font: bold 2.2em Serif;
	color: #214584;
	padding: 0;
	margin: 0;
}
h2 {
	font: bold 1.4em Serif;
	padding: 0;
	margin: 0;
}
ul {
	list-style-type: disc;
}
li {
	list-style-type: disc;
}

#header {
	display:block;
	height: 125px;
	background-color: #fff;
}

#logo {
	float:left;
	height: 100px;
	width: 120px;
	background: #fff url('./images/logo.jpg') no-repeat ;
	margin: 0 0 1em 1em;
}

#text {
	height: 40px;
	background-color: #fff;
	float: left;
	margin: 0 0 1em 10px;
}
#menu {
	height:20px;
	padding: 3px 5px 5px 0;
}

#menu li {
	display: inline;
	margin: 0 0 0 1.4em;

}
#menu li a {
	margin-top:5px;
	color: #FFF;
	text-decoration:none;
}
#menu li a:hover {
	text-decoration:underline;
}


#sous-tete {
	clear: both;
	background: #eee url('./images/bar.png') ;
	color: #FFF;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	height: 25px;
}


#wrap {
	margin: 0 auto;
	width: 960px;
	background: #fff;
	padding: 10px;
}

#left {
	float: left;
	width: 740px;
	padding: 0 0 0 1em;
	margin-top: 20px;
	text-align: justify;
}

#right {
	float: right;
	width: 20%;
	margin: 0 0 5px 0;
	z-index:5;
}

#right .box {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 20px 0 1em 0;
	background-color:#fff;
}

#right .box ul {
	padding: 0;
	margin: 0;
}
#right .box li {
	list-style-type: none	;
}

#ads {/*background: #fff url('ads-shadows.jpg');*/
background-repeat: no-repeat;
width: 549px;
height: 90px;
padding-left: 0px;
padding-top: 10px;
margin-bottom:15px;
}

table.tablepod, table.tableheads {
	width:726px;
	border-left: 1px solid #777;
	border-top: 1px solid #777;
	background : #fff;
}

table.tablepod td, table.tableheads td {
	padding:0;
	margin:0;
	border:0px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

table.comp_form_table th,table.tablepod th, table.tableheads th {
	padding:0;
	margin:0;
	border:0px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

table.comp_form_table {
	width:726px;
	border-left: 1px solid #777;
	border-top: 1px solid #777;
	margin-bottom:20px;
	background: #ccc;
}
table.comp_form_table td {
	margin: 0;
	padding: 0 2px 0 2px;
	border-top: 0px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 0px;
}



table.tableheads {
	width:728px;
}

div .count{
	width : 726px;
	height: 30px;
	text-align:center;
	padding : 10px;
	font-weight:bold;
}

table.table_details{
	width:680px;
	margin:30px;
	border-left: 1px solid #777;
	border-top: 1px solid #777;
}
table.table_details td{
	padding:3px 3px 3px 10px;
	margin:0;
	border:0px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;	
}

select{
	border:1px solid #777;
	background-color:#333;
	color:#fff;
}
input{
	border:1px solid #777;
	background-color:#333;
}


#footer {
	clear: both;
	border-top: 1px dotted #ccc;
	margin: 0 0 0 0;
	text-align: center;
	font-size: .8em;
}


