/* CSS Document */
/*================================================ html ===================================================*/
* {
	margin: 0px; padding: 0px;
}

body {
	background-color: #003162;
	font-family: Calibri, Segoe UI, Trebuchet MS;
	/*font-size: 1.1em;*/
	/*background-color: #DFCBA8;*/
	/*background: url(http://www.americantoursfestival.com/img/bkg_body.jpg) repeat-x;*/
	/*background-attachment:fixed;*/
	/*color: #F5E7B4;*/
}

h1 {
	font-family: Arial Black;
	font-size: 26pt;
	font-weight: bold;
	color: #002142;
	text-align:center;
	padding: 20px 0 0 0;
	text-shadow:8px 8px 5px white;

}

h2 {
	font-size: 27pt;
	font-weight: bold;
	color: #000;
	text-align:left;
	padding: 5px 10px 0 0;
}

h3  {
	font-size: 20pt;
	font-weight: bold;
	color: #003D79;
}

h5  {
	font-size: 20pt;
	font-weight: bold;
	color: #3399FF;
}

#pratique h5  {
	font-size: 15pt;
}


h4  {
	font-size: 1em;
	font-weight: bold;
	color: #003D79;
	margin: 0 0 0 0px;
}

p  {
	text-align: justify;
	font-size: 1em;
	/*font-weight: bold;*/
	color: #000;
	padding: 0 10px 10px 0;
}

hr{
	color: #6D7072; 
	width:780px; 
	float:left;
	border: 1px dashed #5E2F00;
	margin: 10px 0 10px 0 ;
}

.titre_hp {
	color: #003D79;
	font-weight:bold;
	font-size:125%;
}

.text_intro  {
	color: #F5E7B4;
	padding: 10px 0 0 0;
	line-height:1.2em;
}

.ombreout {
	border:1px solid #A4D1FF;
	box-shadow:5px 5px 5px #A4D1FF;
	-moz-box-shadow:2px 2px 10px white;
	-webkit-box-shadow:2px 2px 10px white;
}
/*===================================================================================================*/

#rounded {
	background-color: #fff;
	margin: 10px 20px 20px 0;
	border: 1px solid #3399FF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius-bottom:10px;
	behavior:url(http://www.americantoursfestival.com/css/css/border-radius.htc);

}

.rounded {
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius-bottom:10px;
	behavior:url(http://www.americantoursfestival.com/css/css/border-radius.htc);
}

/*===========================================================================================*/

#wrapper{
	width: 1080px;
	background-color: #F1F6FA;
	margin: 10px auto;
	z-index:-5;
}

/*==========================================================================================*/

#header{
	width:1080px;
	height:210px;
	padding: 0;
	background: url(../img/head2.jpg) no-repeat;
}

#slider {
	float:right;
	height:230px;
	width:800px;
	background: url(../img/bkg_slider.png) no-repeat;
	padding: 12px 0 0 9px;
}

#video{
	margin: 0 auto;
	padding: 10px 0 10px 0;
} 

#video img{
	float:left;
	margin: 0 auto;
	padding: 25px 0 0 50px;
}

/********************************************Top Menu************************************/

#top_menu{
	height:40px;
	width:100%;
	background-color: #000;
}

#top_menu ul{
	margin: 0 60px 0 0;
	height:30px;
	float:right;
	background-color: #000;
	padding:10px 0 0 0;
}

#top_menu li{
	display:inline;
	padding:10px 0 0 0;
}

#top_menu a, #top_menu a:visited{
	font-family: Trebuchet MS, Arial, Segoe UI ;
	color: #3399FF;
	font-size:90%;
	text-decoration: none;
	padding: 11px 19px 11px 19px;
	/*border: 1px solid #fff;*/
}

#top_menu a:hover, #top_menu a:active{
	/*background-color:#003D79;*/
	color:#fff;
	padding: 11px 19px 11px 19px;
	/*border-top: 2px solid #fff;*/
}

/********************************************Left Menu************************************/

#left_menu{
	float:left;
	margin: 0 0 0 0;
}

#left_menu ul{
	padding: 30px 0 0 10px;
}

#left_menu li{
	list-style-type: none;
}

#left_menu img{
	border: none;
}
/*============================================CONTENU====================================================*/

#contenu {
	margin:0 0 0 0;
	height:100%;
	width:1080px;
	overflow: hidden;
	position: relative;
	background: url(../img/bkg_content.jpg) no-repeat;
	z-index:0;
}

#cadre_hp{
	float:right;
	margin:0 10px 0 0;
	width:800px;
} 

#cadre_hp a:link, #cadre_hp a:visited { 
	text-decoration: none; outline:none; color:#000; font-size:100%;}


#cadre_hp a:hover, a:active { 
	text-decoration: underline; outline:none; color:#FF0000; font-size:100%;}


#col_left{
	float:left;
	padding: 10px;
	color:#fff;
	background: url(../img/bkg_col.png) repeat;
	width:370px;
	height:350px;
	border: 2px solid #003D79;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(http://www.americantoursfestival.com/css/css/border-radius.htc);
} 

#col_right{
	float:right;
	padding: 10px;
	color:#fff;
	background: #6696AA;
	width:370px;
	height:350px;
	border: 2px solid #003D79;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(http://www.americantoursfestival.com/css/css/border-radius.htc);
} 

#cadre{
	float:right;
	margin: 40px 25px 0 0;
	width:780px;
	border: 0px solid #fff;
} 

#cadre a:link, #cadre a:visited { 
	text-decoration: underline; outline:none; color:#000; font-size:100%;}
#cadre a:hover, a:active { 
	text-decoration: none; outline:none; color:#FF0000; font-size:100%;}


#contenu img {margin:5px 0; border: 5px;  border-color:#000; clear:both; }
#contenu img.droite {float:right; margin:5px 5px 5px 15px; border: 5px solid #000;}
#presse #contenu img.droite {float:right; margin:5px 0 0 15px;}
#contenu img.gauche {float:left; margin: 5px 10px 0 0;}
#contenu #slider {float:right; margin:5px 0 0 15px;}

/*================================================ tablo prix ============================*/

#tablecontent {
	width:100%;
	text-align: center;
	font-weight: bold;
	background-color:#000;
	margin:10px 0 10px 0;
	clear:both;
}

#tablecontent .tr1 {
	background-color:#003D79;
	color:#fff; 
	height:45px;
}

#tablecontent .tr2 {
	background-color:#EEF4F7;
	color:#004488;
	height:40px;
}

/****************************************FOOTER************************************/

#footer{
	width:100%;
	color: #fff;
	font-size:100%;
	margin:10px 0 0 0;
	text-align:center;
	height:300px;
	background-color:#000;
}

#footer ul{
	margin: 15px 20px 0 0;
}

#footer li{
	display:inline;
}

#footer a:link, a:visited, a:hover, a:active { 
	text-decoration: underline; outline:none; color:#3399FF; font-size:100%;}

/*******************************************IMG DIV*******************/

#extraDiv1 {
	position:absolute;
	background: url(http://www.americantoursfestival.com/img/trou1.gif) no-repeat;
	top: 750px;
	left: 370px;
	width: 124px;
	height: 125px;
	z-index:3;
}