/* CSS Document */

/*
** Ce fichier defini toute les classes pour des cas particuliers uniquement
*/

.LAYOUT_un_tier {
	width: 33%;
}

.LAYOUT_deux_tier {
	width: 67%;
}

.LAYOUT_margin_right {
	margin-right: 5px;
}

.LAYOUT_margin_bottom {
	margin-bottom: 20px;
}

.LAYOUT_margin_big {
	margin: 20px;
	margin-top: 50px;
	margin-right: 35%;
}

.LAYOUT_contenu_droite {
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-left: 36%;
}

.LAYOUT_padding {
	padding: 20px;
}

.LAYOUT_map {
	width: 60%;
}

.LAYOUT_height_250 {
	height: 250px;
}

.LAYOUT_height_200 {
	height: 200px;
}

.LAYOUT_height_150 {
	height: 150px;
}

.LAYOUT_height_100 {
	height: 100px;
}

.LAYOUT_background {
	background-color: #ffffff;
}

.LAYOUT_zindex_100 {
	z-index: 100;
	
}

.LAYOUT_zindex_1 {
	z-index: -100;
}

.LAYOUT_left_inscription {
	float: left;
	width: 250px;
}

.LAYOUT_label_inscription {
	display: block;
	float: left;
	width: 100px;
}

.LAYOUT_input_inscription {
	width: 100px;
}

.LAYOUT_red_star {
	color: red;
}

form p {
	margin: 5px;
}

.LAYOUT_submit {
	background: none;
	border: solid 1px gray;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 200px;
}