/* global.css - style appliqué partout sur le site */

h1{font-size: 1.7em;}
h2{font-size: 1.5em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.img_border {
	border: 1px solid black;
}

.div_equipe {
	text-align: center;
	margin-bottom: 25px;
}

.img_equipe {
	border: 1px solid black;
	border-radius:10px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_right img {
	height: 100px;
}

.clear {
	clear:both;
	height:2px;
}
