/* Balises */

	/* Corps */
	body {
		background-image: url(../images/main-bg.gif);
		background-attachment:fixed;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	/* Liens */
	a {
		text-decoration:none;
		color:#16387c;
	}

	a:active {
		text-decoration:none;
		color:#16387c;
	}

	a:link {
		text-decoration:none;
		color:#16387c;
	}

	a:hover {
		text-decoration:underline;
		color:#16387c;
	}
	
	/* Mise en forme */
	hr {
		border:0;
		border-bottom: 1px dotted #A5AEC5;
		color: #f00;
		background-color: #FF0000;
		height: 1px;
	}

	li {
		list-style:url(../images/puce.png);
		margin-left:30px;
		margin-bottom:10px;
		margin-top:10px;
	}

	input {
		border:1px solid #FF0000;
		background-color: #FFFFFF;
	}
	
	/* Tableau */
	table#TableauPointille tr {
		border-bottom:1px dotted #4C4C4C;
	}

/* Les onglets */
.Button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

a.Button {
	text-decoration:none;
	color:#FFFFFF;
}

a.Button:active {
	text-decoration:none;
	color:#FFFFFF;
}

a.Button:link {
	text-decoration:none;
	color:#FFFFFF;
}

a.Button:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/* Tables */
.TablePrincipale {
	width:85%;
	border:2px solid #CCCCCC;
}

.TableHead {
	border-bottom:2px solid #C4020A; 
	background-image:url(../images/bg_head.png); 
	background-repeat:repeat-x
}

/* Bas de page */
.footer {
	background: url(../images/bg_footer.png) repeat-x bottom;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px;
}

/* Images */
.gratuit {
	position:absolute; 
	left:0px; 
	top:0px; 
	margin:0px; 
	padding:0px;
	width: 150px;
	height: 150px;
	border: 0px;
}

/* Bloc d'infos de téléchargement */
.Telechargement {
	border:1px solid #FF0000;
	background-color:#F0F0F0;
	padding:20px;
}

/* Titres et paragraphes */
.TitreCaps {
	font-variant:small-caps;
	font-weight:bold;	
}

.TitreCapsColore {
	font-variant:small-caps;
	font-weight:bold;
	color:#16387C;
}

.ParagrapheTexte {
	line-height:150%;
}

/* Logo OVH */
a.OVH {
    width: 81px;
    height: 20px;
	display:inline-block;
    background: url(../images/logo-ovh.gif) no-repeat;
    border: 0;
	vertical-align: middle;
}

/* Header droite */
.HeadDroite {
	margin-top: 70px;
	margin-right: 8px;
}

/* Listes */
.fleche {
	background:url(../images/fleche_droite.png) no-repeat left center;

	padding: 0px 12px;
	margin-bottom:15px;
	margin-top:0px;	
	font-variant:small-caps;
	font-weight:bold;
}

/* Post */

.post {
	border-bottom: thin dotted #4C4C4C;
	background-position: top left;
	margin-bottom: 10px;
}

.post .date {
	float: right;
	width: 76px;
	height: 58px;
	margin: 0;
	padding-top: 2px;
	background: #FF0000 url(../images/calendar.gif);
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .image {
	opacity: 0.18; height:100px; width:100px; margin-bottom: -100px; margin-left: 20px;
}

.post .date b {
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 5px 0 0 0;
	/*background: url(images/img05.gif) repeat-x;*/
	font-size: 1.8em;
}

.post .meta {
	background-image: url(../images/comment.png);
	background-repeat:	no-repeat;
	background-position: left;
	margin:  0 0 15px 0;
	padding: 0 0 0 18px;
	color: #4C4C4C;
}

.post .meta a {
	color: #4C4C4C;
}

.post .entry {
	padding-bottom: 20px;
	width:90%;
}

h2 {
	/*font: 15px;*/
	font-weight: normal;
	letter-spacing: -1px;
	color: #4C4C4C;
}

/* Commentaires */

.comment {
	text-align: justify;
}

.comment .meta {
	font-size: 10px;
	color: #4C4C4C;
}

.comment hr {
	border:0;
	border-bottom: 1px dotted #A5AEC5;
	color: #f00;
	background-color: #f00;
	height: 1px;
}

.note {
	font-size: 10px;
	color: #4C4C4C;
	font-weight:bold;
}

.commentaire {
	background-image: url(../images/comment.png);
	background-repeat:	no-repeat;
	background-position: left;
	margin:  0 0 15px 0;
	padding: 0 0 0 20px;
}

#follow-twitter {
	background: url(../images/twitter.png) no-repeat;
	margin: 20px 20px 15px 0;
	height: 80px;
	width: 146px;
	display: block;
}