/* Général */

/*html, body {
	height: 100%;
}

body {
	margin: 0;
	background: url("../img/fond.gif") 0px 245px repeat-x;
	font: 11px Georgia, "Times New Roman", Times, serif;
	height: 100%;
}

#header {
	height: 256px;
	width: 100%;
	text-align: center;
	background: url("../img/fond_bandeau_mini.gif") center -25px no-repeat;			
}*/

body
{
	font: 11px Georgia, "Times New Roman", Times, serif;
}

#upper {
	height: 70px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/fond-bandeau-html.png")  center 0 no-repeat;
}

#upper div {
	float: left;
	text-align: left;
}

#upper .logo {
	width: 380px;
	height: 67px;
 	padding-left: 34px;
	padding-top: 3px;
	background: url("../img/border-upper-html.png") right 0 no-repeat;	
}

#upper .select {
	width: 160px;
	height: 70px;
	text-align: center;
	background: url("../img/border-upper-html.png") right 0 no-repeat;
}

#upper .select .menu1 {
	width: 100%;
	text-align: center;	
	padding-top: 10px;
	height: 25px;
}

#upper .select .menu2 {
	width: 100%;	
	text-align: center;	
	height: 20px;	
}

#upper .select select {
	width: 136px;
	font-size: 11px;
	font-family: Georgia, Times, serif;
	height: 20px;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#upper .newsletter {
	height: 34px;	
	width: 160px;
	text-align:center;
	padding-top: 36px;
	background: url("../img/border-upper-html.png") right 0 no-repeat;	
}

#upper .rechercher {
	height: 61px;	
	text-align: left;
	width: 205px;
	padding-left: 10px;
	padding-top: 9px;
}

#upper .rechercher form {
	margin-top: 5px;
}

#upper .rechercher .textfield {
	width: 140px;
	height: 16px;
	line-height: 14px;
	padding: 2px;
	border: 1px solid black;
	margin: 0;
	vertical-align: middle;
}

#upper .rechercher .submit {
	padding-left: 3px;
	vertical-align: middle;
}

#bandeau {
	width: 100%;
	height: 186px;
	text-align: center;
}

#content {
	width: 930px;
	margin: auto;
}

* html #content {
	margin-top: -4px;
	width: 940px;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


/* Cadre de contenu */

#cadre_content {
	position: relative;
	left: 5px;
	margin-top:0px;
}

#pages {
	text-align: center;
}


/* Footer */

#footer {
	width: 910px;
	text-align: right;
	margin: auto;
}
		/*div#footer_mk2, div#footer_boutique, div#footer_services, div#footer_partenaires, div#footer_siteofficiel_mk2, div#footer_jeuconcours, div#footer_mk2pro */
		div#footer div
		{
		font:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666666;
		text-align:right;
		}
		div#footer a, div#footer div a
		{
				color:#cccccc;
		}
		
		


/* Mise en forme */

.gras {
	font-weight: bold;
}

.italique {
	font-style: italic;
}

.red {
	color: #e60005;
}

.dash {
	background: url("../img/pointilles.gif") repeat-x;
	line-height: 0;
	height: 1px;
	margin-top: 10px;
	padding-bottom: 10px
}

.spacer {
	display: block;
	float: none;
	clear: left;
	line-height: 0;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
}