/* Style spécifique pour la page MMR */

/* elements generaux */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
dl, dt, dd, ol, ul, li {
	list-style-type: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nettoyeur {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
.separateur {
	clear: left;
	margin: 10px 0 30px;
	border: none;
	height: 1px;
	color: #fff;
	background-color: #fff;
}
a {
	color: #999;
}
a:hover {
	color: #999;
	text-decoration: none;
}


/* debut de la personalisation */
body {
	background: #000;
	line-height: 1em;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
}

#conteneur {
	margin: 0 auto;
	width: 1200px;
	background: #fff;
}

#entete {
	padding: 10px 44px 20px;
}
	
#contenu {
	width: 818px;
	padding: 0 44px 41px;
	float: left;
	font-size: 0.8em;
}
	#contenu p {
		margin-bottom: 15px;
		line-height: 1.5em;
		text-align: justify;
	}
	#contenu .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	#contenu .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	#contenu .sociable {
		clear: left;
		padding-top: 20px;
	}
	#contenu h1 {
		font-size: 2em;
		font-weight: bold;
		color: #ffb700;
		margin-bottom: 10px;
	}
	#contenu h2 {
		margin: 0;
		font-size: 2.3em;
		font-weight: bold;
		color: #ffb700;
		margin-bottom: 10px;
	}
	#contenu h3 {
		font-size: 1.3em;
		font-weight: bold;
		color: #000;
	}
	#contenu h4 {
		font-size: 1.15em;
		font-weight: bold;
		color: #000;
	}
	#contenu h5 {
		font-size: 1.1em;
		font-weight: bold;
		color: #000;
	}
	#contenu h6 {
		font-size: 1.05em;
		font-weight: bold;
		color: #000;
	}
	#contenu strong, #contenu b {
		font-weight: bold;
	}
	#contenu em, #contenu i {
		font-style: italic;
	}
	#contenu u {
		text-decoration: underline;
	}
	#contenu blockquote {
		margin: 5px;
		padding: 10px;
		font-style: italic;
		background: #eee;
		border-left: 2px solid #ddd;
	}
	#contenu q, #contenu cite {
		font-style: italic;
		background: #eee;
		padding: 1px;
	}
	#contenu pre, {
		font-family: Monaco, Courier, "MS Courier New", Prestige, Lucida, "Everson Mono", monospace;
		font-size: 0.9em;
	}
	#contenu kbd {
		font-family: Monaco, Courier, "MS Courier New", Prestige, Lucida, "Everson Mono", monospace;
		font-size: 0.9em;
		border: 1px solid #ccc;
		padding: 1px;
	}
	#contenu code {
		font-family: Monaco, Courier, "MS Courier New", Prestige, Lucida, "Everson Mono", monospace;
		font-size: 0.9em;
		border: 1px solid #ccc;
		padding: 5px;
		display: block;
		margin: 5px;
	}
	#contenu ol li {
		list-style: decimal-leading-zero inside;
	}
	#contenu ul li {
		list-style: disc inside;
	}
	#contenu ul, #contenu ol {
		margin: 0 0 10px 5px;
	}
	#contenu table {
		width: 100%;
		text-align: center;
		border: 1px solid #333;
	}
	#contenu caption {
		font-style: italic;
		padding: 2px;
	}
	#contenu tbody, #contenu tfoot, #contenu thead, #contenu tr, #contenu th, #contenu td {
		border: 1px solid;
		padding: 2px;
	}
	#contenu tfoot, #contenu thead {
		font-weight: bold;
	}

#colonne {
	float: left;
	width: 270px;
	font-size: 0.8em;
}
	#colonne div {
		background: #000;
		color: #fff;
		margin-bottom: 29px;
	}
		#colonne div h2 {
			padding: 9px 18px;
			background: #ffb700;
			color: #000;
			font-size: 1.5em;
			font-weight: bold;
			text-align: center;
			line-height: 1.2em;
		}
		#colonne div img {
			padding: 9px 18px;
		}
		#colonne div a img {
			padding: 0;
			margin-right: 10px;
			width: 60px;
			height: 60px;
			float: left;
		}
		#colonne div a img.youtube {
			padding: 0;
			margin-right: 0;
			width: 225px;
			height: 126px;
			float: none;
		}
		#colonne div a {
			color: #ffb700;
			text-decoration: underline;
			display: block;
			clear: left;
			padding: 10px 0;
		}
		#colonne div a.telecharger {
			text-align: center;
		}
		#colonne div a:hover {
			text-decoration: none;
		}
		#colonne div ul, #colonne div p {
			padding: 15px 18px;
		}
			#colonne div ul li {
				margin-bottom: 10px;
			}
			#colonne div ul li img {
				padding: 0;
			}
		#colonne div b {
			font-weight: bold;
		}
