
/* IE6 Patch */

/* Double margin */

#content {
	margin-left: 22px;
}

#sidebar {
	margin-right: 8px;
}

#footer-links {
	margin-right: 22px;
}

#footer-end div {
	margin-right: 20px;
}

/* Autres bugs */

#footer {
	height: 126px;
}

pre {
	width: 500px;
}

.awesome, .awesome:visited {
	background-image:none;
}

/* Alerte IE6 caymal */

div.alert-ie6 {
	margin: 0;
	border-bottom:5px solid #ccc;
}

div.alert-ie6 p {
	width: 960;
	padding: 1em;
	margin: 0 auto;
	background: #fff;
	font-size: 1.1em;
	color: #000;
}

div.alert-ie6 a {
	color: #369;
}

