
/* =General
-----------------------------------------------------------------------------*/
html{
	height: 100.1%
}
table{
	/*border-color: #3366CC;*/
	border-spacing: 0;
	border-collapse: collapse;
}
td{
	vertical-align: top;
}

p{
	margin: 0;
	padding: 5px 0;
}
blockquote{

}
ul{
	margin: 0;
	padding: 20px;
	list-style: none;
}
li{
	background: transparent url(http://www.associationheroux.ca/imgs/puce-li-defaut.gif) no-repeat left 3px;
	padding-left: 10px;
}

dl{ /* definition list */
	border: 1px solid #99CC66;
	margin: 0;
}
dt{ /* definition term */

}
dd{ /* definition description */
	margin: 0;
	padding-left: 30px;
}

.clear{ /* Class for clearing floats */
	clear:both;
}

img{ /* Remove border around linked images */
	border: 1;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	background: #EEE3C2 url(http://www.associationheroux.ca/imgs/bg-body.gif) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
h1{
	font-size: 130%;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 110%;
}
h4{
	font-size: 100%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 100%;
}


/* =Links
-----------------------------------------------------------------------------*/
/*color: #3366CC;/*

a{
	
color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	background-color: #3366CC;
	color: #fff;
	text-decoration: none;
}
#header a{
	color: #6A634D;
	text-decoration: none;
}
#header a:hover, #menupos a:hover{
	background: none;
	text-decoration: underline;
}
#contenu a{
	
}
#contenu a:hover{
	
}
#footer a{
	color: #666;
	text-decoration: none;	
}
#footer a:hover{
	background: none;
	text-decoration: underline;
}

/* =Branding
-----------------------------------------------------------------------------*/
#header{
	width: 580px;
	height: 209px;
	padding-top: 14px;
	padding-right: 20px; 
	background: #fff url(http://www.associationheroux.ca/imgs/entete.jpg) no-repeat left top;
	text-align: right;
	font-size: 60%;
}
* html #header{
	width: 600px;
	height: 223px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#menupos{
	
}

/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/
#wrap{
	border: 0px solid red;
	width: 800px;
	margin: 0 auto;
	text-align: left;	
}
#menupos{
	border: 0px solid blue;
	padding-top: 270px;
	width: 196px;
	float: left;
	position: relative;
	top: 215px;
	text-align: center;
}

#right{
	border: 0px solid #6A634D;
	float: right;
}
#contentWrap{

}
#content{
	padding: 10px;
	padding-top: 0;
	background-color: #FFFFFF;
	text-align: justify;
	font-size: 80%;
}
#content td{
	font-size: 80%;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #999;
	font-size: 60%;
	text-align: center;
}



/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}
form{
	padding: 0;
	margin: 0; 
}
input{
	margin: 1px 0;
}
.input{
	margin-bottom: 1px;
}
.button{
	background-color: #99CC66;
}
.tForm td{
	padding: 3px;
}
.tForm input, .tForm select{

}
.tForm .submit{
	background-color: #3ace3a;
	border: 1px solid #b2b3b2;	
	font-weight: bold;
	color: #666;
	
}

/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/
.tabLivreDor{
}
.tabLivreDor td{
	padding: 2px;
	border: 1px solid #CDC19E;
}

/* =Misc 2
-----------------------------------------------------------------------------*/

