/*BODY*/
body 
	{ 
	width:100%; height:100%; 
	margin:auto; padding:auto; 
	background-color:#937743; background-image:url(./global/background.jpg); background-repeat:no-repeat; background-attachment:fixed; background-position:top center; 
	text-align:center; 
	}

/*GLOBAL*/
div#global 	
	{ 
	width:900px; height:100%; 
	margin:auto; padding:auto; 
	text-align:left; 
	}
div#global img 
	{ 
	border:none; 
	}

/*HEADER*/
div#header 
	{ 
	width:900px; height:300px; 
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; 
	}
	/*LOGO*/
	div#logo 
		{ 
		width:55px; height:300px; 
		margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; 
		float:left; 
		}
	/*MENU*/
	div#menu 
		{ 
		width:200px; 
		margin:10px 0px 0px 5px; padding:0px 0px 0px 0px; 
		float:left; 
		text-align:left; 
		}
	div#menu.first 
		{ 
		margin:10px 0px 0px 5px; padding:0px 0px 0px 0px; 
		display:block; 
		font-family:verdana; font-size:13px; font-style:italic; font-weight:bold; 
		color:#ffffff; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}
	div#menu a.first 
		{ 
		margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; 
		display:block; 
		font-family:verdana; font-size:13px; font-style:italic; font-weight:bold; 
		color:#ffffff; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}
	div#menu a.first:hover 
		{ 
		margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; 
		display:block; 
		font-family:verdana; font-size:13px; font-style:italic; font-weight:bold; 
		color:#ff0000; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}
	div#menu a.second 
		{ 
		margin:0px 0px 0px 4px; padding:0px 0px 0px 0px; 
		display:block; 
		font-family:verdana; font-size:8px; font-style:italic; font-weight:bold; 
		color:#ffffff; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}
	div#menu a.second:hover 
		{ 
		margin:0px 0px 0px 4px; padding:0px 0px 0px 0px; 
		display:block; 
		font-family:verdana; font-size:8px; font-style:italic; font-weight:bold; 
		color:#ff0000; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}

/*NAVIGATION*/
div#navigation 
	{ 
	width:900px; height:30px; 
	margin:auto; padding:auto; 
	clear:both; 
	background-image:url(./navigation/box_navigation.png); background-repeat:no-repeat; background-position:left top; 
	}
	/*PATH*/
	div#path 
		{ 
		height:30px; 
		margin:0px 0px 0px 0px; padding:7px 20px 0px 20px; 
		display:block; 
		font-family:verdana; font-size:8px; font-style:italic; font-weight:bold; 
		color:#464646; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}
	div#path a 
		{ 
		font-family:verdana; font-size:8px; font-style:italic; font-weight:bold; 
		color:#464646; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}
	div#path a:hover 
		{ 
		font-family:verdana; font-size:8px; font-style:italic; font-weight:bold; 
		color:#464646; 
		text-align:left; text-indent:0px; text-decoration:underline; text-transform:none; 
		}

/*MAIN*/
div#main 
	{ 
	width:900px; 
	}
	/*COLUMN LEFT*/
	div#column_left 
		{ 
		width:625px; 
		float:left; 
		}
		/*BOX LEFT*/
		div#box_left 
			{ 
			width:615px; 
			}
		div#box_left h1 
			{ 
			height:35px; 
			margin:0px 0px 0px 0px; padding:7px 20px 0px 20px; 
			display:block; 
			font-family:verdana; font-size:10px; font-style:normal; font-weight:bold; 
			color:#ffffff; 
			text-align:left; text-decoration:none; text-transform:none; 
			}
		/*BOX LEFT WHITE*/
		div#box_left.top_white 
			{ 
			width:615px; height:35px; 
			background-image:url(./main/box_left_top_white.png); background-repeat:no-repeat; background-position:left top; 
			}
		div#box_left.content_white 
			{ 
			width:600px; 
			margin:0px 0px 0px 0px; padding:0px 10px 0px 5px; 
			background-image:url(./main/box_left_content_white.png); background-repeat:repeat-y; background-position:left middle; 
			}
		div#box_left.bottom_white 
			{ 
			width:615px; height:20px; 
			background-image:url(./main/box_left_bottom_white.png); background-repeat:no-repeat; background-position:left bottom; 
			}
		/*BOX LEFT BLACK*/
		div#box_left.top_black 
			{ 
			width:615px; height:35px; 
			background-image:url(./main/box_left_top_black.png); background-repeat:no-repeat; background-position:left top; 
			}
		div#box_left.content_black 
			{ 
			width:600px; 
			margin:0px 0px 0px 0px; padding:0px 10px 0px 5px; 
			background-image:url(./main/box_left_content_black.png); background-repeat:repeat-y; background-position:left top; 
			}
		div#box_left.bottom_black 
			{ 
			width:615px; height:20px; 
			background-image:url(./main/box_left_bottom_black.png); background-repeat:no-repeat; background-position:left bottom; 
			}
		/*BOX LEFT BLACK TRANSPARENT*/
		div#box_left.top_black_transparent 
			{ 
			width:615px; height:35px; 
			background-image:url(./main/box_left_top_black_transparent.png); background-repeat:no-repeat; background-position:left top; 
			}
		div#box_left.content_black_transparent 
			{ 
			width:600px; 
			margin:0px 0px 0px 0px; padding:0px 10px 0px 5px; 
			background-image:url(./main/box_left_content_black_transparent.png); background-repeat:repeat-y; background-position:left top; 
			}
		div#box_left.bottom_black_transparent 
			{ 
			width:615px; height:20px; 
			background-image:url(./main/box_left_bottom_black_transparent.png); background-repeat:no-repeat; background-position:left bottom; 
			}
	/*COLUMN RIGHT*/
	div#column_right 
		{ 
		width:275px; 
		float:right; 
		}
		/*BOX RIGHT*/
		div#box_right 
			{ 
			width:275px; 
			}
		div#box_right h1 
			{ 
			height:35px; 
			margin:0px 0px 0px 0px; padding:7px 20px 0px 20px; 
			display:block; 
			font-family:verdana; font-size:10px; font-style:normal; font-weight:bold; 
			color:#ffffff; 
			text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
			}
		/*BOX RIGHT WHITE*/
		div#box_right.top_white 
			{ 
			width:275px; height:35px; 
			background-image:url(./main/box_right_top_white.png); background-repeat:no-repeat; background-position:left top; 
			}
		div#box_right.content_white 
			{ 
			width:260px; 
			margin:0px 0px 0px 0px; padding:0px 10px 0px 5px; 
			background-image:url(./main/box_right_content_white.png); background-repeat:repeat-y; background-position:left middle; 
			}
		div#box_right.bottom_white 
			{ 
			width:275px; height:20px; 
			background-image:url(./main/box_right_bottom_white.png); background-repeat:no-repeat; background-position:left bottom; 
			}
		/*BOX RIGHT BLACK*/
		div#box_right.top_black 
			{ 
			width:275px; height:35px; 
			background-image:url(./main/box_right_top_black.png); background-repeat:no-repeat; background-position:left top; 
			}
		div#box_right.content_black 
			{ 
			width:260px; 
			margin:0px 0px 0px 0px; padding:0px 10px 0px 5px; 
			background-image:url(./main/box_right_content_black.png); background-repeat:repeat-y; background-position:left middle; 
			}
		div#box_right.bottom_black 
			{ 
			width:275px; height:20px; 
			background-image:url(./main/box_right_bottom_black.png); background-repeat:no-repeat; background-position:left bottom; 
			}
		/*BOX RIGHT BLACK TRANSPARENT*/
		div#box_right.top_black_transparent 
			{ 
			width:275px; height:35px; 
			background-image:url(./main/box_right_top_black_transparent.png); background-repeat:no-repeat; background-position:left top;
			}
		div#box_right.content_black_transparent 
			{ 
			width:260px; 
			margin:0px 0px 0px 0px; padding:0px 10px 0px 5px; 
			background-image:url(./main/box_right_content_black_transparent.png); background-repeat:repeat-y; background-position:left middle; 
			}
		div#box_right.bottom_black_transparent 
			{ 
			width:275px; height:20px; 
			background-image:url(./main/box_right_bottom_black_transparent.png); background-repeat:no-repeat; background-position:left bottom; 
			}
		/*BOX RIGHT CORRESPONDANCE COURRIER MCS*/
		div#box_right_correspondance_courrier_mcs
			{ 
			width:260px; 
			text-align:left; 
			}
		div#box_right_correspondance_courrier_mcs span.identite 
			{ 
			height:16px; 
			line-height:16px; 
			margin:0px 14px 0px 14px; padding:0px 0px 0px 0px; 
			display:block; 
			font-family:verdana; font-size:14px; font-style:normal; font-weight:bold; 
			color:#ffffff; 
			text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
			}
		div#box_right_correspondance_courrier_mcs span.adresse_postale 
			{ 
			height:12px; 
			line-height:12px; 
			margin:0px 14px 0px 14px; padding:0px 0px 0px 0px; 
			display:block; 
			font-family:verdana; font-size:10px; font-style:normal; font-weight:normal; 
			color:#ffffff; 
			text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
			}
		/*BOX RIGHT OUVERTURES CIRCUITS*/
		div#box_right_ouvertures_circuits 
			{ 
			width:260px; 
			text-align:left; 
			}
		div#box_right_ouvertures_circuits span.ferme 
			{ 
			height:20px; 
			line-height:20px; 
			margin:0px 14px 0px 14px; padding:0px 0px 0px 0px; 
			display:block; 
			background-image:url(./main/box_right_ouvertures_circuits/background_ferme.png); background-repeat:no-repeat; background-position:left top; 
			border-top: 1px solid #adadad; 
			font-family:verdana; font-size:10px; font-style:normal; font-weight:normal; 
			color:#ffffff; 
			text-align:left; text-indent:5px; text-decoration:none; text-transform:none; 
			}
		div#box_right_ouvertures_circuits span.reserve 
			{ 
			height:20px; 
			line-height:20px; 
			margin:0px 14px 0px 14px; padding:0px 0px 0px 0px; 
			display:block; 
			background-image:url(./main/box_right_ouvertures_circuits/background_reserve.png); background-repeat:no-repeat; background-position:left top; 
			border-top: 1px solid #adadad; 
			font-family:verdana; font-size:10px; font-style:normal; font-weight:normal; 
			color:#ffffff; 
			text-align:left; text-indent:5px; text-decoration:none; text-transform:none; 
			}
		div#box_right_ouvertures_circuits span.ouvert 
			{ 
			height:20px; 
			line-height:20px; 
			margin:0px 14px 0px 14px; padding:0px 0px 0px 0px; 
			display:block; 
			background-image:url(./main/box_right_ouvertures_circuits/background_ouvert.png); background-repeat:no-repeat; background-position:left top; 
			border-top: 1px solid #adadad; 
			font-family:verdana; font-size:10px; font-style:normal; font-weight:normal; 
			color:#ffffff; 
			text-align:left; text-indent:5px; text-decoration:none; text-transform:none; 
			}
		/*BOX RIGHT METEO CIRCUITS*/
		div#box_right_meteo_circuits 
			{ 
			width:260px; 
			text-align:center; 
			}
		div#box_right_meteo_circuits a 
		{ 
		margin:20px 0px 20px 0px; padding:0px 0px 0px 0px; 
		font-family:trebuchet ms; font-size:16px; font-style:normal; font-weight:bold; 
		color:#ffffff; 
		text-align:center; text-indent:0px; text-decoration:none; text-transform:none; 
		}
		div#box_right_meteo_circuits a:hover 
		{ 
		margin:20px 0px 20px 0px; padding:0px 0px 0px 0px; 
		font-family:trebuchet ms; font-size:16px; font-style:normal; font-weight:bold; 
		color:#ffffff; 
		text-align:center; text-indent:0px; text-decoration:underline; text-transform:none; 
		}

/*FOOTER*/
div#footer 
	{ 
	width:615px; 
	float:left; 
	}
	/*COPYRIGHT*/
	div#copyright 
		{ 
		margin:0px 0px 0px 0px; padding:1px 0px 0px 10px; 
		font-family:verdana; font-size:8px; font-weight:normal; font-style:normal; 
		color:#000000; 
		text-align:left; text-indent:0px; text-decoration:none; text-transform:none; 
		}