/*   
Theme Name: Devock
Theme URI: http://www.devock.com
Description: Th�me par devock
Author: S�bastien Truti� de Vaucresson
Author URI: http://www.devock.com

*/

body {
	/*background-color: #503278;*/
	background-color: #484647;
	padding: 0;
	background-image: url('images/menuhaut.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, arial;
	font-size: 0.7em;
}

a {
	text-decoration: none;
}

.clearer { clear: both; }

#content {
	width: 990px;	
	margin: auto;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;	
	height: 150px;
}

#header_haut {
	height: 28px;
	padding-top: 3px;
	color: white;
}
	#header_haut a{
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	#header_haut a:hover{
		color: #ee7e34;
	}
	#header_haut ul {
		float: left;
		list-style: none;
		margin: 4px 0 0 0;
		height: 10px;
	}
	#header_haut li {
		float: left;
		line-height: 10px;
		margin-right: 10px;
	}

	#header_haut input{
		float: right;
	}

	#txt_search { 
		height: 10px; 
	}

	#btn_search { 
		height: 18px; 
		width: 45px; 
		font-size: 12px;
		border: none;
		background-color: #313131;
		color: white;
		font-weight: bold;
		margin: -3px;
	}

#logo {
	padding: 23px 0 0 40px;
}

#bas_header {
	margin: 0px 0 0 15px;
}

#bas_header img{
	margin: 0 0 0 15px;
}

#contenu {
	width: 710px;
	float: left;
	background-color: white;
	margin: 50px 0 0 0;
	-margin: 30px 0 0 0;
}
	#corps {
		padding: 0px 15px 0 15px;
	}

#menu {
	width: 270px;
	float: right;
	margin: 50px 0 0 0;
	-margin: 30px 0 0 0;
}

.article {
	margin-bottom: 30px;
}
	.titre_article a{
		color: #ee7e34;
		font-size: 19px;
		margin-bottom: 0;
		text-decoration: none;
	}
	.content_article {
		font-size: 1em;
	}

	.content_article p{
		margin: 15px 0 15px 0;
	}
	.nb_commentaire_article {
		font-weight: bold;
		text-align: right;
	}
	.nb_commentaire_article a{
		color: black;
		text-decoration: none;
	}
	.meta_article {
		font-size: 0.9em;
		font-style: italic;
		margin-top: 3px;
		margin-bottom: 15px;
	}
	
	.meta_article a {
		color: black;
		margin-bottom: 15px;
	}
	
.widgettitle {
	background-color: white;
	padding: 0 0 0 33px;
	font-size: 13px;
	line-height: 20px;
	color: #484646;
	font-weight: bold;
}

.content_widget {
	color:white;
	margin: 5px 3px 0 5px;
}

.content_widget a {
	color:white;
}

.content_widget ul {
	list-style: none;
}

.widget {
	margin: 0 0 15px 0;
}

#footer {
	/*background-image: url('images/footer.jpg');
	background-repeat: repeat-x;*/
	height: 190px;
	margin-top: 20px;
	color: white;
}

#footer_content {
	width: 990px;
	margin: auto;
}

.colonne_footer1 {
	width: 280px;
	margin: 13px 0 0 35px;
	float: left;
}

.colonne_footer2 {
	width: 280px;
	margin: 13px 37px 0 35px;
	float: left;
}

.colonne_footer3 {
	width: 280px;
	margin: 13px 35px 0 0;
	float: left;
}

#footer h3 {
	color: #ee7e34;
	font-size: 16px;
	margin-left: 15px;
}

#footer a {
	color: white;
}

.commentmetadata {
	border: 2px #ee7e34 solid;
	background-color: #ffd9af;
	margin: 0 0 10px 0;
}

.comment_texte {
	padding-left: 10px;
}

.comment_date {
	font-size: 0.9em;
	font-style: italic;
}

.auteur_comment  {
	padding: 5px 0 10px 5px; 
	font-size: 14px;
	font-weight: bold;
}

.auteur_comment  a{
	color: black;
	text-decoration: underline;
}

.auteur_comment img {
	vertical-align: middle;
}