/*
Theme Name: Rouen à l'Assemblée
Theme URI: http://www.pixele.fr/
Description: Thême Rouen à l'assemblée
Version: 1.0
Author: Pixele.fr
Tags: rouen
*/

@import url(css/header.css);
@import url(css/home.css);
@import url(css/category.css);
@import url(css/sidebar.css);
@import url(css/footer.css);

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
form {padding:0; margin:0 }
.alignleft { float:left }
a { outline:none; }
a:focus{-moz-outline-style: none;}
ul { list-style:none; }
.l { float:left; }
.r { float:right; }
#rig p { margin:0 }

#m {
	margin:0 auto 0 auto;
	padding:0;
	width:880px;
}

/* Article */
#m #cen #cat #op .titre{
	font:35px "Times New Roman", Times, serif;
	padding:10px 0 20px 0;
	color:#000;
	display:block;
	padding:15px 0 15px 0;
}

#m #cen #cat #op img { border:0; margin:0 10px 0 0 }

#m #cen #cat #op .date {
	display:block;
	border-bottom:1px solid #CCC;
	padding:0 0 10px 0;
	margin-bottom:20px;
}

#m #cen #cat #op .tags a {
	color:#005689;
}


/* Commentaires */
#m #cen #fil {
	margin:0;
	padding:10px 0 30px 0;
}
#m #cen #fil .how{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px 0 10px 0;
	font:14px Arial;
	color:#999;
	font-weight:bold;
	margin-bottom:10px;
}

#m #cen #fil .comment {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	width:630px;
}
#m #cen #fil .comment a {
	color:#005689
}
#m #cen #fil .comment-author {
	width:200px;
	float:left;
}
#m #cen #fil .comment-meta {
	width:430px;
	float:left;
}

#m #cen #fil .fn {
	font:30px "Times New Roman", Times, serif;
	color:#037D94;
	font-style:italic;
}
#m #cen #fil .says { display:none; }
#m #cen #fil .p {
	width:420px;
	padding-right:10px;
	float:left
}

/* Make post */
#m #cen #comm {
	clear:both;
	margin:0;
	padding:10px 15px 10px 15px;
	width:600px;
	background-color:#F7F7F7;
}
#m #cen #comm li {
	padding-bottom:10px;
}
#m #cen #comm .t{
	font-size:14px;
	font-weight:bold;
}
#m #cen #comm label {
	display:block;
	width:45px;
	float:left;
}
#m #cen #comm .i {
	border:1px solid #AAA;
	font:12px Arial;
	width:180px;
	height:16px;
}
#m #cen #comm .tt {
	border:1px solid #AAA;
	font:12px Arial;
	width:600px;
	height:120px;
}
#m #cen #comm .b {	
	font:11px Arial;
	color:#444;
}
/* Contact */
#m #form #li {
	float:left;
	padding:0 0 5px 0;
	width:650px;
}
#m #form .s {
	margin-left:150px;
}
#m #form label {
	display:block;
	font-weight:bold;
	width:150px;
	float:left;
}
#m #form .i {
	font:12px Arial;
	color:#008092;
	border:1px solid #999;
	width:170px;
	float:left;
}
#m #form textarea {
	font:12px Arial;
	color:#008092;
	width:450px;
	height:90px;
	border:1px solid #999;
}

