<!--

div#revue1{
	position:absolute;
	padding-top:2px;
	margin-left:20px;
	width: auto;height:auto;
	background-repeat: no-repeat;
	background-color: transparent;
	/*border: 1px solid #000000;*/
}

div#revue1_titre{
	padding-left:20px;
	position:relative;
	width: 500px;height:80px;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	left:100px;top:1px;
}

.Style11 {
	font-family: "Verdana", sans-serif;
	font-size:100%;
	color:#000000;
	font-style: italic;
}

.Style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#000000;
	font-style: bold;

}

div#cadre_integrale .contenu_categorie .revue_liste{
	padding-left:20px;
	width: 700px;
	text-align:left;
}


/*******************/


div#contenu_revues{
}

div#contenu_revues table{
	margin-left: 0px; margin-right: auto;
	border-width:1px; 
	border-style:solid;
	border-color:red;
	/*border-spacing:0px;*/
}

div#contenu_revues tr{
	vertical-align:middle;
	border-width:1px;
	border-style:solid; 
	border-color:red;
}
div#contenu_revues .ligne{
	height:auto;
}

div#contenu_revues td{
	vertical-align:middle;
	border-width:1px;
	border-style:solid; 
	border-color:red;
	width:auto;
}

div#contenu_revues .article{
	border-width:0px; 
	border-style:solid;
	border-color:red; 
	border-right:solid 5px white;
	border-left:solid 5px white;

	width:400px;
}


div#contenu_revues .titre_article{
	background-color:transparent;
	border-width:0px; 
	border-style:solid; 
	border-color:red;
	border-right:solid 0px white;
	border-left:solid 0px white;

	background-color:#dbffdd;
	width:520px;
}


div#contenu_revues .none{
	border-style:none;
}