/*  
Agence web JB WebArt
*/

body {
	margin-top: 5px;
	padding: 0;
	background: #a8c2e7;
	font-size: 14px;
	text-align: justify;
	color: #34345b;
}

body, th, td, input, textarea, select, option {
	font-family: Century, Times New Roman, Georgia;
}

h1, h2, h3 {
	font-family: Century, Times New Roman, Georgia;
	font-weight: normal;
	color: #34345b;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
font-size: 14px;
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #314371;
}

a:hover {
	color: #314371;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 910px;
	height: 210px;
	margin: 0 auto;
	background: url(images/ban-plume-dazur.jpg) no-repeat top;
}


/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 640px;
	margin: 0;
	margin-bottom: 30px;

}
#content1 {
	float: left;
	width: 700px;
	margin-left: 80px;
}
.post {
	padding: 0px 0px 0 0px;
	text-align:center;
}

/*This is added by Raouf*/

.title1 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 19px;
	font-family: Century, Times New Roman, Georgia;
	font-weight:bold;
	color: #344371;

}

.news_title{
font-family: Century, Times New Roman, Georgia;
font-weight:bold;
font-size:16px;
text-decoration:underline;}

.news_body{
font-family: Century, Times New Roman, Georgia;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: Century, Times New Roman, Georgia;
	color: #344371;
}

.title a {
	text-decoration: none;
	color: #344371;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	margin: 30px 0;
	background: url(images/img02.jpg) left top;
	text-transform: uppercase;
	font-family: Century, Times New Roman, Georgia;;
	font-size: 10px;
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 10px 5px 5px;
}

#sidebar li li {
	border-bottom: 1px dotted #363b3f;
	background: url(images/img03.gif) no-repeat 0 40%;
	padding: 0 0 5px 15px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 5px 0 5px 15px;
	background: url(images/img02.jpg) repeat-x left top;
	font-family: Century, Times new Roman, Georgia;
	font-size: 20px;
	color: #4c4c4c;
}

#sidebar h2 a {
	background: url(images/img03.gif) no-repeat left 50%;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}


/* Footer */

#footer {
	clear: both;
	height: 100px;
	width: 910px;
	margin: 0 auto;
	border-top: 1px solid #1e2223;
	text-align: center;
	font-size: smaller;
	font-family: Century,Times New Roman, Georgia;
	color: #443743;
}

#footer p {
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 9px;
}

#footer p a {
	color: #FFFFFF;
}

