*{ outline:none; }

body{
	margin : 0;
    padding : 0;
	font-family:sans-serif;
	letter-spacing:0.1em;
	font-size:11px;
	color:#ffffff;
}

::selection {
	background: #94381f;
	color:#b7f8f9;
}
::-moz-selection {
	background: #94381f;
	color:#b7f8f9;
}

#img_lg{
	font-size:40px;
	padding-left:6px;
	border-left:1px solid #333333;
	color:#333333;	
}

/* -------- DIV INTRO -------- */

#flash_introÊ{
	border:1px solid #333333;
}

/* -------- TABLEAU PRINCIPAL --------- */

#tableau_princ{
	width:100%;
	z-index:1;
	background-image:url('../images/design/centre.png');
	background-position:center top;
	background-repeat:no-repeat;
}
#tb_haut{
	height:148px;
}
#tb_gauche{
	background-position:90% 50% ;
	background-repeat:no-repeat;
	text-align:right;
	width:50%;	
	overflow: hidden;
	z-index:3;
}
#tb_droite{
	background-position:10% 50% ;
	background-repeat:no-repeat;
	overflow: hidden;
	z-index:3;
	height:400px;
}
#tb_bas{
	vertical-align:top;
	text-align:center;
}
/* -------- DIVS PRINCIPALES --------- */

#div_gauche{
	width:100%;
	float:right;
	z-index:3;
	position:relative;
	display:block;
}

#div_droite{
	margin-left:10px;
	position : relative;
	z-index:2;
	display:block;
}

.div_d_left{
}
.div_g_right{	
}

.sous-titre_news{
font-size:12px;	
color:#963b21;
margin-bottom:4px;
display:block;
}

.min{
	height:25px;
	width:25px;
	border:1px solid #999999;
	padding:2px;
	margin:5px;
	
}
.min:hover{
	border:1px solid #b7f8f9;
	padding:2px;
	margin:5px;
	
}

#div_gauche_admin{
	float:right;
	margin-right:50px;
	text-align:left;
	width:300px;
	font-size:11px;
	color:#999999;
}

#doc_g{
	float:right;
	margin-right:40px;
	width:300px;
}
#video{
	width:300px;
	height:225px;
	margin-bottom:15px;
	background-image:url('../images/icones/lecture.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#000000;
		
	
}

/* -------- LIENS --------- */

a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:100;
	font-size:11px;
}

a.titre{
	text-decoration:none;
	font-size:13px;
	color:#b7f8f9;
	letter-spacing:0.6em;
	font-weight:100;
	text-transform:capitalize;
	line-height:10px;
}
a.ss-menu{
	text-decoration:none;
	font-size:13px;
	color:#cccccc;
	letter-spacing:0.2em;
	font-weight:100;
	text-transform:capitalize;
	line-height:16px;
}

a.retour_menu{
	font-size:11px;	
}

/* -------- FORMS ---------*/

input, textarea, select, input.file{
	background-image:url('../images/design/fond.jpg');
	background-repeat:repeat-x	;
	background-color:#460700;
	border:1px solid #cccccc;	
	color:#ffffff;
	font-size:11px;
	font-family:arial;
	letter-spacing:0.1em;
}

input.file{
	color:#333333;

}

textarea{
	width:100%;
	padding:0px;
	margin-top:5px;
}

input:hover, textarea:hover, select:hover{
	border:1px solid #FFFFFF;	
}

.case{
	background:url(logo.jpg) no-repeat
}

/* objets html */

.hr{
 width:100%;
border-bottom: 1px solid #cccccc;	
}


/* Classes */

.width_d{
	width:300px;
}

.div_chargement{
	float:right;
	text-align:left;
	width:400px;
	background-position:center center;
	background-repeat:no-repeat;
}
.chargement{
	visibility:hidden;	
}
.chargement_icone{
	background-image:url('../images/icones/ajax-loader.gif');
	background-repeat:no-repeat;
}

.lettre_couleur{
	color:#963b21;
}

.menu_select{
	padding-left:20px;
}
.menu{
	width:300px;
	padding-left:0px;
	padding-top:12px;
	padding-bottom:12px;
}

.desc{
	width:250px;
	color:#cccccc;
	font-size:10px;
	padding-left:20px;	
}

.desc_affich{
	padding-left:20px;	
}

/* ADMIN */
.admin_div_d{
padding-left:20px;
}

.rub_ecrire_admin{
	display:block;
	font-size:11px;
	color:#cccccc;
	font-family:arial;
	letter-spacing:0.1em;
	border-bottom:1px solid #cccccc;
	text-align:center;
	width:100%;	
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:15px;
}

.span_desc, .input_modif_desc {
	text-align:left;
	float:left;
	border-bottom:1px solid #cccccc;
	width:232px;
}

.admin_rub{
	color:#FFFFFF;
	text-transform:uppercase;	
	letter-spacing:0.2em;
	font-family:arial;
	font-weight:100;
	font-size:13px;
}
.admin_ss_rub{
	display:block;
	border-bottom:1px solid #cccccc;
	color:#cccccc;
	letter-spacing:0.1em;
	font-family:arial;
	font-weight:100;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
}
.admin_ss_rub_div{
	width:300px;
	margin-left:20px;
}
.info_site{
	text-align:right;
	padding-right:10px;
	border-right:1px solid #cccccc;
}
.info_site_f{
width:100%;
}
#sort_princ, .ul_ss_rub{
list-style-type: none;
margin:0px;
padding:0px;
}
.move{
	cursor:move;	
}