/* --- BALISE HTML --- */
body{
	margin				: 0;
	margin-top			: 0;
	padding				: 0;
	
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #FFF;

	background-color	: #3B1802;
}

h1{	
	font-size			: 23px;
	color				: #8FBE0C;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 20px;
	margin-bottom		: 10px;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}
h2{
	font-size			: 14px;
	color				: #FFF;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 20px;
	margin-bottom		: 10px;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}
h3{
	font-size			: 13px;
	color				: #000000;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 20px;
	margin-bottom		: 10px;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}

a, a:active, a:visited{
	text-decoration		: underline;
	text-transform		: none;
	color				: #fff;
	outline				: none;
	
}
a:hover{
		text-decoration	: underline;
		color			: #8FBE0C;
	}

p{
	margin-top			: inherit;
	margin-bottom		: 10px;
}


ul.square li{
	list-style-type		: square;
}

/* --- CLASSES TEMPLATE --- */
.fond_bandeau_haut{
	background-color	: #3B1802;
}
.fond_bandeau_bas{
	background-color	: #3B1802;
}
.fond_colonne_gauche{
	background-color	: #3B1802;
	text-align:left;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
	
	margin-top			: inherit;
	margin-bottom		: inherit;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}
.fond_colonne_droite{
	text-align:right;
	background-color	: #3B1802;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
}
.fond_centre{
	background-color	: #3B1802;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
	padding-left : 20px;
	padding-right : 20px;
	width : 900px;
}

.bandeau_right
{
	background-image	: url(../images/maquetteprofilvert_02haut.jpg);
	background-repeat	: no-repeat;
	background-position	: right top;
}

.bandeau_left
{
	background-image:url(../images/maquetteprofilvert_05.jpg);
	background-repeat	: no-repeat;
}

.bandeau_left_sub
{
	background-image	: url(../images/maquetteprofilvert_02bas.jpg);
	background-repeat	: no-repeat;
	background-position:right top;
}

.bas, .bas p, .bas a, .bas a:active, .bas a:visited{
	color				: #8FBE0C;
	font-size			: 10px;
	text-decoration		: none;
	text-align			: center;
	outline				: none;
}
	
.bas a:hover{
		color			: #8FBE0C;
		font-size		: 10px;
		text-decoration	: underline;
}
	
.bas img{
		border			: 0;
}
	
	
	
/* --- CLASSES PERSONNALISEES --- */	
.tableau_entete{
	background-color	: #CCCCCC;
	font-size			: 14px;
	font-weight			: bold;
}
.cadre {
	border				: 1px solid #8FBE0C;
	padding 			: 4px;
	margin-left 		: 5px;
	margin-right 		: 5px;
	margin-top			: 10px;
	margin-bottom		: 10px;	
	font-weight			: bold;
	text-align:center;
}

.cadreDouble
{
	border : 4px double #8FBE0C;
	padding:5px;
	text-align : center;
	width : 100%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreRidge
{
	border : 4px ridge #0973b6;
	padding:5px;
	text-align : center;
	width : 70%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreGroove
{
	border : 4px groove #0973b6;
	padding:5px;
	text-align : center;
	width : 70%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreOutset
{
	border : 4px outset #0973b6;
	padding:5px;
	text-align : center;
	width : 70%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.cadreSolid
{
	border : 2px solid #0973b6;
	padding:5px;
	text-align : center;
	width : 70%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.roundDiv
{
	border : 2px solid #0973b6;
	padding:5px;
	text-align : center;
	width : 90%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight	: bold;
}

.borderExt
{
	border : 2px solid #C0C0C0;
	text-align : center;
	width : 70%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
}

.borderInt
{
	border : 2px solid #000000;
	padding:5px;
	text-align : center;
	margin : 5px; /* Espacement entre les bords */
	font-weight	: bold;
	background-color : #C0C0C0;
}

.contour_image{
	background-color	: #000000;
	border				: 1px solid #8FBE0C;
	padding				: 0px;
	margin				: 10px;
}

.important{
	color				: #8FBE0C;
	font-size			: 14px;
	font-weight			: bold;
}

.center
{
	text-align 			: center;
}
.justify{
	text-align:justify;
}
.gras{
	font-weight:bold;
}
.italique{
	font-style:italic;
}

/* -- Icone a coté des liens -- */
a[href $='.pdf'] { padding-left: 22px; background: transparent url('../images/icones/pdf.gif') no-repeat center left;}
/*
a[href $='.gif'] { padding-left: 22px; background: transparent url('../images/icones/image.gif') no-repeat center left;}
a[href $='.png'] { padding-left: 22px; background: transparent url('../images/icones/image.gif') no-repeat center left;}
a[href $='.jpg'] { padding-left: 22px; background: transparent url('../images/icones/image.gif') no-repeat center left;}
*/
a[href $='.doc'] { padding-left: 22px; background: transparent url('../images/icones/word.gif') no-repeat center left;}
a[href $='.xls'] { padding-left: 22px; background: transparent url('../images/icones/xls.gif') no-repeat center left;}
a[href $='.txt'] { padding-left: 22px; background: transparent url('../images/icones/texte.gif') no-repeat center left;}
a[href $='.zip'] { padding-left: 22px; background: transparent url('../images/icones/archive.gif') no-repeat center left;}
a[href $='.rar'] { padding-left: 22px; background: transparent url('../images/icones/archive.gif') no-repeat center left;}
a[href $='.exe'] { padding-left: 22px; background: transparent url('../images/icones/exe.gif') no-repeat center left;}
a[href $='.swf'] { padding-left: 22px; background: transparent url('../images/icones/flash.gif') no-repeat center left;}
a[href $='.avi'] { padding-left: 22px; background: transparent url('../images/icones/film.gif') no-repeat center left;}
a[href $='.mpeg'] { padding-left: 22px; background: transparent url('../images/icones/film.gif') no-repeat center left;}
a[href $='.flv'] { padding-left: 22px; background: transparent url('../images/icones/film.gif') no-repeat center left;}


/* --- CLASSES PERSONNALISEES --- */

.menu TD { font-size:13px; font-family:arial, Helvetica, sans-serif; letter-spacing:normal; color:#fff; font-weight:bold;}
.menu a {font-size:13px; font-family:arial, Helvetica, sans-serif; letter-spacing:normal; color:#fff; font-weight:bold; margin-left:10px;}
.menu a:hover {font-size:13px; font-family:arial, Helvetica, sans-serif; letter-spacing:normal; color: #000; font-weight:bold; font-style:italic;}

.both
{
	clear				: both;
}
