/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #333;
	/*text-align: center;*/
	}

html { background:#FFFFFF url(../images/rectanglefab2.jpg) repeat-x center top; }

#header {
	width: 760px;
	height: 100px;
	margin: 0px auto 5px auto;
	text-align: left;
	overflow: hidden;
	}

#header .logo {
	float: left;
	width: 260px;
	}
#header .logo h1 {
	text-indent: -9999px;
	padding: 0px 0 10px 20px;
	}
#header .logo h1 a {
	display: block;
	width: 338px;
	height: 75px;
	background: url(../images/logo.gif) no-repeat left top;
	}

#header .beta {
	float: right;
	width: 100px;
	}
#header .beta h1 {
	text-indent: -9999px;
	padding: 5px 0 10px 20px;
	}
#header .beta h1 a {
	display: block;
	width: 80px;
	height: 70px;
	background: url(../images/beta.png) no-repeat left top;
	}

#login_entete
{

padding-right:10px;
padding-bottom:5px;
	color:#3370AF;
	font-size:14px;
	font-weight:bold

}

	
#homepage #masthead {
	border-bottom: 10px solid #404040;
	background: url(../images/masthead-bg.gif) #dbdee2 repeat-x left top;
	}
#homepage #masthead .media {
	height: 220px;
	background: url(../images/masthead-home.gif) #f5f5f5 no-repeat center top;
	width: 760px;
	margin: 0 auto;
	}

#masthead {
	border-bottom: 10px solid #404040;
	background: url(../images/masthead-bg.gif) transparent repeat-x left 25px;
	}

#container {
	overflow: auto;
	width: 760px;
	margin: 0 auto;
	background: url(../images/content-bg.jpg) no-repeat center bottom;
	text-align: left;
	}

.contenu_acc {

padding:20px;

}

#mylogin {
	width:300px;
	height:100px;
	z-index:1;
	background-image: url(../images/fondlog.gif) ;
}

#myinscr {
	width:300px;
	height:200px;
	z-index:1;
	background-image: url(../images/fondinscr.gif) ;
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	}
.navigation li {
	display: inline;
	margin-right: 25px;
	}
.navigation li a {
	color: #666;
	text-decoration: underline;
	}
.navigation li a:hover {
	color: #bc0700;
	text-decoration: none;
	}
.fineprint {
	margin-top: 10px;
	font-size: 10px;
	font-family: arial;
	color: #666;
	}

.datatable td {
	padding: 7px;
	border-bottom: 1px solid #eee;
}


p {
	font-family: verdana;
	line-height: 16px;
	}

