@font-face {
font-family: Days;
src: url("../Fonts/Days.otf") format("opentype");
}


body{
	background-color:#EDEDED;
}

.Main{
	width:900px;
	border:solid 2px #666666;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;

	-moz-box-shadow: 1px 1px 13px #999;  
	-webkit-box-shadow: 1px 1px 13px #999;  
	box-shadow: 1px 1px 13px #999; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px; 
}

	/* Titre principal */
	.Title{
		font-family:Days;
		background: #333 url(../Images/alert-overlay.png) repeat-x;
		background: -moz-radial-linear(#003399, #FFF);
		border-bottom:solid 1px #FFF;

		color:#FFF;
		font-size:50px;
		
		padding:5px;
		padding-left:10px;

		-moz-border-radius: 12px 12px 0px 0px; 
		-webkit-border-radius: 12px 12px 0px 0px;
		border-radius: 12px 12px 0px 0px;

		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	}

		.Title img{
			margin-bottom:-20px;
		}

	/* SousTitre principal */
	.Subtitle{
		font-family:Days;
		background-color:#6CBC37;
		color:#FFF;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

		padding:3px;
		padding-left:10px;
		background: #6CBC37 url(../Images/alert-overlay.png) repeat-x;
	}

	/* Menu Horizontal */
	.Menu_Horizontal{
		background:url("../Images/alert-overlay.png") repeat-x scroll 0 0 #CCCCCC;
		overflow:auto;
		font-family:Days;
		font-size:12px;
		border-bottom:1px solid #AAAAAA;
	}

		.Button_UnSelected{
			float:left;
			padding:2px 5px;
		}

			.Button_UnSelected a{
				color:#555555;
				display:block;
				padding:6px;
				text-decoration:none;
			}

			.Button_UnSelected a:hover{
				color:#FFF;
				display:block;
				padding:5px;
				background:url("../Images/alert-overlay.png") repeat-x scroll 0 0 #6CBC37;
				border:1px solid #FFF;
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border-radius: 5px; 
			}

		.Button_Selected{
			float:left;
			padding:2px 5px;
		}

			.Button_Selected a{
				background:url("../Images/alert-overlay.png") repeat-x scroll 0 0 #EEE;
				border:1px solid #BBB;
				color:#555555;
				display:block;
				padding:5px;
				text-decoration:none;

				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border-radius: 5px; 
			}

	/* Page */
	.Content{
		overflow:auto;
		background-color:#FFF;
	}

		h1{
		}

		h2{
		}

		h3{
			border-bottom:1px solid #666666;
			color:#666666;
			margin-top:0;
			font-size:12px;
		}

	.Left_Col{
		float:left;
		width:450px;
	}

		.Edito{
			background-color:#EDEDED;
			border:1px solid #CCCCCC;
			float:left;
			font-size:12px;
			margin:10px;
			padding:10px;
			width:400px;
			text-align:justify;

			-moz-border-radius: 12px; 
			-webkit-border-radius: 12px;
			border-radius: 12px;
		}
	
	.Right_Col{
		float:left;
		width:450px;
	}
		.Main_Bouton{
			background:#333333 url(../Images/alert-overlay.png) repeat-x;
			border:2px solid #CCCCCC;
			margin:10px;
			padding:10px;
			text-align:center;

			cursor:pointer;

			-moz-border-radius: 12px; 
			-webkit-border-radius: 12px;
			border-radius: 12px;

			-moz-box-shadow: 3px 3px 5px #666;  
			-webkit-box-shadow: 3px 3px 5px #666;  
			box-shadow: 3px 3px 5px #666; 
		}

		.Main_Bouton:hover{
			background-color:#6CBC37;
		}

			.Main_Bouton a{
				font-family:Days;
				color:#FFFFFF;
				font-size:20px;
				font-weight:bold;
				text-transform:uppercase;
			}
		.Searcher{
			margin:10px;
		}

		.Form_Row{
			font-size:12px;
			overflow:auto;
		}
			.Form_Row span{
				float:left;
				width:200px;
			}
			.Form_Row select{
				width:200px;
			}
			.Form_Row input{
				margin-left:15px;
				width:380px;
			}

			.button{
				float:right;
				margin:10px;
				margin-right:30px;
			}

		.Change{
			margin:10px;
		}
			.Change_Row{
				border-bottom:1px dotted #666666;
				font-size:12px;
				overflow:auto;
			}

				.Change_Col1{
					background-color:#6CBC37;
					color:#FFFFFF;
					float:left;
					padding:2px;
					width:130px;
				}

				.Change_Col1 a{
					color:#FFF;
				}

				.Change_Col2{
					float:left;
					text-align:center;
					width:200px;
				}
				.Change_Col3{

				}

		.nav {
			color:black;
			overflow:auto;
			padding-bottom:5px;
			padding-left:18px;
			text-align:center;
		}

		.nav a{
			border:1px solid;
			display:block;
			float:left;
			margin:3px;
			padding:2px;
			text-align:center;
			width:20px;

			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			border-radius: 5px; 
		}

		.nav a:hover {
			color:#EDEDED;
			background-color:#6CBC37;
			
		}

		.Nav_Selected{
			color:#EDEDED;
			background:url("../Images/alert-overlay.png") repeat-x scroll 0 0 #000;
			font-weight:bold;

		}

		.Nav_UnSelected{
			background-color:#EDEDED;
			color:#6CBC37; 
		}

	/* Liens */
	.Links {
	font-size:80%;
	}
	.Links a:link {
	color:black;
	text-decoration:none;
	}
	.Links a:visited {
	color:black;
	text-decoration:none;
	}
	.Links a:hover {
	color:green;
	text-decoration:none;
	}

	/* Barre du bas */
	.Footer{
		height:60px;
		border-top:#DDD solid 1px;
	}

	.Footer a {
	color:black;
	text-decoration:none;
	}

		/* RenZO */

		#footer {
			float:left;
			font-size:70%;
			margin-top:4px;
			overflow:none;
			padding-left:10px;
		}

		#footer2 {
			float:right;
			font-size:70%;
			margin-top:7px;
			overflow:none;
			padding-right:10px;
			text-align:center;
		}

			#footer2 img{
				border:none;
			}


		#nbfiches {
			font-size: 90%;
			margin-top:0px;
			margin-bottom:0px;
			margin-left:22px;
			float:left;
		}

		#choixnb {
			font-size: 90%;
			margin-top:0px;
			margin-bottom:2px;
			margin-right:22px;
			float:right;
		}

		.submit {
			background-color:#E4E4E4;
			margin-top:2px;
			margin-bottom:2px;
		}

		.ContentOther p {
			background-color:#FFF;
			margin:15px;
			padding:10px;
		}

