/* RESET STYLES */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
//////////////////////////////////////

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
h1{
	font-size: 18px;
	color :#b3101d;
	margin-bottom: 10px;
}
div#header{
	margin: auto;
	width:100%;
	height:180px;
	background: #fff;
	border-bottom: 2px #b3101d solid;
}
div#gauche {
	font-size: 11px;
	float: left;
	width: 200px;
	background: #cfd1d2;
	padding-bottom: 20px;
	height:700px;
}
div#droite {
	font-size: 11px;
	float: right;
	width: 200px;
	background: #cfd1d2;
	height:700px;
}
	div#droite ul {
		list-style-type: none;
	}
div#centre {
	font-size: 11px;
	margin-left: 205px;
	margin-right: 205px;
	overflow:hidden;
}

<!--[if lte IE 6]>
div#gauche {
	margin-right: 5px;
}
div#droite {
	padding: 5px;
	margin-left: 5px;
}		
div#centre {
	overflow: visible;
	height: 1%;
}
<![endif]-->

		div#preambule{
			font-size: 10px;
			padding: 10px;
			text-align: justify;
		}
		
		div#preambule img{
			vertical-align: text-top;
			float :left;
			padding: 5px;
		}

		div#menu{
			padding-top: 10px;
			clear: both;
			padding-left:10px;
		}

		div#menu ul, div#blog ul{
			padding-left:10px;
			list-style-type: none;
		}
/////////////////
.def {
	color: #000;
	text-decoration: underline;
}
.def:hover {
	color: #b3101d;
	text-decoration: none;
}	
.categorie{
	color:#000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.menu {
	text-decoration: none;
	cursor:pointer;
	color:#b3101d;
	font-size: 12px;
}

.menu:hover {
	color:#fff;
	font-size: 12px;
}

.selectedmenu {
	color:#333;
	font-weight: bold;
}

.titre{
	color:#b3101d;
	font-size: 12px;
}

.date{
	color:#e6a146;
	font-size: 9px;
}

.contenu{
	color:#000;
	font-size:10px;
}

.highlight{
	color:#fff;
	font-size: 9px;
}

.auteur {
	color:#b3101d;
	font-size: 10px;
	font-weight: bold;
}
.comment{
	font-size: 10px;
	font-weight: bold;
}

em{
	font-style: italic;
}
.vidtitre {
	font-weight: bold;
	font-variant: small-caps;
	color: #b3101d;
}

.comment {
	vertical-align: middle;
	color:#666;
	background: url('../images/comment.png') no-repeat;
	padding-left: 20px;
	line-height : 30px;
	width:90%;
	display: block;
}

#addcomment {
	vertical-align: middle;
	background: url('../images/comment_add.png') no-repeat;
	padding-left: 20px;
	line-height : 30px;
	width:90%;
	display: block;
}
input,textarea, select {
	font-size: 10px;
	color:#666;
	border: 1px #333 solid;
	background-color: #f5f5f5;
}
label{
	width:150px;
	display:block;
	float:left;
}
.clear{
	clear:both;
}

h1 a{
	font-size: 18px;
	color :#b3101d;	
}
hr{
	border: none;
	background-color: #999;
	height:1px;
	width:50%;
	text-align: center;
}


.open{
	margin-top: 150px;
	font-size: 16px;
	font-weight: bold;
	color:#b3101d;	
	text-align: center !important;
}
.video {
	margin-bottom: 20px;
}
.videodoc {
	list-style-type: none;
}
.videodoc a {
	list-style-type: none;
	color:#cd0020;
}
.videodoc a:hover {
	list-style-type: none;
	color:#000;
}

div#footer {
	margin-top: 20px;
	text-align: center;
	width:100%;
}
