/** style du blog **/


/* accroche du blog */
#accroche
{
	min-width: 1100px;
	_width: 1100px;
	height: 103px;
	margin: 0;
}

#accroche-contenu
{
	float: left;
	background-repeat: no-repeat;
	width: 774px;
	height: 79px;
}
#accroche-photo img
{
	float: left;
	margin: 5px;
}
#accroche-text
{
}

#accroche-image
{
	float: right;
	background-repeat: no-repeat;
	width: 250px;
	height: 79px;
}
#accroche-bas
{
	font-size: 10pt;
	height: 24px;
}
#accroche-pub
{
	float: right;
	background-repeat: no-repeat;
}


/* comprend le blog en entier */
#page
{
	_width:1100px;
	min-width: 1100px;
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* contenu du blog, menu + liste */
#blog
{
	float: left;
	width: 900px;
	margin: 20px 0 0 0;
	padding: 0;
}

/* menu gauche du blog */
#menu-gauche
{
	float: left;
	margin: 0;
	width: 220px;
	padding-left:10px;
}

.menu-lien
{
	background-color: #fcf9e5;
	font-size: 10pt;
	margin: 5px 5px 5px 40px;
	width: 115px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
}

.menu
{
	width:200px;
	margin: 20px 5px 20px 5px;
	padding:0;
}
.menu-haut, .menu-milieu, .menu-bas
{
	width: 200px;
	margin: 0;
}
.menu-haut
{
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
}
.menu-milieu
{
	background-repeat: repeat-y;
	padding: 10px;
}
.menu-bas
{
	background-repeat: no-repeat;
	height: 20px;
}

input, select, textarea
{
	border-width: 1px;
	border-style: solid;
}

/* conteneur des articles */
#liste
{
	float: right;
	width: 640px;
}

/* un article du blog */
.article
{
	width: 600px;
	margin: 40px 5px 10px 0;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: double;
}

.article a:hover
{
	color: #000000!important;
}

.titre
{
	font-size: 16pt;
	margin: 10px;
	text-align: left;
}
.sous-titre
{
	font-size: 10pt;
	margin: 10px;
}
.contenu
{
	margin-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding: 10px 0 15px 0;
	text-align: left;
	font-size: 11pt;
}
.post
{
	margin: 30px 35px 5px 35px;
	font-size:10pt;
	display: none;
}

.commentaires
{
	border-width: 1px;
	border-style: dotted;
}
.commentaire
{
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin: 10px;
	padding: 10px;
}

/* régie de pub */
#pub
{
	position: relative;
	margin: 40px 0 0 900px;
	width: 200px;
	padding: 50px 0 0 0;
}


a.double_arrow_left, a.arrow_left, a.double_arrow_right, a.arrow_right
{
	margin: 4px 3px 0 3px;
	width: 14px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
}

a.double_arrow_left:hover
{
	background: url('images/double_arrow_left.png');

}
a.arrow_left:hover
{
	background: url('images/arrow_left.png');
}
a.double_arrow_right:hover
{
	background: url('images/double_arrow_right.png');

}
a.arrow_right:hover
{
	background: url('images/arrow_right.png');
}


/** style des bouttons du menu **/

a#btn-accueil:hover, a#btn-blog:hover, a#btn-monblog:hover, a#btn-edition:hover, a#btn-deco:hover
{
	background-position: center -35px;
	height:38px;
}

a#btn-accueil, a#btn-blog, a#btn-monblog, a#btn-edition, a#btn-deco
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 110px;
	height: 35px;
}
