/*** Sélecteurs généraux ***/

body {
	background:					url("../images/background.jpg") repeat;
	margin :					0;
	padding :					0;
	font-size :					14px;
	font-family :				"Trebuchet MS", Helvetica, Tahoma, sans-serif;
}

img {
	border:						none;
}

a {
	color:						#303030;
	text-decoration: 			none;
}

a:visited {
	color:						#999;
}

a:hover {
	color:						#d02223;
}

/*** Styles généraux ***/

.block {
	display:					block;
}

/*** Bloc général ***/

#general {
	margin:						0 auto 0 auto;
	padding :					0;
	width:						950px;
}

/*** Header ***/
#header {
	width:						950px;
	height:						215px;	
	background:					url("/design/images/logo-fagida.jpg") no-repeat;
}

/*** Menutitre ***/

#menutitre {
	position:					relative;
	font-size :					8pt;
	font-weight:				bold;
	width: 						950px;
	height: 					124px;
	background:					url("../images/fond_menutitre.jpg") no-repeat;
	z-index:					400;
}

/*** Navigation ***/

#nav {
	position:					relative;
	float:						left;
	font-size :					8pt;
	font-weight:				bold;
	width: 						635px;
	height: 					39px;
	z-index:					400;
}

/*** Langues ***/

#langue {
	position:					relative;
	float:						left;
	background:					url("/design/images/draps.gif") no-repeat;
	padding:					2px 0 0 0;
	margin:						0 0 0 12px;
	text-align:					left;
	font-size :					8pt;
	font-weight:				bold;
	color:						#FFEBBB;
	width: 						300px;
	height: 					39px;
	z-index:					399;
}

#langue a, #langue a:link, #langue a:visited {
	color:						#FFEBBB;
}

#langue a:hover {
	color:						#660000;
}

#menu {
	width:						635px;
	height:						10px;
	/*background-color:			#5EB3C4;*/
	position:					absolute;
	float:						left;
	list-style-type: 			none;
	margin:						0;
	padding:					0;
	z-index:					401;	
}

#menu li {
	float: 						left;
	width: 						120px;
	text-align:					center;	
	/*filter:						alpha(opacity=95);
	opacity:					0.95;*/
}



#menu li a:link, #menu li a:visited {
	display: 					block;
	color: 						#FFEBBB;
	text-shadow:				#FFFFCC;
	margin:						0;
	padding:					4px 0 0 0;
	/*border-right:				2px solid #fff;*/
	height:						20px;
	
}



#menu li a:hover {
	color: 						#6e4a20;
}

#menu li a:hover.koxi span {
	display: 					inline;
	position: 					absolute; 
	top: 						-23px;
	left: 						40px;
	z-index: 					500;
	width:						100%;
	margin:						0;
	padding:					0;
}

#menu .sousmenu {
	display: 					none;
	list-style-type: 			none;
	margin:						0;
	padding:					0;
	font-size:					12px;
	font-weight:				normal;
	border-left:				1px solid #303030;
	border-right:				1px solid #303030;
	border-bottom:				1px solid #303030;
	width:200px;

}
#menu .sousmenu li
{
	float: 						none;
	width: 						200px;
	text-align:					left;
	text-indent:				2px;
	*margin:					-4px 0 0 0;
	padding:					0;
	height:						auto;
}

#menu .sousmenu li a:link, #menu .sousmenu li a:visited
{
	color: 						#000;
	background-color:			#fff;
	filter:						alpha(opacity=95);
	opacity:					0.95;
	margin:						0;
}



#menu .sousmenu li a:first-child {
	background-color:			none;
}

#menu .sousmenu li a:hover
{
	color:						#000;
	background-color: 			#fff0a0;
	filter:						alpha(opacity=100);
	opacity:					1;
}




#menu li:hover > .sousmenu {
	display: 					block;

}

/*** Liens haut ***/

#lienhaut {
	position:					relative;
	float:						left;
	width: 						635px;
	height: 					36px;
	text-align:					right;
	font-size :					10pt;
	font-weight:				bold;
	color:						#FFFFFF;
}

#lienhaut a:link, #lienhaut a:visited{
	font-size :					10pt;
	font-weight:				bold;
	color:						#FFEBBB;
}
#lienhaut a:hover {
	font-size :					10pt;
	font-weight:				bold;
	color:						#660000;
}
/*** search ***/

#search {
	position:					relative;
	float:						left;
	width: 						280px;
	height: 					36px;
	padding:	0 0 0 15px;
}

/*** Colonne centrale haut ***/

#titre {
	width: 						635px;
	padding :					0 0 0 40px;
	margin:						0 -40px 0 0;
	height:						25px;
	float:						left;
	position:					relative;
	font-size:					16px;
}

/*** Where ***/

#where {
	float:						left;
	position:					relative;
	width: 						300px;
	height: 					25px;
	padding:					0 0 0 15px;
	margin:						-2px 0 0 0;
	font-size: 					10px;
	color:						#fff;
}

/*** Colonne generale ***/

#generalcol {
	width: 						950px;
	/*min-height:					440px;*/
	float:						left;
	position:					relative;	
	background-image:			url("../images/fond_com.jpg");
	background-repeat:			repeat-y;
}

/*** Colonne gauche ***/

#col_gauche {
	max-width: 					634px;
	/*padding :					5px -8px 5px 15px;*/
	text-indent: 				10px;
	float :						left;
	position:					relative;
}

#col_gauche img{
	max-width: 					580px;
	height:						auto;
	/*border:						1px solid #767676;*/
	padding: 					5px;	
}

#col_gauche_contenu {
	width: 						624px;
	padding :					0 5px 0 5px;
	min-height:					400px;
	margin:						0 -10px 0 0;
	/*text-align:					right;
	text-shadow:				#CCCCCC;
	font-size:					12px;
	font-family:				"Trebuchet MS", Helvetica, Tahoma, sans-serif;
	color:						#d02223;*/
}

#col_gauche_bas {
	width: 						634px;
	/*padding :					5px -15px 0 25px;*/
	height:						42px;
	text-align:					right;
	text-shadow:				#CCCCCC;
	font-size:					12px;
	font-family:				"Trebuchet MS", Helvetica, Tahoma, sans-serif;
	color:						#d02223;
}

#col_gauche_bas2 {
	width: 						634px;
	margin:						0;
	padding :					0;
	text-shadow:				#CCCCCC;
	font-size:					12px;
	font-family:				"Trebuchet MS", Helvetica, Tahoma, sans-serif;
	color:						#d02223;
}

/*** Colonne de droite ***/

#col_droite {
	width :						316px;
	float:						left;
	position:					relative;
}

#cold1 a:visited {
	color:						#fff;
}

#cold1 a:hover {
	color:						#6c481e;
}

/*** Colonne droite 2 ***/
#cold2 {
	width: 						316px;
	height: 					26px;
	padding:					0;
}

/*** Liste des pages ***/

#pages {
	width: 						316px;
	min-height:					222px;
	padding:					0 0 0 20px;
	margin:						0 -20px 0 0;
	line-height:				14px;
	color:						#FFEBBB;
}

#pages a {
	font-size:					11px;
	font-family:				"Geneva", Arial, Helvetica, sans-serif;
	color:						#FFEBBB;
}

#pages a:visited {
	color:						#FFEBBB;
}

#pages a:hover {
	color:						#303030;
}

/*** Logo ***/

#logo {
	width: 						251px;
	height: 					128px;
	background:					url(../images/logo.jpg) no-repeat;
	margin:	0 0 0 37px;
}

/*** Pagination ***/

.pagination {
	display:					block;
	margin:						0;
	font-size:					11px;
	font-family:				"Geneva", Arial, Helvetica, sans-serif;
	text-align:					center;
}


#clear {
	clear:						both;
}

/*** Pied de page ***/

#footer {
	width:						950px;
	height:						54px;	
	margin:						0 auto 0 auto;
	background-image:			url("../images/fond_bas.jpg");
	background-repeat:			no-repeat;
	font-size:					13px;
	font-family:				"Geneva", Arial, Helvetica, sans-serif;
	color:						#fff;
}

#footer a:visited {
	color:						#fff;
}

#footer a:hover {
	color:						#6c481e;
}

#agauchefooter {
	width:						648px;
	float :						left;
	padding:					23px 0 0 0;
	text-align:					center;
}

#adroitefooter {
	width:						302px;
	height:						70px;
	float :						right;
	padding:					0 -10px 0 0;
	font-size:					12px;
	font-family:				"Geneva", Arial, Helvetica, sans-serif;
	text-align:					center;
	color:						#000;
	font-weight:				bold;
}
