/************************************
 *     Propriétés des balises       *
 ************************************/

body{
	
	background-color: #FBE0C3;
	/* filter:progid:DXImageTransform.microsoft.Gradient(gradientType=1,StartColorStr='#F6B46E',EndColorStr='white'); */
	font-family: verdana, arial;
	font-size: 10pt;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;		/* centrer le site */
}

form{
	display:inline; 
	margin:0; 
	padding:0;
}

input{
	color: #F29837;
	font-weight: bold;
	background-color: #FBE0C3;
}

textarea{
	color: #F29837;
	font-weight: bold;
	background-color: #FBE0C3;
}

select{
	color: #F29837;
	font-weight: bold;
	background-color: #FBE0C3;
}

hr{
	width: 80%;
	color: #F29837;
	text-align: center;
}

h1{
	font-size: 175%;
}

h2{
	font-size: 150%;
}

table{
	font-size: 10pt;
}

/***********************************
 *          Liens                  *
 ***********************************/

a{
	color: #7E4F12;
	font-weight: bold;
	text-decoration: underline;
}
a:link{
}
a:visited{
}
a:hover{
	color: #F29837;
}
a:active{
	color: #F29837;
}

.blanc{
	color: #FFFFFF;
	font-weight: bold;
}
.blanc:link{
	text-decoration: none;
}
.blanc:visited{
	text-decoration: none;
}
.blanc:hover{
	text-decoration: underline;
}
.blanc:active{
	text-decoration: underline;
}

/* blanc small */
.blam{ 
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}
.blam:link{
	text-decoration: none;
}
.blam:visited{
	text-decoration: none;
}
.blam:hover{
	text-decoration: underline;
}
.blam:active{
	text-decoration: underline;
}

/* liens : noir -> orange */
.annu{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.annu:link{
	text-decoration: none;
}
.annu:visited{
	text-decoration: none;
}
.annu:hover{
	text-decoration: none;
	color: #F29837;
}
.annu:active{
	text-decoration: none;
	color: #F29837;
}

/* liens : noir -> orange sous-ligné */
.annus{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.annus:link{

}
.annus:visited{

}
.annus:hover{
	color: #F29837;
}
.annus:active{
	color: #F29837;
}


/* liens : noir -> orange pas gras */
.noirnormal{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.noirnormal:link{
	text-decoration: none;
	color: #000000;
}
.noirnormal:visited{
	text-decoration: none;
	color: #000000;
}
.noirnormal:hover{
	text-decoration: underline;
	color: #F29837;
}
.noirnormal:active{
	text-decoration: underline;
	color: #F29837;
}

/* liens : noir -> orange pas gras mais souligné */
.noirnormals{
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
.noirnormals:link{
	color: #000000;
}
.noirnormals:visited{
	color: #000000;
}
.noirnormals:hover{
	color: #F29837;
}
.noirnormals:active{
	color: #F29837;
}

/* liens : noir -> orange petit (9pt)*/
.annu_small{
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
.annu_small:link{
	text-decoration: none;
}
.annu_small:visited{
	text-decoration: none;
}
.annu_small:hover{
	text-decoration: none;
	color: #F29837;
}
.annu_small:active{
	text-decoration: none;
	color: #F29837;
}

/* liens soulignés : noir -> orange */
.ublack{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.ublack:link{

}
.ublack:visited{

}
.ublack:hover{

	color: #F29837;
}
.ublack:active{

	color: #F29837;
}

/* liens : orange -> noir */
.orange{
	color: #F29837;
	font-weight: bold;
	font-size:9pt;
}
.orange:link{
	text-decoration: none;
}
.orange:visited{
	text-decoration: none;
}
.orange:hover{
	text-decoration: none;
	color: #000000;
}
.orange:active{
	text-decoration: none;
	color: #000000;
}

/* liens : orange -> noir */
.small_orange{
	color: #F29837;
	font-weight: bold;
}
.small_orange:link{
	text-decoration: none;
}
.small_orange:visited{
	text-decoration: none;
}
.small_orange:hover{
	text-decoration: none;
	color: #000000;
}
.small_orange:active{
	text-decoration: none;
	color: #000000;
}


/**************************
 *      Texte             *
 **************************/

.black{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.erreur{
	color: red;
	background-color: #FFCC99;
}

.question{
	color: #F29837;
	font-weight: bold;
}


/***************************
 *	Structure du design    *
 ***************************/

.site{ /*le conteneur global du site, qui sera centr */
	width: 762px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on retablit l'alignement du texte*/
	border: 1px solid #F29837;
}

.logo{
	width:760px;
	height:194px;
	background-color: #FFFFFF;
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
}
.recherche{
	width: 760px;
	height: 38px;
	background-image: url('/images/recherche.gif');
	background-repeat: no-repeat;
}
.inrecherche{
	padding-left: 140px;
	padding-top: 7px;
}
.menubar{
	width: 760px;
	height: 20px;
	padding: 3px;
	background-color: #F29837;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9pt;
}
.sousmenubar{
	width: 760px;
	height: 6px;
	font-size: 0px;		/* pour éviter bug sous IE en cas d'image plus petite que la taille de la police */
	background-image: url('/images/filler-souslemenuhorizontal.gif');
	background-repeat: no-repeat;
}
.centre { /* partie qui va contenir le menu de gauche + la partie de contenu*/
	height: 100%;
}
.menuanur{
	float: left;
	width: 131px;
	height: 100%;
	background-image: url('/images/fond-menu-vertical.gif');
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-weight: bold;
}
.menu_padd{ /* padding ici et pas dans menu pour éviter prob de mise en page sous Mozilla */
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.contenu_main{
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('/images/fond-contenu.jpg');
	width: 629px;
}
.gauche{
	float: left;
	width: 384px;
	padding-left: 5px;
}
.gauche_padd{
	padding-top: 5px;
}
.gauchesimple{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.droite{
	float: left;
}
.droite_padd{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
}
.bas1{
	width: 760px;
	height: 8px;
	font-size: 0px;		/* pour éviter bug sous IE en cas d'image plus petite que la taille de la police */
	background-image: url('/images/filler-sur-footer.gif');
	background-repeat: no-repeat;
	clear: both;
}
.bas2{
	width: 760px;
	height: 30px;
	background-color: #F29837;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}

.login-admin{
	padding-top: 50px;
	text-align: center;
}


/******************************
 *      Classes               *
 ******************************/

.pad20{
	padding-top: 5px;
	padding-bottom: 20px;
}

.bordorange{
	border: 1px solid #F29837;
}

.traitsoranges{
	font-size: 10pt;
	border: 1px solid #F29837;
	border-style: dashed;
	padding:10px;
	text-align:justify;
}

.important{
	font-size: 10pt;
	border: 1px solid #F29837;
	background-color: #FFCC99;
	padding:10px;
	text-align:justify;
}

.traitsroses{
	font-size: 10pt;
	border: 1px solid #FF00F0;
	border-style: dashed;
	padding:10px;
	text-align:justify;
}

.entetesite{
	font-size: 10pt;
	text-align: left;
	background-color: #F6C48F;
	border: 2px solid #F29837;
	border-style: dashed;
	padding: 5px;
}

.corpssite{
	font-size: 10pt;
	text-align: left;
}

.message{
	font-size:11pt;
	text-align: center;
	color: #000000;
}

.formblanc{
	color: #F29837;
	font-weight: bold;
	background-color: #FFFFFF;
}








/************************************
 *			Annuaire				*
 ************************************/

.no_res_search_annu {
	color: #000000;
	border: 1px solid #F29837; 
	border-style: dashed;
	text-align: center;
	padding: 10px;
}

.annu-recherche{
	border: 3px solid #F29837;
	border-left: 0;
	border-right: 0;
	padding: 5px;
	margin-top: 10px;
	background-color: #F6C48F;
	text-align: center;
}
.normal{
	font-size: 10pt;
}
.small{
	font-size: 8pt;
}
