body {
	/*:Background image*/
	background-image:url(images/background/fond_bleu.jpg);
}

#header_image {
	/*:Header height*/
	padding-top:247px;
	/*:Header image*/
	background-image:url(images/headers/participer3.png);
	/*:Header image alignment*/
	background-position:left;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:400px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:400px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:400px;
}

#page, #header, #footer {
	/*:Page width*/
	width:90%;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#fb0008;
}

a {
	/*:Navigation color*/
	color:#fb0008;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#fb0008;
	/*:Navigation color*/
	color:#fb0008;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#fb0008;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#fb0008;
}

#menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#fb0008;
}

#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#fb0008;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	/*:Navigation color*/
	background-color:#fb0008;
}

.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#fb0008;
}

code {
	/*:Content color*/
	background-color:#fb0008;
	/*:Content color*/
	border-color:#fb0008;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#fb0008;
	/*:Content color*/
	border-color:#fb0008;
}

h2 a, h3 a,.post blockquote a,.author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#fb0008;
}

h2,h3,.post blockquote, .author, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#fb0008;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#fb0008;
}