/* CSS Document */

body {
	background-color:#004268;
	background-image:url(../images/background_rappel.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	/*color: white;*/
}

.grand {
	font-size:28px;
}
#leform a { 
	color: white;
	
}

a img {
	border:none;
}

img a {
	border:none;
}
#leform {
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	width : 500px;
	height: 400px;
	left : 50%;
	top: 50%;
	margin-left: -250px;
	margin-top:-200px;
	text-align:center;
}

input, select {
	height: 28px;
	width: 200px;
	background-color:#fafafa;
	color:#666666;
	font-size: 20px;	
	padding: 0 3px;
	border: 1px solid white;
}

#boxmsg {
	position:fixed;
	left: 50%;
	top : 120px;
	margin-left: -275px;
	width: 550px;
	background-color:#fafafa;
	border: 1px solid black;
	z-index: 999;
}
#boxmsg a {
	color : white;
}
#graybg {
	cursor:pointer;
	position:fixed;
	left: 0;
	top : 0;
	height:100%;
	width:100%;
	background-color:#000;
	z-index: 998;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;-khtml-opacity:0.8;
}


.success {
	background-color:#009900;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 100%;
	min-height: 15px;
}

.alert, .warning, .warnings {
	background-color:#FF6600;
	color:#FFFFFF;
	font-weight: bold;
	
	width: 97%;
	/*min-height: 15px;*/
	background-image:url(../images/icons/warning.png);
	background-position: left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
}

.errors, .error {
	background-color:red;
	color:#FFFFFF;
	font-weight: bold;

	width: 97%;
	/*min-height: 15px;*/
	background-image:url(../images/icons/alert.png);
	background-position: left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
}


.hideElement {
	display: none;
}
.showElement {
	display: block;
}