/************************** SIMULATION CONTENU ****************************/

/***************
 * CONTENU_PAGE c'est dans l'admin,
 * il faut créer CONTENU dans style.css du site
***************/

#contenu_admin	/*Utile que dans l'admin*/
{
padding:20px;	/*reprendre pour CONTENU*/

width:740px;	/*CONTENU = 720 = (740 - (2*(margin .par_bloc 5 + padding .par_bloc 5)))*/

font-family:Arial;	/*IDEM*/
font-size:12px;
}

.par_admin	/*pour pousser le bloc d'admin*/
{
margin-left:740px;	/*A modifier aussi mettre idem que #contenu_admin=>width*/
}

.par .normal
{
margin-top:20px;
}

.titre_rub
{
font-size:17px;
font-weight:bold;
color:#bb004c;
}

.titre_page
{
	font-size:14px;
	color:#d9a12b;
	font-weight:bold;
}

.par a
{
color:#BB004C;
text-decoration:underline;
}

.par a:hover
{
color:#BB004C;
}

.par .titre_par
{
color:#3D2F87;
font-weight:bold;
font-size:14px;

padding:10px 0px 10px 20px;
}

.par .txt_par
{
text-align:justify;
}

.par .txt_par p
{
margin:5px 0px 5px 0px;
padding:0px;
}

.par .down 
{
background:url(./ewp_pages/img/fleche_fichier.png) no-repeat 0px 8px;
padding:10px;
margin-left:10px;
padding-left:35px;
}

.par .down a
{
font-weight:bold;
color:#DD0600;	
text-decoration:none;
}

.par .down a:hover
{
font-weight:bold;
color:#DD0600;	
text-decoration:underline; 
}

.img_par_1
{
float:left;
margin:0px 15px 15px 0px;
}

.img_par_2
{
text-align:center;
margin:0px 0px 15px 0px;
clear:both;
}

.img_par_3
{
float:right;
margin:0px 0px 15px 15px;
}

/*** GALERIE ***/

.galerie
{

}

.galerie .ligne td
{
	width:155px;
	height:155px;
	
	vertical-align:middle;
	text-align:center;
	
	background-color:#DDDDDD;
	border:2px solid #88999F;
	
	padding:5px;
}

/*** BT ***/

.bt_defaut_gauche
{
background-image:url(img/bt_defaut_gauche.png);
background-repeat:no-repeat;

width:13px;
height:22px;

float:left;
}

.bt_reload_gauche
{
background-image:url(img/bt_reload_gauche.png);
background-repeat:no-repeat;

width:26px;
height:22px;

float:left;
}

.bt_back_gauche
{
background-image:url(img/bt_back_gauche.png);
background-repeat:no-repeat;

width:26px;
height:22px;

float:left;
}

.bt_forward_gauche
{
background-image:url(img/bt_forward_gauche.png);
background-repeat:no-repeat;

width:26px;
height:22px;

float:left;
}

.bt_up_gauche
{
background-image:url(img/bt_up_gauche.png);
background-repeat:no-repeat;

width:26px;
height:22px;

float:left;
}

.bt_defaut_centre, .bt_reload_centre, .bt_back_centre, .bt_forward_centre, .bt_up_centre
{
background-image:url(img/bt_defaut_centre.png);
background-repeat:repeat-x;

padding-top:3px;

height:19px; /*22 - 3*/

float:left;

font-size:14px;
font-weight:bold;
color:#00ac97;
}

.bt_defaut_centre a, .bt_reload_centre a, .bt_back_centre a, .bt_forward_centre a, .bt_up_centre a, .bt_defaut_centre a:hover, .bt_reload_centre a:hover, .bt_back_centre a:hover, .bt_forward_centre a:hover, .bt_up_centre a:hover
{
color:#00ac97;
text-decoration:none;
}

.bt_defaut_droite, .bt_reload_droite, .bt_back_droite, .bt_forward_droite, .bt_up_droite
{
background-image:url(img/bt_defaut_droite.png);
background-repeat:no-repeat;

width:13px;
height:22px;

float:left;
}

.clear
{
clear:both;
}
