* {
	margin:0;
	padding:0;
	}

body {
	font-size:12px;
	font-family:Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	background:#e5e5e5;
	padding: 0px 0 25px 0;
	}

select, input, textarea {
	border:1px solid #bbb;
	padding:2px;
	}

p {
	margin: 0px 0;
	}

hr {
	display: block;
	height:1px;
	background:#999;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#333;
	text-decoration: underline; 
	}
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #222; 
	text-decoration: none;
	}

.title:hover { 
	color: #FF0000; 
	text-decoration: none;
	} 
	
/* HTML headline links */
h1 a:link, h1 a:active, h1 a:visited  {text-decoration:none;}
h1 a:hover {text-decoration:underline;}

h2 a:link, h2 a:active, h2 a:visited  {text-decoration:none;}
h2 a:hover {text-decoration:underline;}

h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {
	color:#222;
	text-decoration:none;
	}

h4 a:hover {
	text-decoration:none;
	color:#FF0000;
	}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {
	text-decoration:none;
	}

#sidelist a:hover {
	text-decoration:underline;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets {}
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}


/******************************************
*   Images                         
******************************************/


img {
	border:1px solid #999;
	padding:1px;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin:10px auto 10px auto
}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

img.alignleft {
	margin: 0px 10px 4px 0px;
	}
	
img.alignright {
	margin: 0px 0px 4px 10px;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
	}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
	}

.wp-caption img:hover{
   border:1px solid #333;
	}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
	}


/******************************************
*   General Structure                         
******************************************/


#header {
	margin:0 auto;
	height:36px;
	width:980px;
	background:url(images/ombres_haut.png);
}

#page { /*the main container*/
	background:url(images/ombres.png);
	width:950px;
	margin:0 auto;
	padding: 0px 15px;
	margin-top:0px;
	}

#branding {/*where the logo sits*/
	width:950px;
	height:80px;
	background:url(images/bannerxy.png) no-repeat #fff;
	background-position:10px -50px;
	border:0px solid #fff;
	margin-left:10px;
	float:right;
	}
	
#benbrik {
	background:url(images/ban.gif) no-repeat;
	height:60px;
	width:260px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	}

#branding p {
	float:right;
	margin-top:80px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#temp {
	margin-bottom:20px;
	}
	
#temp a h4 {
	text-align:center;
	text-decoration:none;
	}
	
#temp a:hover {
	color:#FF0000;
	text-decoration:none;
	}

#sidecontainer {
	float: right;
	width: 320px;
	margin-right:10px;
	margin-top:10px;
	}
	
#sidecontainer-bottom {
	float: right;
	width: 950px;
	margin-top: 10px;
	}
	
#middle-content{
	width:930px;
	float:left;
	padding:10px;
	}

#sidebar {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

.sidebar_widget {
	background:#EEEEEE;
	margin-bottom:10px;
	}

.sidebar_widget ul {
	margin:0px;
	padding:10px 0px;
	background:#FFFFFF;
	}

#topcol {
	width:590px;
	padding:0 10px;
	margin-top:380px;
	float:left;
	}

#bottomcol {
	width:640px;
	float:left
	}
	
#rightcol{
	margin-bottom:10px;
	}

#danslesmedias, #infoexpress {
	padding:10px;
	float:left;
	width:455px;
	}




/******************************************
*   Sidebar                         
******************************************/


.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:url(images/fleche_rouge.gif);
	margin-left:15px;
	font-size:1.1em;
	font-weight:bold;
	}

.bullets li {
	list-style:square;
	}

#sidelist .bullets li {
	list-style:square;
	margin-left:18px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}


/******************************************
*   Headlines                         
******************************************/


.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #000000;
	font: 2em Arial, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:4px;
	margin: 10px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0.0em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:1.5em;
	padding:5px 0 5px 10px;
	margin:0px 0 0px 0;
	color:#DD0000;
	background:#EFEFEF;
	}

h3#respond, h3#comments, #seealso h3 {
	margin:0px;
	margin-left:10px;
	padding:5px 10px;
	width:570px;
	background:#efefef;
	color:#DD0000;
	font-size:1.5em;
	}
	
h3#respond, #seealso h3 {
	margin-top:20px;
	}

h3 a:link, h3 a:visited, 
h2 a:link, h2 a:visited,
h1 a:link, h1 a:visited {
	color: #666;
	}

h4 {
	font-size:1.4em;
	margin-bottom:5px;
	}


/******************************************
*   Content                        
******************************************/


#content {
	width:610px;
	float:left;
	padding: 10px 0px 10px 0px;
	}
	
#category-content {
	width:610px;
	float:left;
	padding: 10px 0px 10px 0px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

.navigation {
	background:#eee;
	width:570px;
	float:left;
	padding:5px 10px;
	margin-left:10px;
	font-weight:bold;
	text-align:center;
	}

.navigation .aligncenter {
	margin:0px;
	display:inline;
	width:500px;
	text-align:center;
	}

.navigation .alignleft, .navigation .alignright {
	width:40px;
	font-size:1.5em;
	}

.navigation h3 {
	display:inline;
	font-size:1.5em;
	color:#DD0000;
	}

.navigation a {
	text-decoration:none;
	}

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

#rightcol, #bottomcol, #sidecontainer {
	background:#FFF;
	float:right;
	}

#topcol p, #bottomcol p, #infoexpress p, #danslesmedias p {
	margin-top:2px;
	text-align:justify;
	}

#rightcol p {
	margin-top:2px;
	/*font-size:1.6em;*/
	text-align:justify;
	}

#topcol img, #bottomcol img, .archive img {
	float:left;
	margin:4px 6px 0px 0;
	padding:1px;
	border:1px solid #999;
	height:80px;
	width:auto;
	}
	
#rightcol img {
	float:right;
	margin:4px 0px 0px 6px;
	padding:1px;
	border:1px solid #999;
	height:100px;
	width:auto;
}

#topcol .clearfloat {
	padding:10px 0px;
	border-bottom:1px solid #999;
	background:#fff;
	}

#topcol .colored {
	background:#efefef;
	}

#bottomcol .clearfloat {
	width:300px;
	float:left;
	padding:5px 10px;
	margin-right:0px;
	}

#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding-bottom:10px;
	margin:4px 0px 10px 0px;
	}
	
#infoexpress .clearfloat, #danslesmedias .clearfloat {
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin:9px 0px;
	}

#bottomcol h1 {
	background:#eee;
	margin:10px 10px 0 10px;
	padding:5px;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font: 1.4em Arial;
	font-weight:bold;
	text-align:center;
	float:left;
	width:610px;
	}

#bottomcol h2 {
	font-size:1.2em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding:5px 0 5px 0;
	margin-bottom:10px;
	margin-top: 20px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	float:left;
	width:300px;
	}

#rightcol h3 a {
	color:#FFFFFF;
	font-size:2em;
	}

#infoexpress h3 a, #danslesmedias h3 a {
	color:#FFFFFF;
	font-size:1.8em;
}

#rightcol h3 {
	background:#FF0000;
	text-align:center;
	padding:10px 0px;
	margin-bottom:10px;
	height:20px;
	}

#infoexpress h3, #danslesmedias h3 {
	text-align:center;
	background:#FF0000;
	padding:5px;
	margin-bottom:15px;
	display:block;
	}
	
.center_video{
	margin:0 auto;
	width:980px;
	}
	
#videos {
	width:970px;
	padding:5px;
	background:url(images/ombres_black.png);
	float:left;
	}
	
#videos .video{
	padding:5px;
	width:310px;
	float:left;
	}
	
#videos embed{
	width:310px;
	height:200px;
	}
	
#videos h5{
	font-size:1.1em;
	text-align:center;
	color:#fff;
	}
	
#images-videos{
	float:left;
	width:300px;
	padding:10px;
	background:#000;
	margin-bottom:20px;
}

#images-videos .media{
	width:300px;
	height:225px;
	padding-bottom:4px;
	}
	
#images-videos h4{
	font-size:1.2em;
	}
	
#images-videos h4 a{
	color:#fff;
	}

#images-videos h4 a:hover{
	color:#FF0000;
	}

#images-videos p{
	color:#fff;
	}

#images-videos img{
	float:left;
	border:0px;
	padding:0px;
	}

#media-page{
	margin: 0 auto;
	padding: 20px;
	width: 480px;
	}
	
#media-page img{
	border:0px;
	padding:0px;
	}

#media-page embed.media{
	width:480px;
	height:360px;
	padding-bottom:4px;
	}
	
#media-page img.media{
	width:480px;
	height:auto;
	padding-bottom:4px;
	}

/* Formating of the Leadstory stuff in the tabbed section */

#leadpic {
	float:left;
	margin: 0 0px 0px 0;
	padding:0px;
	border: 1px solid #999;
	}

#topcol .title, #topcol a.title, #container-4 .title, #container-4 a.title {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:0.0em;
	text-align:left;
	line-height:1.2em;
	}

#lead p {
	margin-bottom:0px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#840000!important;
	text-decoration:none;
	}

.read-on a:hover {
	text-decoration:underline;
	}

#leadarticle p {
	font-size: 1.2em;
	color:#FFFFFF
	}

#leadarticle img {
	border:0px;
	padding:0px;
	}
	
#about {
	font-size:1.2em;
	line-height: 1.5em;
	width: 570px;
	background-color: #F7F7F7;
	margin: 0px 10px;
	padding: 10px;
	float:left;
	}

/* Post Formatting */

.post {
	width:590px;
	margin:10px;
	margin-top:0px;
	background:#FFF;
	}

.post h2 {
	margin:0;
	}
	
.post .title {
	color:#DD0000;
	}

.post h4 {
	font:1.4em Arial;
	font-weight:bold;
	padding-top:10px;
	}

.post h4 a {
	color:#000;
	}

.post h4 a:hover {
	color:#FF0000;
	text-decoration:none;
	}

.post p {
	font-size:1.2em;
	font-family:Arial,"Time New Roman",Verdana;
	line-height:1.4em;
	margin:15px 0;
	text-align:justify;
	}
	
.post span {
	font-family:Arial,"Time New Roman",Verdana;
	line-height:1em;
	}

.entry {
	padding-bottom:0px;
	/*text-align:justify;*/
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}

#content .colored {
	background:#fff;
	}

.archive {
	width:590px;
	float:left;
	padding:10px 0;
	margin:0 10px;
	border-bottom:1px solid #999;
	}

.archive p {
	font-size:1em;
	text-align:justify;
	line-height:1.2em;
	margin:2px 0;
	}

.archive h4 {
	margin:0px;
	padding-top:0px;
	padding-bottom:4px;
	}
	
.pagetitle {
	width:600px;
	margin-top:0px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}

.postmetadata, .postmetadata a, .postmetadata span {
	font-size:1em;
	color:#999;
	text-decoration:none;
	}

.homehourtime{
	float:left;
	margin:6px;
	color:#999;
	}
	
.homehourtime a{
	color:#999;
	text-decoration:none;
	}

.postshare {
	margin:5px;
	float:right;
}

.postshare a {
	float:left;
	margin-left:5px;
}

.sticker {
	float:left;
	width:590px;
	background:#EFEFEF;
	margin-bottom:20px;
}

#seealso ul {
	padding:10px;
	width:580px;
	border-bottom:1px solid #CCCCCC;
}

#seealso li {
	font-size:1.1em;
	font-weight:bold;
	margin-left:15px;
	list-style:url(images/fleche_rouge.gif);
}

#seealso a {
	text-decoration:none;
}

#seealso a:hover {
	text-decoration:none;
	color:#FF0000;
}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

#searchform {
	margin:0px;
	padding:10px;
	background:#fff;
	}

.search-nav {
	float:right;
	}

#commentform {
	width:570px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;
	padding:10px;
	margin-left:10px;
	}

#commentform input {
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #BBBBBB;
	}

#commentform textarea {
	width: 563px;
	margin-bottom:10px;
	}
	
.button {
	background:transparent;
	color:#bbb;
	font-size:1.2em;
	font-weight:bold;
	}

.button:hover {
	color:#000;
	text-decoration:none
	}
	
#commentform .button{
	margin-bottom:0px;
	}
	
#searchform .button{
	border:none;
	}

.arabe p {
	font-size:1.5em;
	direction:rtl;
	}
	
.arabe .entry {
	font-size:1.4em;
	direction:rtl;
	}

.arabe h4 {
	font-size:1.7em;
	direction:rtl;
	}
	
.arabe h2 {
	font-size:1.9em;
	direction:rtl;
	}
	
.arabe .alignright {
	float:left;
	}

.arabe img.alignright {
	float:right;
}
	
.arabe .entry p {
	font-size:1.1em;
}

/* Comments*/

.commentlist {
	background:#efefef;
	width:590px;
	margin-left:10px;
	}

.commentlist div {
	margin: 0px;
	padding: 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;
	border-bottom:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	font-size:1.1em;
	font-weight:bold;
	padding:0;
	}

.commentlist small {
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}


/******************************************
*   Footer                        
******************************************/

#footer {
	background:url(images/ombres_bas.png) no-repeat;
	margin: 0 auto;
	padding:15px 0px;
	width: 980px;
	font-size:0.9em;
	text-align:center;
	color:#888;
	}

#footer a {
	color:#888;
	}


