/* HTML element redefs */
body
{
	margin: 0px;
	padding: 0px;
	font-family: "universe bq 55", "univers 55", "arial", sans-serif;
	font-size: 90%;
}

.TresTresPetite, a .TresTresPetite 	{ font-size:0.7em; }
.TresPetite, a .TresPetite 			{ font-size:0.8em; }
.Petite, a .Petite 					{ font-size:0.9em; }
.Normal, a .Normal 					{ font-size:1.0em; }
.Moyenne, a .Moyenne 				{ font-size:1.1em; }
.Grande, a .Grande 					{ font-size:1.2em; }
.TresGrande, a .TresGrande 			{ font-size:1.3em; }	
.TresTresGrande, a .TresTresGrande  { font-size:1.4em; }	


a,
a:hover,
a:active,
a:visited
{
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #000457;
}
a:visited {
	color: #33397b;
}

a:hover,a:active
{
	color: #ff3500;
}

acronym{
	border-width: 0px;
}
a img
{
	border-width: 0px;
}

/* Custom classes */
.inline
{
	display: inline;
}
.block
{
	display: block;
}
.clearLeft
{
	clear: left;
}
.clearRight
{
	clear: right;
}
.clearBoth
{
	clear: both;
}
.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}
.floatLeft
{
	float: left
}
.floatRight
{
	float: right;
}
.small
{
	font-size: 85%;
}
.big
{
	font-size: 115%;
}
.uppercase
{
	text-transform: uppercase;
}
.lowercase
{
	text-transform: lowercase;
}
.warning
{
	color: #f00;
}
.hidded
{
	display: none;
}

#container { 
	width: 760px;
	text-align: left;
}
#header{
	height : 94px;
	width  : 100%;
}

#logo {
	float : left;
	display:inline; /* retire le bug qui double les marges*/
	margin-top : 18px;
	margin-left: 20px;
	margin-right: 0px;
	width : 207px;
	height : 59px;
	background-image: url(/ykk_images/header_logo_ykk.gif);
	background-repeat: no-repeat;
	background-position:center;
}
 
#home{
	/*border : 1px red solid;*/
	width:100%;
	height : 357px;
	background-repeat: no-repeat;
}

.home1 {
	background-image: url(/ykk_images/home_back_1.jpg);
}
.home2{
	background-image: url(/ykk_images/home_back_2.jpg);
}
.home3{
	background-image: url(/ykk_images/home_back_3.jpg);
}

	#navMain {
		float : right;
		/*border : 1px purple solid;*/
		width: 480px;
		/* height: 20px; */
		text-align: justify;
		font-size: 90%;
		color: #666;
		background-image: url(/ykk_images/header_navmain_back.jpg);
		background-repeat: no-repeat;
		padding-top: 64px; /* permet de decaler le texte sous le bandeau */
		
	}
	#navMain ol{
		margin: 0px;
		padding: 2px 0 0 0px;
	}
	#navMain ol li {
		float: left;
		margin-left: 23px; /* PERMET DE MODIFIER L'ESPACE ENTRE LES MENUS */
		padding-left: 22px; /* PERMET DE MODIFIER L'ESPACE ENTRE LES MENUS */
		list-style-type: none;
		border-left: 2px solid;
	}
	#navMain ol li.home {
		margin-left: 0px;
		padding-left: 0px;
		border-left-width: 0px;
	}
#navMain .TexteNavSelected {
	color: #ff3500;
}
	
	
#navCatalogue, 
#navSub, .content,
#sectionImage,
#legendcontact,
#navMain ol li,
#headerSub h2{
 	border-color: #c4c1bf;
}
#headerSub h2{	/*Couleur du sous titre quand image en background*/
	color: #9f9a99;
}
#home #headerSub h2 { /*Couleur du sous titre quand pas d'image en background*/
	color: white;
}
/* ---------------------------------------------------------- */
/* Menu Navigation Gauche  */
/* ---------------------------------------------------------- */
	#navSub	{
		float: left;
		width: 140px;
		padding-top: 39px;
		padding-bottom: 270px;
		font-weight: bold;
		border-right-width: 1px;
		border-right-color: #c4c1bf;
		border-right-style: solid;
	}
	#navSub #navCatalogue {
		display: block;
		position: relative;
		padding: 4px 0px 4px 0px;
		border-width: 1px 0px 1px 0px;
 		border-color: #c4c1bf;
		border-style: solid;
		text-align: center;
		font-size: 85%;
		font-weight: bold;
		background-color: #fff;
		background-image: none;
	}
	#navSub a {
		display: block;
		background-image: url(/ykk_images/doublerightarrow.gif);
		background-repeat: no-repeat;
		background-position: 99% 60%;
	}

	#navSub	#liens {
		font-size: 80%;
		margin: 30px 0px 0px 10px;
		padding: 0px;
		list-style: none;
	}
	#navSub	#liens a {
		padding-right: 13px;
	}

/* ---------------------------------------------------------- */
/* Titre Contenu Homepage  */
/* ---------------------------------------------------------- */
	#headerSub {
		height : 63px;
		margin: 0;
		padding: 0;
	}
	#headerSub h2 {
		float: left;
		margin: 0;
		padding: 0;
		font-size: 135%;
		font-weight: normal;
	}
	#headerSub h2.left {
		width: 420px;
		padding-top: 40px;
		text-align: right;
		text-transform: uppercase;
		padding-right:10px;
	}
	#headerSub h2.right{
		padding-left:10px;
		margin-top: 40px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-left-style: solid;
	}	
/* ---------------------------------------------------------- */
/* NAvigation textuelle autres pages  */
/* ---------------------------------------------------------- */
	#NavigationTexte .selected{
		color: #e72714;
	}
	#NavigationTexte {
		margin-top: 10px;
		margin-right: 10px;
		text-align: right;
		font-size: 80%;
		font-weight: bold;
	}
/* ---------------------------------------------------------- */
/* Contenu Homepage avec image plus texte */
/* ---------------------------------------------------------- */
	#sectionImage {
		float: right;
		display: inline; /* To fix IE Double float margin bug */
		height: 220px;
		margin-right: 179px;
		margin-left: 15px;
		border-right-width: 1px;
		border-right-style: solid;
	}
	/* Positionnement du texte de la home */
	#texthome{
		position: absolute;
		width: 180px;
		left: 580px;
		top: 230px;
	}
	#texthome a{
		color:white;
	}
	.content {
		float: left;
		width: 610px;
		margin-top: 0px;
		margin-bottom: 30px;
		border-top-width: 1px;
		border-top-style: solid;
		font-family: verdana, arial, sans-serif;
		font-size: 90%;
		text-align: justify;
	}
	.content h3 {
		margin-top: 30px;
		margin-bottom: 20px;
		font-weight: normal;
		font-size: 150%;
	}
	.content h4{
		font-size: 110%;
	}
	
	.content p{
		margin: 10px 0px 10px 0;
	}

	#home .content { color: #fff; } /* couleur du texte en homepage */


	#news .content p{
		margin-top: 0px;
		margin-right: 179px;
	}

	.contenu {
		padding-top: 20px;	
		padding-bottom: 20px;	
		padding-left: 20px;	
	}

	#legendcontact {
		padding : 10px 20px 10px 20px;
		margin : 0;
		width:538px;
		min-height:80px;
		background-color : #D3EAF3;
		border-left-width: 1px;
		border-left-style: solid;
		border-right-width: 1px;
		border-right-style: solid;
	}
	#legendcontact h3 {
		padding: 0;	
		margin: 15px 0 15px 0;
		font-weight: normal;
		font-size: 150%;
	}
	#legendcontact h4{
		padding-left: 0;	
		margin: 10px 0 10px 0;
	}
	#legendcontact p {
		margin: 5px 0 5px 0;
		padding: 0;	
	}
/* ---------------------------------------------------------- */
/* Gestion du tableau de produit */
/* ---------------------------------------------------------- */
	
	.TabProduit{
		margin-top: 0px;
		margin-right: 179px;
		background-color : #EAEBF2;
	}
	.TabProduit img{
		border : 1px #414683 solid;
	}
	.TabProduit td{
		padding : 10px;
	}
	#contenuproduit h1,
	#contenuproduit h2,
	#contenuproduit h3,
	#contenuproduit h4,
	#news #contenuproduit h1,
	#news #contenuproduit h2,
	#news #contenuproduit h3,
	#news #contenuproduit h4{
		margin:0 0 10px 0;
		color : #414683;
	}
	#contenuproduit p,
	#news #contenuproduit p {
		font-size: 80%;
		margin : 0;
	}

/* ---------------------------------------------------------- */
/* Gestion du footer */
/* ---------------------------------------------------------- */
	#footer{
		width : 100%;
		position: static;
		margin-top: 0px;
		background-color: #f33500;
		color: #fff;
		clear: both;
		height: 30px; 
		font-size: 80%;
		vertical-align: middle;
	}
	#footer a{
		float: right;
		height: 22px;
		margin-right: 20px;
		padding: 8px 10px 0px 10px;
		border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color: #fff;
	}
					#footer a:hover,
	#footer a:active{
		color: #fff;
	}
	#footer p{
		padding: 8px 0px 0px 0px;
		margin: 0px 0px 0px 10px;
	}
	#footer p {
		padding-top: 8px;
	}
