/* commun */

html{
	margin: 0px; 
	padding: 0px;
}

body { 
	font-size: 11px;
	color: #787878; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff; 
	text-align: left;
	margin: 0px; 
	padding: 0px;
}

#pop-up{
	width:780px;
	height:330px;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
}

#visuel-small{
	width:107px;
	height:90px;
	background:url(../media/pop-up/popup-small.gif);
	float:left;
	padding:10px;
	margin-right:17px;
}

#visuel-petit{
	width:107px;
	height:70px;
	float:left;
}

#texte-small{
	font-size:90%;
	text-align:center;
	float:left;
	width:107px;
	height:20px;
}


#texte{
	width:220px;
	float:left;
	padding-right:24px;	
	height:330px;
}

h1{
	font-weight:bold;
	font-size:200%;
	float:left;
	width:220px;
	padding:0;
	margin:0;
}

p{
	font-size:100%;
}

a{
	color:#10883f;
	text-decoration:underline;
	font-size:90%;
}
a:hover{
	color:#10883f;
	text-decoration:underline;
	font-size:90%;
}

#visuel-big{
	width:353px;
	height:293px;
	background:url(../media/pop-up/popup-visuel.gif);
	float:left;
	padding:18px;
}

#visuel{
	float:left;
	height:273px;
	width:353px;
}

h2{
	font-size:110%;
	font-weight:bold;
	width:353px;
	text-align:center;
	float:left;
	height:20px;
	padding:7px 0 0 0;
	margin:0;
}
