/*@charset "UTF-8";*/
/* CSS Document */

@font-face
{
	font-family: 'Rockwell Regular', 'Rockwell';
	font-style: normal;
	font-weight: normal;
	src: url('Rockwell Regular.ttf'),
		 url('Rockwell_regular.eot.eot'); /* IE9 */
}
@font-face
{
	font-family: 'Rockwell Bold';
	font-style: normal;
	font-weight:bold;
	src: url('Rockwell Bold.ttf'),
		 url('Rockwell_regular.eot.eot'); /* IE9 */	
}
@font-face
{
	font-family: 'Rockwell Italic';
	font-style: italic;
	font-weight:normal;
	src: url('Rockwell Italic.ttf'),
		 url('Rockwell_regular.eot.eot'); /* IE9 */		
}
@font-face
{
	font-family: 'Rockwell Bold Italic';
	font-style: italic;
	font-weight:bold;
	src: url('Rockwell Bold Italic.ttf'),
		 url('Rockwell_regular.eot.eot'); /* IE9 */		
}


*{margin:0px;}

body {font-family:Verdana; background-color:#EEEEEE;font-family:Rockwell;line-height: 25px;}
body a:link, a:visited {text-decoration:none;color:#000;}

#top_bar {position:fixed;top:0px;float:left;width:100%;z-index:9999;}
#top_idbar {margin-left: auto; margin-right: auto; width:800px;height:30px;background-color:#007EFB;border-bottom:solid 1px #333;font-family:Rockwell;font-size:14px;color:#FFF;line-height:30px;}
#top_idbar img {margin-left:50px;}
#top_idbar img, #top_idbar span, #top_idbar a {float:left;color:inherit;}

#page{width:800px;margin-top: 31px; margin-bottom: 0px;margin-left: auto;margin-right: auto;z-index:0 !important;}

#header{
	float:left;
	width:100%;
	height:90px;
	background-image: linear-gradient(bottom, rgb(0,101,202) 14%, rgb(0,126,251) 86%);
	background-image: -o-linear-gradient(bottom, rgb(0,101,202) 14%, rgb(0,126,251) 86%);
	background-image: -moz-linear-gradient(bottom, rgb(0,101,202) 14%, rgb(0,126,251) 86%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,101,202) 14%, rgb(0,126,251) 86%);
	background-image: -ms-linear-gradient(bottom, rgb(0,101,202) 14%, rgb(0,126,251) 86%);			
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(0,101,202)),
		color-stop(0.86, rgb(0,126,251))
	);	
	font-family:Rockwell;
	border-top:solid 1px #FFF;
}
#header img {width:66px;position:relative;top:15px;left:58px;}
#header img, span {float:left;}

#header .hddomname{
	position:relative;
	top:0px;
	left:58px;
	width:auto;
	height:70px;
	font-family:Rockwell;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;	
	line-height:112px;	
	text-shadow:3px 3px 2px #0F4DB8;
	margin-left:auto;
	padding-left:90px;
	border-bottom:solid 1px #FFF;
	margin-right:auto;		
}
#header .hddomsubtitle{
	position:relative;
	top:70px;
	left:58px;
	width:auto;
	font-family:Rockwell;
	font-size:14px;
	color:#FFFFFF;
}


#adaptationwarning{
	float:left;
	width:100%;
	height:12px;
	font-family:Rockwell;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

#footer{
	float:left;
	width:100%;
	height:30px;
	background-color:#0066CA;
	font-family:Rockwell;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:0px;
	line-height:30px;
}

#footer a {text-decoration:none;color:#FFF;}
/*#footer span {float:left;position:relative;margin-left:20px;font-weight:bold;}*/ /* ne marche pas si on applique cela juste pour l'intitulé 'leonce.org' ???!!! */


#mainContainer{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}

#mainContent{
	float:left;
	width:740px;
	background-color:#FFF;
	/*min-height:500px;*/
	display:inline-block;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	box-shadow: 2px 2px 1px #aaa;
	-moz-box-shadow: 2px 2px 1px #aaa;
	-webkit-box-shadow: 2px 2px 1px #aaa;
	padding:30px;
	text-align:justify;	
	font-size:14px;
}

#mainContent .black_btn{
	border:0px;
	padding:6px 25px;
	background-image: linear-gradient(bottom, rgb(5,5,5) 0%, rgb(89,88,89) 90%);
	background-image: -o-linear-gradient(bottom, rgb(5,5,5) 0%, rgb(89,88,89) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(5,5,5) 0%, rgb(89,88,89) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(5,5,5) 0%, rgb(89,88,89) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(5,5,5) 0%, rgb(89,88,89) 90%);			
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(5,5,5)),
		color-stop(0.9, rgb(89,88,89))
	);
	
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
		
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-shadow:0px 1px 3px #595859;
	box-shadow:2px 2px 1px #AAA;
}

#mainContent .black_btn:hover{
	box-shadow:0px 0px 0px #595859;
}



.contentTitle{
	font-size:20px;
	font-weight:bold;
}

#navbar{
	float:left;
	width:100%;
	height:30px;
	background-image: linear-gradient(bottom, rgb(204,204,204) 0%, rgb(245,245,245) 81%);
	background-image: -o-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(245,245,245) 81%);
	background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(245,245,245) 81%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(245,245,245) 81%);
	background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(245,245,245) 81%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(204,204,204)),
	color-stop(0.81, rgb(245,245,245))
	);			
	/* OLD version
		background-image: linear-gradient(bottom, rgb(82,82,82) 0%, rgb(127,128,130) 38%, rgb(191,191,191) 99%);
		background-image: -o-linear-gradient(bottom, rgb(82,82,82) 0%, rgb(127,128,130) 38%, rgb(191,191,191) 99%);
		background-image: -moz-linear-gradient(bottom, rgb(82,82,82) 0%, rgb(127,128,130) 38%, rgb(191,191,191) 99%);
		background-image: -webkit-linear-gradient(bottom, rgb(82,82,82) 0%, rgb(127,128,130) 38%, rgb(191,191,191) 99%);
		background-image: -ms-linear-gradient(bottom, rgb(82,82,82) 0%, rgb(127,128,130) 38%, rgb(191,191,191) 99%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(82,82,82)),
			color-stop(0.38, rgb(127,128,130)),
			color-stop(0.99, rgb(191,191,191))
		);			
	*/			
	color:#000000;			
}	
	
#navbar ul{
	margin-left:18px;
	list-style-type:none;
}

#navbar ul>li{
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-family:Rockwell;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	text-shadow:0px 1px 3px #000 !important;
	text-align:center;
	line-height:30px;
	border-left:solid 1px #EEEEEE;
	border-right:solid 0px #EEEEEE;
}

#navbar ul>li:hover{
	background-image: linear-gradient(bottom, rgb(176,176,176) 14%, rgb(237,237,237) 86%);
	background-image: -o-linear-gradient(bottom, rgb(176,176,176) 14%, rgb(237,237,237) 86%);
	background-image: -moz-linear-gradient(bottom, rgb(176,176,176) 14%, rgb(237,237,237) 86%);
	background-image: -webkit-linear-gradient(bottom, rgb(176,176,176) 14%, rgb(237,237,237) 86%);
	background-image: -ms-linear-gradient(bottom, rgb(176,176,176) 14%, rgb(237,237,237) 86%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(176,176,176)),
		color-stop(0.86, rgb(237,237,237))
	);
}
				
#navbar ul>li:last-child{border-right:solid 1px #EEEEEE;}

#navbar ul>li>a{text-decoration:none; color:#FFF;}

/* Références: BEGIN */

.appsreferences{
	float:left;
	width:740px;
}

#appwebboutique div{
	display:inline-block;
	margin-right:10px;
	text-align:center;
	}

#appwebboutique img{
	margin-right:auto;
	margin-left:auto;
	box-shadow:2px 2px 3px #CCC;
	-moz-box-shadow:2px 2px 3px #CCC;
	-o-box-shadow:2px 2px 3px #CCC;
	-webkit-box-shadow:2px 2px 3px #CCC;	
}

/* Références: END */

/* Formulaire CONTACT : BEGIN */
	
.input_field{
		float:left;
		width:380px;
}

.input_field2{
		float:left;
		width:380px;
}

textarea{
	position::relative;
	float:left;
	width:380px;
	height:150px;
}

#errorMsg {width: 100%; color:red; font-weight:bold;margin-top:230px;display:table-cell;}
#obligatoire{margin-top:230px;display:table-cell;} 

/* Formulaire CONTACT : END */


/* Mail CONTACT : BEGIN */

#ctmailheader{position:absolute; top:0;left:0;width:100%;height:90px;background-image:url(http://b.leonce.free.fr/Images/bg_ct_mail_header.png);}

/* Mail CONTACT : BEGIN */


/* REFERENCES: BEGIN */

/* GALERIES: BEGIN */
.galref{
	float:left;
	width:780px;
	-webkit-transform:scale(0.5);
	position:relative;
}

/*
#galref1{top:-100px;left:-200px;}
#galref2{top:-200px;left:-200px;}
#galref3{top:-300px;left:-200px;}
*/

//#galref1 #galcontent ul li img:hover{-webkit-transform:scale(10.0);}

/* GALERIES: END */

/* REFERENCES: END */

/* CONTACT: BEGIN */
#mainContent.contact {min-height:650px;}
#mainContent.ctpost {height:200px;}
/* CONTACT: END */