

* { padding: 0; margin: 0; }

body {
	background-color: #f6f6f6;
	background-image: url("../images/patern_fond_comp.jpg");
	font: normal small "Trebuchet MS",Verdana,Trebuchet,Arial,Sans-serif;
	color: #333333;
}



#wrapper { 
 margin: 0 auto;
 width: 920px;
}
#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 240px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 665px;
 display: inline;
 position: relative;
}


#flashcontent {
		width: 665px;
		height: 218px;
		float: left;
		margin: 15px 20px;
	}

#content {
	background-color: #f6f6f6;
	margin: 0px 0px 0px 0px;
	padding: 12px;
	}


#icones img {
	margin: 5px 6px 5px 0px; 
	border="0"
}


h1, h2, h3 {
	text-transform: uppercase;
	color: #000000;
}

h2 {
	font-size: 1.2em;
	line-height: 180%;
}

h3 {
	margin: 0;
	font-size: 1em;
	line-height: 200%;
}

h4 {
	margin: 0;
	font-size: 1.3em;
	line-height: 200%;
	color: #000000;
}


important {
	color: #FF6600;
	font-weight: bold;
}


p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 160%;
	text-align: justify;
}

drt {
	text-align: right;
	font-style: italic;
	font-size: 11px;
}

a {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0066FF;
}


.tirets {
color: #CCCCCC;
font-size: small
}
.legend {font-size: x-small}


/* Footer */

#footer {
	width: 640px;
	padding: 50px 0 50px 0px;
	background: url(images/img01.gif) no-repeat left center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
}

