* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
}
body {
	background: #fff url(../images/bg.jpg) top repeat-x;
	font-size: 62.5%;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #444;
	margin: 0 5px;
}
a {
	color: #3397d1;
}
a:hover {
	color: #1b578d;
}
a:visited {
	color: #0a75bb;
}
a img, fieldset {
	border: 0;
}
h1 {
	height: 59px;
	margin-bottom: 7px;
	position:relative;
	width: 301px;
	margin-left: 18px;
}
h2 {
	color: #3397d1;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
}
h3 {
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}
h4 {
	color: #333;
	font-size: 1.4em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
}
p a {
	text-decoration: underline;
}
label {
	font-size: 1.2em;
	display: block;
	margin: .5em 0 .3em 0;
}
label a {
	text-decoration: underline;
}
input.input, textarea {
	background: #FFF7DC;
	margin: 0 0 .5em 0;
	width: 175px;
	padding: .2em;
}
textarea {
	width: 350px;
}
input.checkbox {
	float: left;
	position: relative;
	z-index: 7000;
	margin: .5em 5px 0 0;
}
.t3 {
	padding: .2em;
	margin: .5em 0 .3em 0;
	font-size: 1.2em;
	color: #1b578d;
}
div#contain {
	width: 780px;
	margin: 0 auto;
}
ul#primaryNav {
	position: relative;
	margin: 20px 15px -4px 15px;
	height:37px;
	margin-bottom: -4px;
	z-index: 1000;
}
ul#primaryNav {
	height: 38px;
}
ul#primaryNav li {
	float: left;
	list-style: none;
}
ul#primaryNav li a {
	display: block;
	height: 38px;
	text-indent: -9000px;
}
ul#primaryNav li.home {
	width: 94px;
}
ul#primaryNav li.home a {
	width: 97px;
	background: url(../images/nav/accueil_off.png) no-repeat;
}
ul#primaryNav li.home a:hover {
	background: url(../images/nav/accueil_over.png) no-repeat;
}
body#home ul#primaryNav li.home a {
	background: url(../images/nav/accueil_on.png) no-repeat;
}
ul#primaryNav li.subscribe {
	width: 148px;
}
ul#primaryNav li.subscribe a {
	width: 152px;
	background: url(../images/nav/inscription_off.png) no-repeat;
}
ul#primaryNav li.subscribe a:hover {
	background: url(../images/nav/inscription_over.png) no-repeat;
}
body#subscribe ul#primaryNav li.subscribe a {
	background: url(../images/nav/inscription_on.png) no-repeat;
}
ul#primaryNav li.help {
	width: 92px;
}
ul#primaryNav li.help a {
	width: 99px;
	background: url(../images/nav/aide_off.png) no-repeat;
}
ul#primaryNav li.help a:hover {
	background: url(../images/nav/aide_over.png) no-repeat;
}
body#help ul#primaryNav li.help a {
	background: url(../images/nav/aide_on.png) no-repeat;
}
ul#primaryNav li.classement {
	width: 149px;
}
ul#primaryNav li.classement a {
	width: 152px;
	background: url(../images/nav/classement_off.png) no-repeat;
}
ul#primaryNav li.classement a:hover {
	background: url(../images/nav/classement_over.png) no-repeat;
}
body#classement ul#primaryNav li.classement a {
	background: url(../images/nav/classement_on.png) no-repeat;
}
ul#primaryNav li.forum {
	width: 96px;
}
ul#primaryNav li.forum a {
	width: 96px;
	background: url(../images/nav/forum_off.png) no-repeat;
}
ul#primaryNav li.forum a:hover {
	background: url(../images/nav/forum_over.png) no-repeat;
}
div#canvas {
	background:url(../images/top.gif) top left no-repeat;
}
div.canvasWrap {
	background:url(../images/topRight.gif) top right no-repeat;
	padding: 0 18px;
	position: relative;
}
div#primaryContent {
	width: 520px;
	padding: 15px 0 15px 0;
	color: #1b578d;
	float: left;
}
div#primaryContent p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: .5em 0;
}
body#home div#primaryContent p {
	margin: 15px;
	font-size: 1.5em;
}
div#primaryContent ul {
	padding-left: 30px;
	margin: 1em 0 0;
}
div#primaryContent li {
	padding-left: 0;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: .5em 0;
}
div#secondaryContent {
	float: right;
	width: 190px;
	padding: 15px 0 20px 0;
}
div#secondaryContent h3 {
	font-style: italic;
	color: #3397d1;
	margin-top: 0;
}
div#thirdlyContent {
	float: right;
	width: 190px;
	padding: 15px 0 20px 0;
	text-align: center;
}
ul.btn {
	height: 60px;
}
div#primaryContent ul.btn li {
	float: right;
	margin: 10px;
	list-style: none;
	padding: 0;
}
ul.btn li a {
	text-indent: -9000px;
}
ul.btn li.inscrire {
	width: 182px;
}
ul.btn li.inscrire a {
	display: block;
	height: 40px;
	background: url(../images/inscrire.gif) 0 0 no-repeat;
}
ul.btn li.inscrire a:hover {
	display: block;
	background-position: 0 -40px;
}
label.auto_login {
	float: left;
	position: relative;
	top: -1px;
}
div#login div#message {
	clear: left;
	position: relative;
	top: 2px;
	color: #FF0000;
}
input#submitBtn {
	float: right;
	clear: both;
	position: relative;
	z-index: 1002;
}
#footer {
	margin: -15px 0 10px 0;
	padding: 30px 15px;
	height: 2em;
	background: url(../images/footer.gif) no-repeat top;
	text-align: center;
}
#footer a {
	text-decoration: underline;
}

/*clearfix rules to ensure wrapping floated content
------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../images/navig/bg.jpg);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
.imgLeft {
	float: left; position: relative;
	margin-right: 10px;
}
.imgRight {
	float: right; position: relative;
	margin-left: 10px ;
}
