/* CSS Document */

body {
	font-family:Verdana, sans-serif;
	font-size:10px;
    color:#54331d;
}

@font-face {
	font-family: 'CartoGothicStd';
	src: url('cartogothicstd-bold-webfont.eot');
	src: local('☺'), url('cartogothicstd-bold-webfont.woff') format('woff'), url('cartogothicstd-bold-webfont.ttf') format('truetype'), url('cartogothicstd-bold-webfont.svg#webfontEHT85PnG') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*==================text================*/
p{
	line-height:15px;
	margin-bottom:10px;
}
h1{
	
}
h2{
	font-family:CartoGothicStd;
	color:#e01a23;
	font-size:20px;
}
h3{
	font-family:Arial;
	color:#e01a23;
	font-size:17px;
	font-weight:normal;
	margin-bottom:20px;
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
    color:#e01a23;
	text-decoration: none;
}

.rouge{
    color:#e01a23;
}
.vert{
    color:#88b63e;
}

.credit-photo { font-size:10px; color:#CCCCCC; font-style:italic; margin:-5px 0 10px 0;}
