/******** regles par defaut des balises ********/
* {margin:0; padding:0; outline:0;}
body {font-family:"Times New Roman", Times, serif; font-size:16px; color:#000; background-color:#716f64;}
a {text-decoration:none; color:#ff9900;}
a:hover {text-decoration:underline;}
img {border:none;}
h2 {font-size:24px;}
h3 {font-size:14px;}
li {list-style-type:none;}
/********** classes communes a tous les templates ********/
.clear{ clear:both; height:1%}

/* Container */
#container {width: 815px; overflow:hidden; margin:0 auto; border-top:1px #000 solid; border-right:4px #000 solid; border-left:1px #000 solid; border-bottom:4px #000 solid; background:#fff;}
	#innerCont {width:755px; margin:0 auto; overflow:hidden;}
		/* Header */
		#header {width:755px; overflow:hidden;}
			#header h1 {padding: 37px 8px 6px 7px; float: left;}
		#subHead {width:583px; padding:37px 0 0 0; float: left; overflow:hidden; color:#683222;}
			#subHead h2 {font-size:33px;}
			#subHead p {font-style:italic; font-size:30px;}
			
		/* Content */
		#content {width:755px; background:url(../images/bgd_header_top.gif) 100% 0 no-repeat; clear:both; padding: 23px 0 0 0;}
		#innerContent {width:755px;background:url(../images/bgd_header_center.gif) 0 0 repeat-y; overflow:hidden;}
		.lstCont {width:701px;padding: 0 12px 20px 40px; overflow:hidden;}
			.tblCont {width:701px; overflow: hidden; color:#3d3d40;}
			.tblCont th, .tblCont td {padding: 1px 17px 12px 9px; vertical-align:top; text-align: left; border-right: 2px #d8d5d6 solid;}
			.tblCont th {background:#eae29f; color:#6a5f71;}
			.tblCont .last {border-right: none;}
			.tblCont tbody .col1 td {background:#fff; padding:0;}
			.tblCont tbody .col2 td {background:#fffbd6;}
			.tblCont tbody .col3 td {background:#fff; padding:0 0 15px 0;}
			.tblTitles {font-weight:bold;}
			.widthTd01 {width: 199px;}
			.widthTd02 {width: 99px;}			
			
		/* infoAdd */
		.infoAdd {width: 305px; overflow: hidden; background:#6b5e71; float:right; color:#fff; padding:11px 11px 0 11px; font-size:14px;}
			.visuAdd {width: 260px; float:left; overflow:hidden; display:block;}
			.infoAdd ul {width: 40px; overflow:hidden; display:block;}
			.infoAdd li {display:inline;}
			.website a {color:#fff; float:right;}

		/* Footer */
		#footer {width:755px; background:url(../images/bgd_header_bottom.gif) 0 0 no-repeat; padding: 0 0 23px 0; overflow:hidden;}
