/* CSS Document */

body, html{
	margin				:0px;
	padding				:0px;
	background-color	:#fff;
	text-align			:center;
	font-size			:12px;
	color				:#6c6c6c;
	font-family			:Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Geneva, Helvetica, Arial, sans-serif;
	margin-top			:20px;

}

#container{
	position			:relative;
	margin				:auto;
	width				:1010px;
	text-align			:left;
}

#content-left{
	position			:relative;
	float				:left;
	width				:760px;
}

#content-right{
	position			:relative;
	float				:right;
	width				:230px;
}

.gauche{
	position			:relative;
	width				:740px;
	padding				:10px;
	text-align			:justify;
}

.anim{
	height				:200px;
	width				:100%;
}

hr{
	clear				:both;
	color				:#CCCCCC;
	height				:1px;
	background-color	:#ccc;
	border				:0px;
}

#footer{
	width				:100%;
	height				:20px;
	font-size			:10px;
}

.footer-left{
	float				:left;
	width				:50%;
}

.footer-right{
	float				:left;
	width				:50%;
	text-align			:right;
}

.content{
	padding				: 0px 20px 0px 20px;
}

/********************** TITRES *********************/

h1{
	color				:#1c7eb2;
	font-size			:16px;
	font-weight			:normal;
}

h2{
	color				:#e2007a;
	font-size			:20px;
	font-weight			:normal;
}

h3{
	color				:#1c7eb2;
	font-size			:14px;
}

/********************** LIENS **********************/

a{
	color				:#6c6c6c;
	text-decoration		:none;
}

a:hover{
	color				:#333;
}

.gauche a{
	color				:#e2007a;
}

.gauche a:hover{
	text-decoration		:underline;
	color				:#e2007a;
}

#content-right ul{
	padding				:0px;
	margin-left			:5px;
	list-style-type		:none;
	width				:207px;
}

#content-right li{
	margin-top			:5px;
	border-bottom		:1px solid #aaa;
	padding-bottom		:5px;
}

#content-right ul a{
	font-size			:14px;
}

#content-right ul a:hover{
	color				:#e2007a;
}

.select{
	color				:#e2007a;
}

.opacite:hover{
opacity:0.8;
filter : alpha(opacity=80);
}

/************************** CONTACT ******************************/

input, textarea{
	border				: 0px solid #e2007a;
	background			: url(../img/fond-form-gris.gif) no-repeat top left;
	font-size			: 12px;
	color				: #333;
	padding				: 6px;
	font-family			: Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Geneva, Helvetica, Arial, sans-serif;
}

.champ{
	width				: 220px;
}

.champ2{
	width				: 544px;
}

.champ3{
	width				: 550px;
}

.zonearea{
	width				: 550px;
	height				: 130px;
}

.bouton {
	background	: none;
	cursor		: pointer;	
}

.bouton:hover{
opacity:0.9;
filter : alpha(opacity=90);
}

.radio {
background		: none;
}

/************************** IMAGES *******************************/
