/* CSS Document */

/**************************************************************
	General body and site font atribute
***************************************************************/
body, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgPage.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center; /* Use to center the page in IE 5 */
}

p {
	line-height: 15px;
}
p, h1, h2 {
	margin: 0px 0px 10px 0px;
}

.TitreJaune {
	font-size:20px; 
	color:#EAC136; 
	text-transform:uppercase; 
	font-family:"Arial Rounded MT Bold", Geneva, Arial, Helvetica, sans-serif;
	}

h3 {
	font-size: 9px;
	color: #003366;
	font-weight: bold;
	text-transform: capitalise;
	word-spacing: -1px;
}

.FontRed {
	color: #CC3300;
	font-weight: bold;
}
/**************************************************************
	List
***************************************************************/

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

li {
	background-image: url(../images/crochet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	margin-bottom: 2px;
}


/**************************************************************
	Links
***************************************************************/
a {
	color: #666666;
}
a:active, a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}
a span {
	cursor: hand;
}
.cursorArrow {
	cursor: default;
}
/**************************************************************
	Navigation
***************************************************************/

.TopNavigation {
 	width: 752px;
	height: 114px; /* IE use the height value writen in ieDebug.css */
	bacground-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;	
}

.tdNav, .tdNavLeft, .tdNavRight, .tdNavFooter {
	vertical-align: top;
	background-color: #153764;	
}
.tdNav, .tdNavLeft  {
	text-align: left;	
}
.tdNavRight  {
	text-align: right;
}
.tdNavFooter  {
	 width: 752px;	
}

/*************************************
		Layout
*************************************/

#Wrap, #pageFooter {
	text-align: center; /* Use to bring back the text alignment (see text-align: center in Body) */
	background-color: #ffffff;
}
#Wrap {
	width: 760px;
	min-height: 400px; /* IE use the height value writen in ieDebug.css */
}
.TableContent {
	width: 752px;
	margin-top: 10px;
}
.TdLeftContent, .TdRightContent {
	width: 376px;
	vertical-align: top;
	text-align: left;
}
.TdLeftContent {
	padding: 0px 20px 20px 20px;
}
.TdRightContent {
	padding: 0px 18px 20px 0px;
}
.subTitle {
	margin-bottom: 15px;
}

/**************************************************************
	Sous-Navigation
***************************************************************/
.TableSubNav {

	margin-top: 10px;
}
.tdSubNav, .tdSuvNavRight {
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
	font-size: 10px;
	color: #666666;
}
.tdSubNav, {
	width: 100px;
	padding-right: 15px;
}
.tdSuvNavRight {
	width: 86px;
}
.tdSubNav a, .tdSubNav a:active {
	color: #666666;
	text-decoration: underline;
}
.tdSubNav a:hover {
	color: #666666;
	text-decoration: none;
}
/**************************************************************
	Home
***************************************************************/
.Flash {
	width: 376px;
	text-align: left;
	margin-top: 32px;
}
/**************************************************************
	Produits
***************************************************************/
.TdRightProduits {
	width: 402px;
}
.imgProduits {
	width: 376px;
	text-align: right;
	margin-bottom: 10px;
}
.TdDescription, .TdDescription p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 8px;
	
}
.TdImgProduits {
	padding-left: 10px;
	padding-top: 8px;
}

/**************************************************************
	Footer
***************************************************************/
.pageFooter {
	width: 752px;
	padding: 3px 5px 20px 20px;
	font-size: 9px;
	color: #666666;
}
.pageFooter a, .pageFooter a:active {
	color: #666666;
	text-decoration: underline;
}
.pageFooter a:hover {
	color: #666666;
	text-decoration: none;
}
#Copyright {
	padding: 5px 0px 0px 0px;
	height: 13px;
}

/**************************************************************
	Form
***************************************************************/
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}