@import "layout.css";

html{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	color: #000;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#fff;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
}

ul{
	list-style-type: square;
}

h1{font-size: 3em;}
h2{font-size: 1.3em; text-decoration:underline;}
h3{font-size: 1.1em;}
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 #ff3399;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

input:hover{
	background: #fff;
}

textarea:hover{
	background: #fff;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

a{
	/*color: #ff9933;*/
	color: #000;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.error{
	color: #ff0000;
}

/* La page
-------------------------------------------------------- */
#page{
	text-align: left;
	background: #fff none;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 150px; 
	width: 1000px;
	background: #FFF url(img/top.png) no-repeat center top;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom:10px;
	border:1px solid #ff3399;
}

#top h1{
	color: #000;
	margin-left: 10px;
}

#top h1 a{
	text-decoration: none;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#top_pub{
	height: 60px; 
	width: 468px;
	background: #FFF;
	margin-top: 85px;
	margin-left: 275px;
	border:1px solid #fff;
}

/* Le menu
-------------------------------------------------------- */ 

#topmenu{
	padding: 0px;
	list-style-type: none;
	background: #fff url(img/menu.gif) repeat-x top left;
	margin: 5px 25px 10px 25px;
	height: 30px;
	border: 1px solid #000;
	line-height: 30px;
}

#topmenu li{
	display: inline;
}

#topmenu li a{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 20px 0 20px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #000;
	color: #000;
}

#topmenu li a:hover{
	background: #fff none;
	color: #002f73;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #000;
	text-align: left;
	font-size: 0.9em;
}

#prelude a{
	color: #000;
	background: transparent;
}

#prelude a:hover{
	color: #000;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
#content{
	line-height: 1.5em;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
}

.post-title{
  
    background: #fff none;
    padding: 2px;
	color: #000;
	border-top: 1px solid #ff3399;
	border-left: 1px solid #ff3399;
	border-right: 1px solid #ff3399;
}

.post-title a{
    padding: 2px;
	color: #000;
	text-decoration: underline;
}

.post-info{
    border-bottom: 1px solid #ff3399;
	border-left: 1px solid #ff3399;
	border-right: 1px solid #ff3399; 
	margin: 0 0 5px 0;
	color: #000;
	background: #fff none;
	padding: 2px;
	text-align: right;
	font-size: 0.9em;
}

.post-chapo{
	margin-bottom: 10px;
	background: #fff none;
	border: 1px solid #ffcc00;
	text-align:justify;
	padding: 5px;
}

.post-chapo2{
	margin-bottom: 10px;
	background: #fff none;
	border: 1px solid #ffcc00;
	text-align:justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

.post-chapo:hover{
	background: #ffcc00 none;
	border: 1px solid #ffcc00;
}

.post-chapo2:hover{
	background: #ffcc00 none;
	border: 1px solid #ffcc00;
}

.post-pub{
	margin-bottom: 10px;
	background: #fff none;
	border: 1px dashed #ff3399;
	text-align:center;
	padding: 5px;
}

.post-info a{
	color: #000;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	background: #fff none;
	border: 1px solid #99cc00;
	padding: 5px;
}

.post-content:hover{
	background: #99cc00 none;
	border: 1px solid #99cc00;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
    background: #ffffff none;
	border: 1px solid #ff3399;
	text-align: right;
	font-size: 0.9em;
	color: #000;
	padding: 5px;
	margin: 5px 0 0 0 ;
}

.post-info-co a{
	color: #000;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px dashed #000;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color: #fff;
}

#comments blockquote:hover{
	border: 1px solid #000;
}

.lire-suite a{
	font-size: 0.9em;
}

/* La barre de navigation
-------------------------------------------------------- */
/*#top-cadre { height:15px; background: url(img/top_menu.gif) no-repeat left bottom;}*/
#top-menu { height:25px; background: url(img/top_menu.gif) no-repeat left bottom; border-left:1px solid #ffcc00;}
#menu {border-left:1px solid #ffcc00; background-color:#ffffff; padding: 1ex 1em;}

#top-cat { height:25px; background: url(img/top_cat.gif) no-repeat left bottom; border-left:1px solid #ff3399;}
#categories {border-left:1px solid #ff3399; background-color:#ffffff; padding: 1ex 1em;}

#top-arch { height:25px; background: url(img/top_arch.gif) no-repeat left bottom; border-left:1px solid #99cc00;}
#archives {border-left:1px solid #99cc00; background-color:#ffffff; padding: 1ex 1em;}

#top-rech { height:25px; background: url(img/top_rech.gif) no-repeat left bottom; border-left:1px solid #000000;}
#search {border-left:1px solid #000000; background-color:#ffffff; padding: 1ex 1em;}

#top-cal { height:25px; background: url(img/top_cal.gif) no-repeat left bottom; border-left:1px solid #ffcc00;}
#calendar {border-left:1px solid #ffcc00; background-color:#ffffff; padding: 1ex 1em;}

#top-lien { height:25px; background: url(img/top_lien.gif) no-repeat left bottom; border-left:1px solid #ff3399;}
#autres {border-left:1px solid #ff3399; background-color:#ffffff; padding: 1ex 1em;}

#top-art { height:25px; background: url(img/top_art.gif) no-repeat right bottom; border-right:1px solid #ff3399;}
#article {border-right:1px solid #ff3399; background-color:#ffffff; padding: 1ex 1em;}

#top-pub{ height:25px; background: url(img/top_pub.gif) no-repeat right bottom; border-right:1px solid #ffcc00;}
#pub {border-right:1px solid #ffcc00; background-color:#ffffff; padding: 1ex 1em;}

#top-syn{ height:25px; background: url(img/top_syn.gif) no-repeat right bottom; border-right:1px solid #99cc00;}
#syndicate {border-right:1px solid #99cc00; background-color:#ffffff; padding: 1ex 1em;}

#bottom-cadre {padding-bottom:10px;}

#newsletter { border-bottom:1px solid #fb4cfb; border-left:1px solid #fb4cfb; border-right:1px solid #fb4cfb; background-color:#ffffff; padding: 1ex 1em;}


#sidebar, #leftsidebar{
	line-height: 1.6em;
}

#sidebar a, #leftsidebar a{
	color: #000;
	text-decoration: none;
}

#sidebar a:hover, #leftsidebar a:hover{
	color: #000;
	text-decoration: underline;
}

#sidebar div, #leftsidebar div{

}

#sidebar div ul, #leftsidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3, #leftsidebar h2, #leftsidebar h3{ 
	color: #000;
	margin: 0 0 1ex 0;
}

#sidebar h3, #leftsidebar h3{
	font-size: 1em;
	margin: 0;
}

div#search{
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#calendar{}

#calendar table{
	font-size: 0.75em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	width: 100px;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #000;
	background: transparent;
}

#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #ffcc00;
}

#calendar table td a{
	display: block;
	background: #ffcc00;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#calendar table td a:hover{
	color: #000000;
}

/* Le pied de page
-------------------------------------------------------- */
#top-foot { height:15px; background: url(img/foot-top.gif) no-repeat center bottom;

}

#bottom-foot { height:15px; background: url(img/foot-foot.gif) no-repeat center top;

}

#footer{
    background: #fff;
    margin-left:50px;
    text-align: center;
    width:1000px;
	margin-bottom:10px;
	font-size: 1em;
	border: 1px solid #ff3399;
}

#footer p{

	color: #000000;
	font-size: 1em;
}

#footer a{
	color: #00000;
}

#partenaires{
    margin-left:50px;
    text-align: center;
    width:1000px;
	margin-bottom:0px;
	font-size: 1em;
	text-decoration:none;
	cursor:default;
}

#partenaires_top{
    margin-left:50px;
    text-align: center;
    width:1000px;
	margin-bottom:0px;
	font-size: 1em;
	text-decoration:none;
	cursor:default;
}

#partenaires_top2{
	margin-left:50px;
    text-align: center;
    width:1000px;
	margin-bottom:0px;
	font-size: 1em;
	text-decoration:none;
	cursor:default;
}

#partenaires_top2 a{
	text-decoration:none;
	cursor:default;
}
