/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; /*modif pour la couleur du fond du site #FFEDC9;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.home
{
	background-color: #000000; /*modif pour la couleur du fond du site #FFEDC9;*/
	background-image: url(/medias/home/bayard1280x1017.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

a
{
	text-decoration: none;
	color: #D2002E;
}

a:hover
{
	text-decoration: underline;
}

input.text {
	border: 3px solid red;
}



img
{
	border: 0px;
}
input, select, form, table, td, h1, h2, h3, p, hr, ul, li
{
	margin: 0px;
	padding: 0px;
}
h1
{
	padding-bottom: 3px;
}

#contenant
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.grandtitre
{
	font-size: 18px;
	padding: 2px 0px;
	color: #752665;
	font-weight: normal;
}
.chapo
{
	font-size: 12px;
	color: #752665;
}
a.titrethematique
{
	color: #000000;
}
.titrethematique
{
	font-size: 12px;
	font-weight: normal;
}
.titrethematique b
{
	color: #D2002E;
}
.titre
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.titre a
{
	color: #000000;
}

a.ouvrage
{
	padding-left: 20px;
	color: #D2002E;
	background-image: url(/medias/commun/link_ouvrage.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
.bordureFond
{
	background-image: url(/medias/commun/fond.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: Transparent;
}
.masqueText
{
	display: none;
}
@media print
{
/*#menu_haut, #sousmenu_haut, #encartdroite, #footer
{
	display: none;
}*/
#sousmenu_haut, #encartdroite, #footer
{
	display: none;
}
}

/* pour l'image du de showWaitingMessage */
div#overlay_white{
	position: absolute;
	margin:0;
	padding:0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;  
}

div#overlay_white_write
{
	position: absolute;
	margin:0;
	padding:0;
	top: 0;
	left: 0;	
} 
div#div_onePhoto_diapo
{
margin:0;
}
div.waitingMessage
{
	font-weight:bold;
	margin-top:150px;
	margin-left:auto;	
	margin-right:auto;	
	padding: 2px 0 2px 21px;
	color: black;
	width:208px;
	background: transparent url(../images/loadingAnimation.gif) no-repeat 0% 50%;
}

