/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color:#e1f3fd;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}

a{
	color:#000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


dl, dt, dd, ul, li {
	list-style-type: none;
	list-style: none;
}

img, img a{
	border:none;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.call {
	clear:both;
}

#site {
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	width : 782px;
	


}

p{
	line-height:12px;
}

.logoSite{
	width: 194px;
	height: 108px;
	background:url(../images/logo.jpg) 0 0 no-repeat;
	display:block;
}

.logoSite2{
	width: 194px;
	height: 108px;
	background:url(../images/logo_gammes.jpg) 0 0 no-repeat;
	display:block;
}

.logoSelection{
	width: 59px;
	height: 82px;
	background:url(../images/logo_selection2.gif) 0 0 no-repeat;
	display:block;
}
.logoSelectionHome{
	width: 59px;
	height: 85px;
	background:url(../images/logo_selection.gif) 0 0 no-repeat;
	display:block;
}

.retour{
	width: 40px;
	height: 17px;
	background:url(../images/bout_retour.gif) 0 0 no-repeat;
	color:#FF8300;
	padding:0px 0 0 10px;
}

.retour a{
	color:#ff9407;
	}
	
.retour a:hover{
	color:#ff9407;
}


/***********************************/
/********** GABARIT HOME ******/
/***********************************/

/*contenu à droite ***************************/
#home_content {
	float:left;
	width: 782px;
	height:500px;
}

#home_content #part1{
	float:left;
	width: 600px;
	height:274px;
	background:url(../images/home/haut.jpg) 0 0 no-repeat;
}


#home_content #part2{
	float:left;
	width: 600px;
	height:226px;
	background:url(../images/home/bas.jpg) 0 0 no-repeat;
}


#home_content #part3{
	float:right;
	width: 182px;
	height:500px;
	background:url(../images/home/droite.jpg) 0 0 no-repeat;
}








/***********************************/
/********** PIEDS ******/
/***********************************/

#pied{
	clear: both;
	width:782px;
	height:20px;
	padding:5px 0 5px 0;
	text-align : justify;
	font-size:10px;
	
}
#pied h5{
color : #005597;
	text-align:center;
}
#pied h5 a{
	color : #005597;
	font-weight:strong;
	font-size:11px;
}
#pied p{
	font-size:10px;
	color:#005597;
}
#pied p a{
	font-weight:normal;
	color:#005597;
	text-decoration:underline;
}
