

/********* INSTALL *********/

#presentation {
	height:180px;
}

#transfert {
	float:left;
	width:91px;
	margin-left:228px;
}

#slogan1 {
	font-family:Georgia, serif;
	color:#666666;
	font-size:30px;
	float:left;
	margin-left:28px;
	width:300px;
}

#btn_install {
	margin-left:96px;
	width:452px;
	float:left;
}


#slogan2 {
	font-family:Georgia, serif;
	color:#333333;
	font-size:28px;
	float:left;
	margin-left:5px;
	width:200px;
}


#slogan3 {
	font-family:Georgia, serif;
	color:#666666;
	font-size:28px;
	float:left;
	margin-left:30px;
	width:300px;
}




/********* DESCRIPTION *********/

#description {
	float:none;
	width:780px;
	height:250px;
	margin-left:70px;
}

#description1,
#description2
{
	float:left;
	width:360px;
	margin:0px;
}

#description3,
#description4
{
	float:left;
	width:368px;
	margin-left:50px;
}

.title_description {
	font-family:Georgia, serif;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

.text_description {
	font-family:Georgia, serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	margin-top:8px;
}

.link_description {
	text-align:right;
	margin-top:4px;
}



/********* EXEMPLES *********/

#example {
	float:none;
	width:780px;
	height:140px;
	margin-left:30px;
}

#example1,
#example2,
#example3
{
	float:left;
	margin-left:70px;
}




/********* EXEMPLES *********/

.fermer {
	position:relative;
	left:440px;
	top:10px;
}
.title_response {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	text-align:center;
}
.content_response {
	font-size:14px;
	color:#333333;
	text-align:center;
}
.end_response {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:center;
}
.div_response {
	position:absolute;
	width:500px;
	height:300px;
	border:1px solid #000000;
	left:50px;
	top:100px;
	background-color:#FFFFFF;
	opacity: 0.90;
	-moz-opacity:0.90;
	filter:alpha(opacity=90);
}


