/* SCRIPT RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 17px;
	color: black;
	background: url('../images/bg.gif')
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET CSS */

img{
	border:0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	color: #383838;
}

.container{
	width: 960px;
}
.content{
	padding:0px 0px 0px 20px;
}

.copyright{
	color:#828282;
	width: 940px;
	text-align: right;
	padding-top: 44px;
}
.contact{
	width: 940px;
	text-align: right;
	padding-top: 32px;
}
.contact a{
	color:#888888;
}
.contact a:hover{
	color:#F89829;
}

.menu{
	position: relative;
	float: left;
	width: 960px;
	height: 100px;
}

.col1{
	position: relative;
	float: left;
	width: 960px;
	background: url('../images/bgContent.gif') no-repeat;
}
.col2{
	float: left;
	text-align: right;
	width: 300px;
	height:700px;
	padding: 20px 0px 20px 20px;
	background: url('../images/bgSousMenu.gif');
	color: white;
}

.col3{
	float: left;
	width: 600px;
	padding: 20px 20px 20px 20px;
}

.details{
	color: #000000;
}

.desc{
	font-size: 12px;
	color: #808080;
}

h1{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

h2{
	font-weight:bold;
	margin-top:15px;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
}
h3{
	color:#bdcfd0;
	font-weight:bold;
}
h4{
	color:#666666;
	font-weight:bold;
}

strong{
	font-size:11px;
	font-weight:bold;
	line-height:11px;
}

#footer{
	float: left;
	width: 100%;
	height: 119px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	background: url('../images/bgFooter.gif') repeat-x;
	color:white;
}

#nav{
	width: 100%;
	height: 100px;
	background: url('../images/bgMenu.gif') repeat-x;
}

.title {
	border: 0px;
	display: block;
	padding-bottom:20px;
}

ul.sousMenu p{
	padding:0px;
	margin:0px;
	line-height: 15px;
}

ul{
	list-style-type:square;
	list-style-position:outside;
}

a.sousMenu{
	font-size: 13px;
	font-weight: bold;
	color: #f89829;
	text-decoration: none;
	padding-right: 41px;
	margin-top:15px;
	display:block;
	line-height:17px;
}
a.sousMenu:hover{
	text-decoration: none;
}
a.sousMenu:visited{
	text-decoration:none;
}

li.sousMenu a{
	padding-right: 41px;
	line-height: 13px;
}
li.sousMenu a:hover{
	padding-right: 41px;
	text-decoration: none;
}

ul.sousMenu{
	line-height: 10px;
	list-style:none;
}

.menuSelected{
	padding-right: 41px;
	text-decoration: none;
	background-image: url('../images/selectedArrow.gif');
	background-position:right;
	background-repeat:no-repeat;	
}

.menuSelected2{
	font-size: 13px;
	font-weight: bold;
	color: #f89829;
	text-decoration: none;
	padding-right: 41px;
	margin-top:15px;
	display:block;
	line-height:16px;
	background-image: url('../images/selectedArrow.gif');
	background-position:right;
	background-repeat:no-repeat;	
}

.imageDroite{
	float: right;
	border:3px solid #fff;
	margin-left:20px;
}
p{
	font-size:12px;
}

.partenaires{
	text-align:left;
}

.partenaires p{
	color:#657078;
	padding-left:10px;
}



