
/* @override 
	http://aero-nantes.win.mediacd.fr/global/styles/screen.css
*/

/* STYLES CSS GLOBAUX */

/* Cette feuille de style regroupe les Ã©lÃ©ments essentiels Ã  l'affichage du site */

@import url("reset-fonts.css"); /* import du style reset-font Yahoo YUI */


/* = ELEMENTS GENERAUX */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* = LAYOUT GLOBAL */
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}
html {background: url('../images/bg_page.gif') no-repeat center top; margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
}
#page {
	width: 950px;
	margin: 0 auto;
}
#header {
	width: 950px;
	height: 95px;
	background: url('../images/header.gif') no-repeat top left;
	float:left;
}
#header p#logo {
	width:180px;
	height: 82px;
	float: left;
	overflow: hidden;
}
#header p#logo a {
	width: 180px;
	height: 82px;
	display: block;
	text-indent: -50em;
}
#header p#baseline {
	display: none;
}
#header p.backlink {
	float: right;
}
#header p.backlink a.retourSite {
	width: 75px;
	font-size: 85%;
	margin: 5px 5px 0 0;
	padding: 0 0 0 8px;
	float: left;
	text-align: right;
	color: #fff;
	background: url(../images/picto_liens.gif) no-repeat 0px 5px;
}

#content {
	width: 950px;
	float: left;
	}

div#formulaireInside {
	width: 300px;
	}

#FlashMascotte {
	float: left;
	width: 550px;
}
/*L'image ne doit pas dépasser 400px en largeur */
#FlashMascotte img {
}


#formulaire {
	width: 300px;
	margin: 15px 0px 0 0px;
	padding: 25px;
	background: url(../images/bg_bulle.gif) no-repeat 0 40px;
	color: #666;
	float: right;	
	}

p.download a.link {
	background: url(../images/pdf_icon.png) no-repeat top left;
	float: left;
	padding: 2px 0px 2px 20px;
	color: #666;
	}

p.intro {
	color:  #666;
	margin:  10px 0 25px 0;	
	}

p.intro a {
	color: #b5113e;	
	}

#formulaire form {
	float: left;
	margin:  0 0 25px 0;
	}


#connectezVous {
	width: 350px;
	height: 40px;
	background: url(../images/tit_connectezVous.gif) no-repeat top left;
	text-indent: -1500em;
	}

p.fieldline {
	width: 300px;
	margin: 5px 0 0 0;
	float: left;
	clear: both;	
	}

p.fieldline label, p.fieldline span.pseudoLabel {
	width: 140px;
	float: left;
	padding: 2px 0 0 0;
	margin-right: 5px;
	text-align: right;
	font-size: 100%;
	color:  #666;	
	}

.input {
	width: 144px;
	height: 16px;
	background: url(../images/bg_input150.gif) no-repeat top left;
	border: none;
	font-size: 85%;
	color: #666;
	padding: 4px 4px 0 2px;
	}

input#bt_valid {
	width:  150px;
	height: 20px;
	float: right;
	margin: 15px 15px 0 0;
	}

#inscrivezVous {
	width: 300px;
	height: 40px;
	background: url(../images/tit_creezVotreCompte.gif) no-repeat top left;
	text-indent: -1500em;
	}
	
	/* Message d'erreur */
	
span#erreurMsg {
	width: 300px;
	text-align: center;
	padding: 25px;
	display: block;
	font-weight: bold;
	color: #B5003C;
}

/* Reglement du jeu */

a#Lnk_reglement {
	color: #666;
	float: right;
	margin: 10px 0;
	padding: 1px 0 0 20px;
	background: url(../images/pictoPDF.gif) no-repeat top left;
	}
