/* styles journal */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour les balises HTML */

html {
	background-position: 
                 0% 0%; padding:10px; background-repeat:repeat; background-attachment:scroll; background-color:#330000;	
}
body {
	position: relative; 
	width: 740px;
	border: 3px solid #993333;
   	background-color:#336699;
	margin: 1px auto;
	background: url('images/papierf.gif') repeat;
	font-family: "palatino linotype", palatino, "times new roman", times, serif; 
	font-weight: bold;
	font-size: 12px; color: #000000; font-style: italic;	
}
a, a:link {
	color: #993333; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 18px
}
a:hover {
	color: #993333; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 18px
}
a:visited {
	color: #993333; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 18px
}
images {
	border: 1px solid #330000;; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}
form {
	margin-top: 20px;
}
h1 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	font-size: 18px; color: #000000; letter-spacing: 1px;
}
h2 {
	margin-bottom: 5px;
	font-size: 24px;
}
h3 {
	text-align: center; font-style: italic;
	font-size: 24px; color: #993333;letter-spacing: 1px;
}
h4 {
	text-align: justify;	
	font-weight: bold;
	font-size: 12px; color: #000000; font-style: italic;
}
h5 {
	text-align: center;	
	font-size: 12px; color: #993333; font-style: italic;
	
}
h6 { 
	margin: 0px 0px 0px 5px;	
	font-size: 12px; color: #000000;font-style: italic;
}
.bloc1 {
	height: 300px;
	width: 220px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.bloc2 {
	height: 300px;
	width: 220px;
	float: left;
	margin-left: 5px;	
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.bloc4 {
	height: 20px;
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
}
.bloc5 {
	height: 20px;
	width: 350px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 10px;
}
hr {
	visibility: hidden;
}
ul {
list-style-type: none; /* on supprime les puces, inutiles */
width: 100%; /* précision pour Opera */
}
li { 
	font-weight: bold;
	font-size: 12px; color: #000000; font-style: italic;
}
.legeritalique {
	color: #330000;
	font-style: italic; border-left-width:1; border-right-width:1; border-bottom-width:1
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour les conteneurs */

#entete {
	display: block;
	height: 125px;
	background-color: #330000;
	color: #FFFFFF;
	background-image:url('images/papierf.gif'); background-repeat:repeat;
}
#entete #image_site {
	position: absolute;
	top: 5px; left: 583px;
}
#entete #logo_site {
	position: absolute;
	top: 15px; left: 15px;
}
#gauche {
	background-position: 0% 0%; position: relative;
	float: left;
	z-index: 10;
	width: 100px;
	height: 500px;
	padding-left: 10px;
}
#gauche ul {
list-style-type: none; /* on supprime les puces, inutiles */
width: 100%; /* précision pour Opera */
 margin:0;
      padding:1px 1px 0;
}
#gauche h1 {
	margin: 10px 0px 10px 10px;
	overflow: hidden;
	color: #ffffff;
}
#droite {
	position: relative;
	display: block;
	float: right;
	margin: 20px;
	width: 500px;
	/*height: 480px;*/
      	/*overflow: auto;*/
	font-family: "palatino linotype", palatino, "times new roman", times, serif; font-size: 14px; letter-spacing: 1px; color: #330000;	
}
#droite h1 {color: #330000; border-left-width:1; border-right-width:1; border-bottom-width:1}
#pied {
	border-top: 3px solid #993333;
	display: block;
	width: 100%; height: 40px;
	font-size: 12px; color: #330000; font-style:italic
}

#pied p {
	font-size: 12px; 
}

#pied a, a:hover, a:visited, a:link {
	color: #330000; font-size: 12px; 
}
.passer_dessous {
	clear: both;
}
