/*

 */

h3 {
	border-bottom: 1px #CCCCCC solid;
	padding-left: 20px;
	margin-bottom: 50px;
}
h4 {
	margin: 20px;
}

#site {	
	height: 100%;
	margin-top: 100px;
}

.accueil {
	border: 2px #c3a269 solid;
	border-radius: 6px;
	background: white;
	font-size: 10pt;
	text-align: justify;
	width:800px;
	margin:auto;
	margin-top:50px;
	min-height:250px;
}

.accueilform{
	padding: 0 15px 15px 25px;
}

.logoAA {
	background: black;
	float: left;
	position: absolute;
}

.content {
	border: 2px #c3a269 solid;
	border-radius: 4px;
	background: white;
	font-size: 10pt;
	text-align: justify;
	padding: 0 15px 15px 25px;
}
.menu {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	background: #5d0448;
	max-width:250px;
}
.menu i {
	padding-right: 4px;
	padding-left: 4px;
}
.menu li {
	padding-left: 5px;
	border-bottom: 1px #CCCCCC solid;
	line-height:25px;
	font-weight:bolder;
}
.menu li a {
	color: black;
	font-size: 10pt;
}
.menu li a:hover {
	color: #5d0448;
	background: #E5D3EF;
}

.menu-bas{
background:#cfb5e2;
}

.title {
	margin: 10px;
	padding-top: 5px;
	color: white;
	font-family: inherit;
	font-weight: lighter;
}

ul.thumbnails li.span4:nth-child(3n + 4) {
  margin-left : 0px;
}

ul.thumbnails li.span3:nth-child(4n + 5) {
  margin-left : 0px;
}

ul.thumbnails li.span12 + li {
  margin-left : 0px;
}