/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 
/* Les éléments HTML en général
-------------------------------------------------------- */
* {
	margin:0; /* Bug IE */
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background:url(img/fond.png) repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",sans-serif;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
pre,code {
	font-size:1.2em;
}
pre {
	width:100%;
	overflow:auto;
	border:1px solid #CCC;
}
fieldset {
	border:none;
}
label {
	cursor:pointer;
	cursor:hand;
}
.field label {
	display:block;
}
textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
input, textarea {
	border:1px solid #CBCBCB;
}
input:focus, textarea:focus {
	border:1px solid #555;
	background:#F6F6F6;
}
a, a:visited {
	color:#DB0000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
img {
	border:none;
	background:transparent;
	vertical-align:middle;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#prelude {
	display:none;
}

#page{
	background:#000;
	color: inherit;
	width: 950px; /*origine : 898 pixels*/
	margin: 0 auto;
	text-align: left;
	padding:0;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	color:#FFFFFF	
}
 
/* L'entête
-------------------------------------------------------- */
#top {
	background:#000C77 url(img/top.jpg) repeat-x 0px 0px;
	height:260px;	
	padding:0;
	margin:0;
}
#top h1 {
	padding-top:70px;
	padding-left:70px;
	font-size:24px;
}
#top h1 a {
	text-decoration:none;
	color:#FFF;
}
#top h1 a:hover {
	color:#C9C9C9;
	color:#000C77;
	border:none;
	background:transparent;
}

#top p {
	color:#FFF;
	font-weight: bold;
	float:right;
	padding-right:3px;
}

#top #calendar {
	background:transparent;
	width:180px;
	text-align:center;
	float:right;
	margin-right:16px;
	margin-top:-16px;
}
html>body #top #calendar {
	margin-right:30px;
	margin-top:-19px;
}
#top div#calendar table {
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
	font-size:10px;
	line-height:17px;
}
#top div#calendar table caption {
	margin:0 auto;
	
}
#top div#calendar table th {
	color:#3C5766;
	background:transparent;
	cursor:help;
}
#top div#calendar table td {	
	font-size:10px;
	padding:0;
	margin:0 0 2px 0;
}
#top div#calendar table td a {
	display:block;
	background:transparent;
	color:#BF1616;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#top div#calendar table td a:hover {
	background:#BF1616;
	color: #FFF;
}

/* Le prélude
-------------------------------------------------------- */ 

#haut {
	margin:0;
	height:24px;
	overflow:hidden;
	padding:6px 40px 0 40px;
	font-size:10px;
	background:#242424;		
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 265px;
	width:700px;
	margin:auto;
	z-index:100;
}
#menu a, #menu a:visited {
	color:white;
}
#menu dl dt a:hover {
	color:999;
	background:transparent;
}
#menu dl {
	float: left;
	width: 140px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: transparent;
	margin: 1px;
	color:#FFF;
}
#menu dd {
	display: none;
	border: 1px solid #242424;
	border-bottom: 2px solid #242424;
	padding-bottom:6px;
	margin-top:7px;
	background:#FBFBFB;
}
#menu li {
	text-align: center;
}
#menu li a, #menu dd a, #menu li a:visited, #menu dd a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover {
	background: #eee;
}
#menu h3 {
	padding-left:4px;
}
#menu img {
	margin-top:5px;
}
#search {
	text-align:center;
	padding:10px 0 10px 0;
	margin:0;
}

#search fieldset,#search input,#search p {
	margin:0;
	padding:0;
}
#q {	
	background:#fff url(img/q.png) no-repeat right center;
}
/* Le contenu
-------------------------------------------------------- */

#main {	
	width:920px; /*origine : 840 pixels*/
	margin:20px auto 20px auto;
	background:#000000;
}

.day-date {
	padding-left:3px;
	color:#888;
	font-weight:bold;
}
#comments h3,#trackbacks {
	margin-top:50px;
}
.post {
	border-bottom:20px solid #F7F7F7;
	margin-bottom:30px;

}
.post-title {
	color:#333;
	background:transparent;
	margin-bottom:0;
}

.post-title a, .post-title a:visited {
	color:#DB0000;
	background:transparent;
}
.post-title a:hover {
	color:#FF0000;
	background:transparent;
}
.post-info {
	margin-top:0;
	color:#888;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info-co {
	text-align:right;
}
.post-content {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}
.post-content a, .post-content a:visited {
	color:#DB0000;
	text-decoration:none;
}
.post-content a:hover {
	color:white;
	background:#DB0000;
}

.post-content blockquote {
	font-family:Georgia,serif;
	font-style:italic;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:4px solid #999;
	background:url(img/blockquote.png) repeat-y right #FBFBFB;
	color:#545454;
}
.post-content img {
	border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;
}
.post-content .smiley {
	border:none;
}
.post li {
	background:url(img/puce.gif) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:3px;
}
.post ul {
	list-style-type:none;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
/* Partie commentaires
-------------------------------------------------------- */
#trackbacks blockquote, #comments blockquote {
	border-bottom:3px solid #666;
	border-right:3px solid #666;
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#17004d;
	margin:1em 0;
	padding: 1ex 1em;
	background:#140046;
	font-size: 12px;
}
#c_remember {
	border:none;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	margin:20px 20px 0px 20px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	border-top:1px solid #CCC;
	color:#666;
	clear:both;
}
#footer img {
	float:right;
}
#footer a {
	color: #999;
}
/*__Essai sur les tables imbriquées_début */
table {
margin:auto;
border:1px solid white;
vertical-align:top;
text-align:center;
}
.thspecial {
/* <td width="375"><div align="center"><em><strong><font size="4"><font color="#FF0000">Photos</strong></em></div></td> */
   border:1px solid white;
   text-align: center;
   font-style:italic;
   font-size:large;
   font-weight: bold;
   color: red;
   font-family: Arial, "Arial Black", "Times New Roman", serif;
}
td {
text-align: center;
color: white;
font-size:x-small;
font-weight: bold;
font-family: Arial, "Arial Black", "Times New Roman", serif;
}


/*__essai sur les tables imbriquées_Fin*/