/* remove dotted border at firefox and ie */
*:focus { 
	outline: none; 
}
a {
    outline:none; /* FF1.5+ IE7+*/
    -moz-outline: /* FF<=1.5*/
}

#IE6,
#IE7,
#IE8,
#NOTIE {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
}

/* sticker homepage */
#grenouilles {
	z-index: 10;
	height: 210px;
	width: 180px;
	display: block;
	position: absolute;
	top: 220px;
	left: 55%;
}

#grenouilles img {
	border-width: 0px;
	border: none;
}

#grenouilles a {
	border: none;
}

/* page contenu */
.entete {
	width: 100%;
	height: 128px;
	float: left;
}

.logo {
	float: left;
}

.menu {
	text-align: right;
}

.media {
	margin-left: 33px;
	margin-top: 78px;
}

.logosvpa {
	margin-top: 57px;
	margin-right: 20px;
	float: right;
}

#IE6 .logosvpa,
#IE7 .logosvpa {
	margin-top: -42px;
}

.contenu {
	margin-left: 252px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-top: dashed 1px #000;
	padding-left: 50px;
}

.contenu .titre {
	display: block;
	margin-left: -50px;
	margin-top: 25px;
}

.contenu .texte {
	display: block;
	width: 302px;
}

.bloc {
	display: block;
	margin-left: -50px;
	padding: 20px;
	padding-left: 50px;
	background-color: black;
	color: white;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*
.traitille {
	margin-left: 252px;
	clear: both;
	display: block;
	overflow: hidden;
	width: 648px;
	height: 0;
	border-top: dashed 1px #000;
}
*/
h3 {
	font-weight: 100;
	line-height: 1.4em;
	margin-top: 30px;
}

p {
	font-size: 0.95em;
	line-height: 1.4em;
}



.infos{
	float: right;
	color: #666;
}

a:link,
a img {
	text-decoration: none;
	color: inherit;
	border:hidden;
	border-width: 0px;
}

#IE6 a,
#IE7 a {
	color: black;
}

#IE6 .infos,
#IE7 .infos{
	margin-top: -18px;
}

