@charset "UTF-8" ;

* {
	font-family: "Adobe Garamond", "AGaramond", "Adobe Garamond Pro", "Garamond", "Baramond", "jGaramond", "Times New Roman", "Times", "Serif" ;
	font-size: 14px ;
}

.corps
{
	margin : 0px ;
	min-height : 1120px ;
	padding : 0px ;
	background-color : #E0E0E0;
}

.boutonJour
{
	width: 110px ;
	padding: 5px ;
	text-align : center ;
	vertical-align: middle ;
	margin-bottom : 15px ;	
}	

.menuJour
{	
	width: 620px ;
	font-size: 10px ;
	font-style: italic ;
	text-align: center ;
	border-bottom-width: 0 ;
	border-style: none ;
	margin: 10px auto;
	margin-bottom : 20px ;
}

.titrePage
{
	font-size: 25px ;
	text-align: left ;
	border-bottom-width: 1px ;
	border-bottom-style: solid ;
	top:0px ;
	left:0px ;
	margin: 10px ;
}

.texteJour
{
	position : absolute ;	
	border-style : none ;
	top : 400px ;
	left : 0px ;
	margin-right : 10px ;
	width : 48% ;
	margin-bottom : 20px ;
}

.texteTitre
{
	position : relative ;
	margin-left : 10px ;
	border-top : solid ;
	border-left : solid ;
	border-right : solid ;
	border-bottom : dashed ;
	border-color : black ;
	border-width : 1px ;	
	padding : 5px ;
	background-color : white ;
}

.texte
{	
	padding : 5px ;
	text-align : justify ;
	position : relative ;
	margin-left : 10px ;
	border-top : none ;
	border-left : solid ;
	border-right : solid ;
	border-bottom : solid ;
	border-width : 1px ;	
	background-color : white ;
	margin-bottom : 30px ;
}

.photosJour
{		
	background-color : black ;
	padding : 10px ;
	position : absolute ;
	border-width : 1px ;
	border-style : solid ;
	top : 400px ;
	right : 0px ;
	margin-right : 10px ;
	margin-bottom : 20px ;
	width : 48% ;	
	-moz-border-radius: 10px ;	
}

.photosMiniatureBande
{
	position : relative ;	
	margin : 0px ;
	border-style : dashed ;	
	border-width : 1px ;
	border-color : white ;
	height : 52px ;
	width : 100% ;
	color : white ;
}

.photosMiniature
{
	margin : 0px ;
	padding : 0px ;
}

.photoGrande
{	
	width : 400px ;
	margin : 0 auto;
	padding : 0px ;
	vertical-align : middle ;
}

.photoCommentaire
{
	color : black ;
	background-color : white ;
	font-style : italic ;
	border-style : dashed ;
	border-width : 1px ;
	position : relative ;
	right : 0px ;
	left : 0px ;
	margin : 0px ;
	margin-top : 5px ;
}

a:link
{
        color:black;
        text-decoration:none;
}

a:visited
{
        color:black;
        text-decoration:none;
}

a:hover
{
        color:black;
        text-decoration:none;
}

a:active
{
        color:black;
        text-decoration:none;
}



a:link img
{
		border: 0px solid blue ;	
}

a:visited img
{
		border: 0px solid red ;	
}

a:active img
{
		border: 0px solid lime ;
}