/* CSS Document */

html,body {
	  height:100%;
	  border:none;
	  margin:0;
}


body {
	padding:0;
	margin:0;
	background-color:#E2DBD1;
	color:black;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#A06A13;
}

h2 {
	font-weight:bold;
	font-size:12px;
	color:#A06A13;
}

/*h3 {
	font-weight:bold;
	font-size:11px;
	color:#A06A13;
	margin:0;
	padding:0;
}*/
p {
	color:black;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:black;
}

a:hover {
	color:#A06A13;
}

table {
	border:0;
}

td {
	vertical-align:top;
}

img {
	border:0;
}

#sup {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:100%;
}

#conteneur {
	width:760px;
	background-color:#E2DBD1;
}

#ombreG {
	width:38px;
	background:url(../img/background/straf-left.jpg) top right no-repeat;
	background-color:#E2DBD1;
}

#ombreD {
	width:38px;
	background:url(../img/background/straf-right.jpg) top left no-repeat;
	background-color:#E2DBD1;
}

#sectionPrincipale {
	padding-top:1px;
}

#subMenu {
	width:100%;
	height:45px;
	text-align:right;
	background:url(../img/rosette_haut.jpg) no-repeat center top;
	}

 *html #sectionPrincipale {
	position:relative;
	top:-1px;
	padding-top:12px;
}

#photo {
	margin-top:25px;
	float:left;
	width:35%;
	margin-left:auto;
	margin-right:auto;
}
#photoHisto {
	/*margin-top:25px;*/
	float:left;
	width:35%;
	margin-left:10px;
	margin-right:auto;
}
#nouvelle {
	margin-top:25px;
	float:left;
	width:35%;
	margin-left:10px;
	margin-right:auto;
}
#subNouvelle {
	width:180px;
}


#infosHisto {
	float:right;
	width:57%;
	padding:22px 15px 15px 15px;
	overflow:auto;
}

#infos {
	float:right;
	width:57%;
	padding:15px;
	overflow:auto;
}

#rosette {
	background:url(../img/rosette.jpg) no-repeat center top;
	clear:both;
	height:51px;
}

.menuBas p {
	font-size:9px;
}

a:link.news {
	text-decoration: none;
	font-size: 12px;
}

a:visited.news {
	text-decoration: none; 
	font-size: 12px;
}

a:hover.news{
	text-decoration: none; 
}

a:active.news {
	text-decoration: none;
}
.imgUploadLeft{
	float:left;
	width:150px;
	height:auto;
	margin-bottom:10px;
	margin-right:15px;
	border:#5f5c58 1px solid;
	
}