/* CSS Document */

html, body {
height: 100%;
text-align: center;
}

body {
margin-left: 0px; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#595959;
/*background-image: url(biblio/img/fond_new.gif);*/
}

.ref  { 
display: none; 
}

/* BLANC NO JUST*/

.txt_blanc_nojust {
	font-family:Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	/*width: 409px;*/
}

a.txt_blanc_nojust {
text-decoration:underline;
}

a.txt_blanc_nojust:hover {
text-decoration:none;
}

/* BLANC LINK*/

.txt_blanc_link {
	font-family:Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	/*width: 409px;*/
}

a.txt_blanc_link {
text-decoration:underline;
}

a.txt_blanc_link:hover {
text-decoration:none;
}

/* BLANC */

.txt_blanc {
	font-family:Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
	display:block;
	/*width: 409px;*/
}

a.txt_blanc {
text-decoration:underline;
}

a.txt_blanc:hover {
text-decoration:none;
}


/* TITRE ROUGE */

.txt_rouge_titre {
font-family:Verdana, Arial;
font-size: 11px;
color:#C00000;
text-decoration:none;
}


/* PT ROSE */

.txt_rose_pt {
font-family:Verdana, Arial;
font-size: 10px;
color:#C93D3D;
text-decoration:none;
}

/* TXT ORANGE JUST */

.txt_orange {
font-family:Verdana, Arial;
font-size: 10px;
color:#F36E26;
text-decoration:none;
text-align:justify;
display:block;
letter-spacing: 0.4pt;
}

a.txt_orange {
text-decoration:underline;
}

a.txt_orange:hover {
text-decoration:none;
}

/* ORANGE PT*/

.txt_orange_pt {
font-family:Verdana, Arial;
font-size: 10px;
color:#F36E26;
text-decoration:none;
}

a.txt_orange_pt {
text-decoration:underline;
}

a.txt_orange_pt:hover {
text-decoration:none;
}

/* ORANGE NO JUST*/

.txt_orange_nojust {
	font-family:Verdana, Arial;
	font-size: 11px;
	color:#F36E26;
	text-decoration:none;
	letter-spacing: 0.4pt;
}

a.txt_orange_nojust {
text-decoration:underline;
}

a.txt_orange_nojust:hover {
text-decoration:none;
}

/* ORANGE GD*/

.txt_orange_gd {
	font-family:Verdana, Arial;
	font-size: 11px;
	color:#F36E26;
	text-decoration:none;
	text-align:justify;
	display:block;
	letter-spacing: 0.4pt;
}

a.txt_orange_gd {
text-decoration:underline;
}

a.txt_orange_gd:hover {
text-decoration:none;
}

/* ROUGE PT */

.txt_rouge_pt {
font-family:Verdana, Arial;
font-size: 10px;
color:#C00000;
text-decoration:none;
}

a.txt_rouge_pt {
text-decoration:underline;
}

a.txt_rouge_pt:hover {
text-decoration:none;
}


/* texte blanc footer */

.txt_blanc_footer {
font-family:Verdana, Arial;
font-size: 10px;
color:#FFFFFF;
text-decoration:none;
}

a.txt_blanc_footer {
text-decoration:underline;
color:#333333;
}

a.txt_blanc_footer:hover {
text-decoration:none;
color:#FFFFFF;
}

#gd_cadre {
	display:block;
	position:absolute;
	padding-right:8px;
}

#gd_titre {
	/*display:block;*/	
	height:50px;
	/*position:absolute;*/
}

.pt_txt
{
	font-size: 8px;
	color:#FFFFFF;
	text-decoration:underline;
	color:ca0000;
}



.div_cont_img
{	
	display:block;
	width:332px;
	text-align:center;
}

.div_img
{
	display:block;
	margin:0px auto;
	border-radius : 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	
	-moz-box-shadow: 1px 1px 2px #000;
	
	border:2px solid #b69b77;	
	
	overflow:hidden;
	
	background-position:center center;
	background-repeat:no-repeat;
}

.div_img_h
{
	width:320px;
	height:192px;		
}

.div_img_v
{
	width:192px;
	height:320px;
}
/**/

.div_cont_img p
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ff6633;
	margin:5px 0;
	padding:0;
} 