/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{border-style: none}

/*FIN DE RESET CSS*/

/*SECTION ALAIN*/

body{width:100%;}

#wrap{width:960px; margin:43px auto 0;}

#alainTop{color:#3f64a1;}

	#alainTop h1{float:left; margin-right:34px; margin-left:15px;} 

		#alainTop h1 span{color:#ac8e76;}
		
	#alainTop a{
		float: left;
		color: #0f3ab1;
		text-decoration: none;
		font-size: 15px;
	}
	#alainTop a:hover{text-decoration:underline;}
	
	#alainTop #tel{color:#0b1b96;font-size:34px; float:right; margin-top:-13px;}
		#alainTop #tel span{font-size:22px;}

	#alainTop #logo{margin-bottom:17px;}

/*END SECTION ALAIN*/

#separation{margin-top:35px;}

/*SECTION VOYAGE*/

/*font-family:Verdana, Geneva, sans-serif;*/

#voyage{}
	
	#voyage #logoVoyage{margin-bottom: 20px;}
	
	#voyage p{font-family:Verdana, Geneva, sans-serif;font-size:13px; color:#3d4350; padding-left:15px;padding-right:20px;}
	
		#voyage p a{font-family:Verdana, Geneva, sans-serif;font-size:15px; color:#1970fe;}
		#voyage p a:hover{text-decoration:none;}

/*END SECTION VOYAGE*/

#mediasumo{float:right; margin-top:10px; margin-bottom: 20px;}

