body {
	margin: 0;
	padding: 0;
	color: #000;
	background: url('../../images/theme/background.gif') #fff top left repeat-x;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

h1, h2, h3, h4, h5, p#title {
	font-family: "Trebuchet MS", Calibri, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, p#title {
	font-size: 24px;
}

h1 a, p#title a {
	color: #fff;
	text-decoration: none;
}

a {
	color: #00131E;
}

#content h1,
#content h2, #sidebar h3 {
	font-size: 20px;
	line-height: 22px;
}

#content h1.title {
	margin-left: 50px;
	
}

.tweetmeme {
  float: left;
  width: 70px;
  margin-right: 5px;
}

#sidebar h3 {
	padding-bottom: 10px;
}

#content h1 a,
#content h2 a {
	color: #00131e;
	text-decoration: none;
}

#content h1 a:hover,
#content h2 a:hover {
	color: #00131e;
	text-decoration: underline;
}


#container {
	margin: 0 auto;
	width: 1010px;
}

#menu {
	position: absolute;
	top: 0;
	left: 50%;
	width: 990px;	
	background: #8ae3f9;
	margin: 0 0 0 -495px;
	padding: 0;
}

#menu li {
	list-style: none;
	float: left;
}

#menu a {
	color: #00131e;
	padding: 5px 10px 0 10px;
	height: 25px;
	display: block;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	background: #023;
	color: #fff;
}

#logo {
	margin: 30px 10px 0 10px;
	padding-top: 25px;
	color: #fff;
	height: 75px;
}

#breadcrumb {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -495px;
	color: #fff;
	padding-top: 8px;
	overflow: hidden;
}

#breadcrumb a {
	color: #fff;
}

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

#page {
	margin: 35px 0 0 10px;
}

#content {
	padding-top: 20px;
	width: 680px;
	float: left;
}

.excerpt {
	width: 310px;
	margin-right: 30px;
	float: left;
}

.category-excerpt {
	width: 650px;
}

.excerpt p, .category-excerpt p {
	
	margin-top: 15px;
}

#content .border {
	border-top: #356aa0 3px solid;
	margin-top: 15px;
	padding-top: 18px;
}

#sidebar {
	margin-left: 680px;
	margin-right: 10px;
	padding-top: 35px;
}

#sidebar ul {
	padding-left: 0;
}

#sidebar ul li {
	border-top: #f0f0f0 1px solid;
	padding: 3px 0;
	list-style: none;
}

#sidebar .border {
	border-top: #356aa0 2px solid;
	margin-top: 15px;
	padding-top: 10px;
}

#sidebar a {
	text-decoration: none;
}

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

.clear {
	clear: both;
}

.excerpt .author, .category-excerpt .author {
	width: 200px;
	float: left;
	clear: left;
	color: #555555;
}

.excerpt .comments {
	width: 110px;
	margin-left: 200px;
	color: #fb7c00;
}

.category-excerpt .comments {
	width: 110px;
	margin-left: 540px;
	color: #fb7c00;	
}

.excerpt .author, 
.excerpt .comments,
.category-excerpt .author,
.category-excerpt .comments {
	font-size: 11px;
	line-height: 20px;
	
}

#external {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 116px;
	margin-left: 379px;
}

#external a {
	float: left;
	display: block;
	width: 48px;
	margin-left: 10px;
}

#external a img {
	border: none;
}

#searchform {
	background: url('../../images/theme/searchform.png') top left no-repeat;
	float: right;
	width: 310px;
	margin-top: 1px;
	padding: 1px 15px 5px 15px;
}

#q {
	height: 18px;
	padding: 2px;
	width: 266px;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px 0 0;
	float: left;
}

#about {
	margin-top: 20px;
}

img.alignleft {
	float: left;
}

#about h3 {
	color: #fb7c00;
	padding-bottom: 0;
}

#paginate {
	clear: both;
	border-top: #356AA0 3px solid;
	width: 650px;
	text-align: right;
	margin-top: 20px;
	padding-top: 10px;
}

#legal {
	margin-top: 20px;
	padding-top: 10px;
	border-top: #8ae3f9 5px solid;
}

#legal ul {
	margin: 0;
	padding: 0;
}

#legal ul li {
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
	list-style: none;
}

.article {
	width: 650px;
}

.article h4 {
	font-size: 16px;
}

.article h5 {
	font-size: 14px;
}

h2#twitter {
	font-size: 18px;
	background: url('../../images/theme/twitter.jpg') top left no-repeat;
	color: #8ae3f9;
	padding-left: 63px;
	padding-top: 14px;
	height: 36px;
	margin-top: 30px;
}

h2#twitter a {
	color: #8ae3f9;
	text-decoration: underline;
}

h2#twitter a:hover {
	color: #8ae3f9;
	text-decoration: none;
}

#meta {
	margin-top: 10px;
}

#meta p {
	font-size: 11px;
	line-height: 15px;
	color: #555;
}

#meta a {
	color: #00131e;
	text-decoration: underline;
}

#meta a:hover {
	color: #00131e;
	text-decoration: none;
}

.article ul {
	padding-left: 18px;
}

.article ul li {
	list-style-image: url('../../images/theme/bullet.jpg');
}

#related {
	margin-top: 20px;
	padding-bottom: 15px;
}

#related h3 {
	font-size: 18px;
}

#related p {
	color: #555;
}

#related a {
	text-decoration: underline;
}

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

h3#commentaires {
	border-top: #356aa0 3px solid;
	font-size: 18px;
	padding-top: 25px;
}

#commentList .border {
	border-top: #356aa0 3px solid;
	margin-top: 15px;
}

ol#commentList {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}

ol#commentList li.comment {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px;
	background: url('../../images/theme/comment.gif') #dbf8ff top left no-repeat;
}


ol#commentList li.comment.fdv {
	background: url('../../images/theme/comment_fdv.gif') #dbf8ff top left no-repeat;
}


#commentList h4 {
	font-size: 14px;
	margin-right: 60px;
	padding-top: 10px;
	padding-left: 10px;
}

img.gravatar {
	width: 42px;
	height: 42px;
	float: right;
	margin: 0;
}

.thecomment {
	padding: 3px 7px 5px 7px;
	background: url('../../images/theme/comment_bottom.gif') #dbf8ff bottom left no-repeat;
}

#commentform h3 {
	font-size: 17px;
	margin-top: 30px;
}

#commentform p {
	color: #555;
	font-size: 12px;
}

#commentform label {
	color: #000;
}

p.comment {
	padding: 10px 3px 0 5px;
	width: 230;
	height: 30px;
}

#comment_author,
#comment_email,
#comment_url {
  padding: 10px 3px 0 5px;
  border: none;
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  width: 290px;
	border: #000 1px solid;
	-moz-border-radius: 5px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comment_body {
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
  width: 640px;
  height: 175px;
	border: #000 1px solid;
	-moz-border-radius: 5px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

p.body {
	padding: 10px 5px;
}

p.comment label {
	margin-left: 10px;
}

p.comment_submit {
	text-align: right;
}

#form-submit-button {
	border: #d46900 1px solid;
	background: url("../../images/theme/submit_form.jpg") bottom left repeat-x #fe9e3f;
	color: #fff;
	-moz-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 14px/14px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	text-transform: capitalize;
	padding: 5px 15px;
}

#carousel {
  width: 644px;
	margin-top: 3px;
  height: 195px;
  overflow: hidden;
	position: relative;
	border: #000 3px solid;
	margin-bottom: 30px;
}

#carousel-wrapper {
    width: 650px;
    height: 200px;
    overflow: hidden;
}
#carousel-content {
    width: 5000px;
}
#carousel-content .slide {
    float: left;
    width: 650px;
    height: 195px;
		padding-top: 135px;
}

#carousel-content .slide p {
	bottom: 0;
	color: #fff;
	height: 60px;
	margin: 0;
	width: 650px;
	line-height: 16px;
	font-size: 18px;
	font-family: "Trebuchet MS", Calibri, Helvetica, sans-serif;
	cursor: pointer;
}

#carousel-content .slide p small {
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

#carousel-content .slide p a {
	color: #fff;
	text-decoration: none;
	display: block;
	opacity:0.7;
	filter:alpha(opacity=70);
	background: #000;
	padding: 5px 10px;
	
}

#carousel-content .slide p a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
} 

a#carousel-previous,
a#carousel-next  {
	position: absolute;
	top: 50px;
	opacity:0.2;
	filter:alpha(opacity=20);
}

a#carousel-previous img,
a#carousel-next img {
	border: none;
}

a#carousel-previous:hover,
a#carousel-next:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

a#carousel-previous {
	left: 0;	
}

#carousel-next {
	right: 0;
}

#adsense_article {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
	border: #000 1px solid;
	border-collapse: collapse ;
}

th, td {
	text-align: left;
	border: 1px #444 solid;
	padding: 2px 3px;
}

#content h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#menu a.english {
   background: url(../../images/theme/gb.png) left no-repeat;
   padding-left: 20px;
}

#menu a.english:hover {
   background: url(../../images/theme/gb.png) #023 left no-repeat;
   padding-left: 20px;

}

img.large { width: 620px; }

.right { text-align: right; }

img {
  -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-webkit-border-top-left-radius : 5px;
-webkit-border-bottom-right-radius : 5px;

}

#twitter img {
float: right; margin-right: 10px; border: none
}
