.navGlobale {
	display: block;
	position: absolute;
	width: 730px;
	top: 20px;
	font-size: 0.8em;
	text-align: right;
	color: black;
	padding-right: 0px;
	text-shadow: rgba(0,0,0,0) 2px 2px 3px;
}

.changelangue {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	left: 740px;
}

.logo {
	display: block;
	position: absolute;
	top:30px;
	width: 139px;
	height: 74px;
	margin-left: 10px;
}

.carreOrange {
	display: block;
	position: absolute;
	top:	290px;
	left: 616px;
	width: 88px;
	height: 50px;
	font-size: 0.8em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
	letter-spacing: 0.0em;
}

.col1 p{
	line-height: 1.8em;
}

.normal p{
	line-height: 1.2em;
}

.col2 img{
	margin-top: 0px;
}

.annonce {
	position: relative;
	width:192px;
	margin-left:4px;
	border:solid 1px orange;
	margin-bottom:10px;
	background-color: white;
	float: left;
}

.annonce h1 {
	font-size: 1.8em;
}
.annonce h2 {
	margin-top:0px;
	padding-left:5px;
	background-color:orange;
}

.annonce p {
	margin: 5px;
	line-height: 1.2em;
}

.event { /*basé sur col2 */
	display: block;
	position: absolute;
	width: 215px;
	top: -40px;
	left: 420px;
	background-color: white;
	border:solid 2px white;
}


.event * {
	margin: 5px;
}

.event h1 {
	margin: 0px;
}



.event p {
	margin: 5px;
}