/*
	Éléments génériques
*/

h1 {
	font-family: droid_sansregular;
	text-transform: uppercase;
	margin-top: 10px;
	text-transform: inherit;
	font-size: 34px;
}

@media (max-width: 1250px) {
	h1, .h1 {
		font-size:30px;
	}
}

h2 {
	font-family: droid_sansregular;
	text-transform: inherit;
}

h3 {
	font-family: droid_sansregular;
	text-transform: inherit;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	text-transform: inherit;
}

h5 {

}

h6 {

}

p {
	font-size: 16px;
	line-height:1.75em;
}

a {
	color: #000;
	transition-duration: 250ms;
  	transition-timing-function: ease-out;
}

a {
	color: #000;
}

a:hover {
	color: #ea148c;
	text-decoration: none;
}


ul.line li{
	display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
    padding: 0px 10px;
    margin-top: 10px;
    border-left: solid 1px #000;
}

ul.line li:first-child{
	border-left: none;
}

.open-sans-regular {
	font-family: open_sansregular;
}

.open-sans-semibold {
	font-family: open_sanssemibold;
}

.open-sans-light {
	font-family: open_sanslight;
}
.color-green {
	color: #6ca40b;
}

.fadeInDown img{
	width: 120px;
}

.ms-choice {
    border: 0 !important;
}
