@import url("http://www.photo-reportage.fr/fichiers/global.css");

body{
	background-color: #f2c4e6;
	margin-bottom : 10px;
}

a { color: #a63921; font-weight: bold; }
a:hover { color: #a63921; font-weight: bold; }

.header {
	width: 100%;
	height: 151px;
	background: url('./images/header.png') #000000 repeat-x top center;
}

.haut {
	width: 750px;
	height: 180px;
	margin: auto;
}

.c1 {
	width: 269px;
	height: 180px;
	float: left;
	margin-bottom: 10px;
}

.c2 {
	width: 329px;
	height: 180px;
	color: #a63921;
	font-size: 10pt;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.c2 h1 {
	font-size: 18pt;
	margin-top: 5px;
}

.c2 .titre { line-height: 10px; font-size: 11pt; }
.c2 .lamapix { margin-top: 24px; line-height: 20px; color: #000000; }
.c2 .lamapix input {
	width: 100px;
	height: 16px;
	border: 1px solid #e9abd6;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
}
.c2 .lamapix form { display: inline; }

.c2 .informations { margin-top: 24px; }

.c3 {
	width: 142px;
	height: 180px;
	float: right;
}

.cadre-haut {
	width: 755px;
	margin: auto;
	background: url('./images/cadre-haut.png');
	clear: left;
	color: #000000;
	font-size: 10pt;
	margin-left: -3px;
}

.contenu h2, .contenu h3, .contenu h4 {
	padding: 5px 5px 0px 5px;
	padding-top: 20px;
	font-size: 12pt;
	margin-bottom: 10px;
}

.contenu h3, .contenu h4 {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.contenu p {
	padding: 10px 25px 10px 25px;
	text-align: justify;
	margin-top: 10px;
	margin: 0px;
}

.cadre-centre {
	width: 755px;
	margin: auto;
	background: url('./images/cadre-centre.png') repeat-y;
	color: #000000;
	font-size: 10pt;
	margin-left: -3px;
}

.cadre-bas {
	width: 755px;
	height: 6px;
	margin: auto;
	background: url('./images/cadre-bas.png') no-repeat;
	color: #000000;
	font-size: 10pt;
	margin-left: -3px;
}

hr {
	width: 370px;
	height: 1px;
	border-top: 1px solid #a63921;
	margin: 0px;
	margin-left: 25px;
	text-align: left;
}

p.footer {
	font-size: 9pt;
	color: #000000;
	margin: 10px;
	text-align: center;
}

p.footer a, p.footer a:hover { color: #000000; font-weight: normal; }

