/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
BODY {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	position: absolute;
}






/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 10px;
    padding: 2px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #5EB6DD;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #C0C0C0;
	margin: 5px;
}

h2 {
    font: 16px verdana;
	color: #C0C0C0;
	font-weight: bold;
	margin: 5px;
}

h3 {
    font: 18px verdana;
	font-weight: bold;
	color: #5EB6DD;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #C0C0C0;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #646464;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: auto;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
	color: #5EB6DD;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
	height:120;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #853894;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}
.lienfooter a:link {
	text-decoration: none;
	color: #5EB6DD;
}
.lienfooter a:visited {
	text-decoration: none;
	color: #5EB6DD;
}
.lienfooter a:hover {
	text-decoration: none;
	color: #5EB6DD;
}
.lienfooter a:active {
	text-decoration: none;
	color: #5EB6DD;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	height:250px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #5EB6DD;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
	height:250px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #5EB6DD;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	height:250px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #5EB6DD;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #5EB6DD;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#F4F4F4;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft9.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright9.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;

}


.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#FFFFFF;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
	height:130px;
	
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:0px verdana,arial,sans-serif;
	color:#FFFFFF;
	
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}



/* End of CSS Tabs */


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 685px; 
	height: auto;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:665px;
		height:auto;
		overflow: hidden; 
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
	#pays a:active{
		color:#5EB6DD;
	}
	#pays a:link {
	COLOR: #5EB6DD;
}
	#pays a:hover{
		color:#5EB6DD;
	}
	#pays a:visited{
	COLOR: #5EB6DD;
}

	div#Paris {
		background:#666666;
		color:#646464;
		}

div#Rome {
		background:#FFFFFF;
		color:#646464;
		}
div#Italie {
		background:#666666;
		color:#646464;
		}
div#Croatie {
		background:#666666;
		color:#646464;
		}
div#Ireland {
		background:#666666;
		color:#646464;
		}
div#Budapest {
		background:#666666;
		color:#646464;
		}
div#Londres {
		background:#FFFFFF;
		color:#646464;
		}
div#Russie {
		background:#666666;
		color:#646464;
		}
		
div#Europe {
		background-image: url(images/front/Europe.jpg);
		color:#ffffff;
		}
div#AmeriqueS {
		background-image: url(images/front/AmeriqueS.jpg);
		color:#ffffff;
		}		
div#AmeriqueN {
		background-image: url(images/front/AmeriqueN.jpg);
		color:#ffffff;
		}
div#Asie {
		background-image: url(images/front/Asie.jpg);
		color:#ffffff;
		}
div#Afrique {
		background-image: url(images/front/Afrique.jpg);
		color:#ffffff;
		}
div#Oceanie {
		background-image: url(images/front/Oceanie.jpg);
		color:#ffffff;
		}
		
.suite {
    width: auto;
    color: #5EB6DD;
    padding: 5px 0px 5px 3px;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
	
	
	
}

.suite input {
    border: 3px solid #DDD;
    font-family: verdana;
    font-size: 20px;
    color: #BBB;
    font-weight: bold;
}

div#Bulgarie {
		background:#FFFFFF;
		color:#646464;
		}
div#Las-Vegas {
		background:#FFFFFF;
		color:#646464;
		}
div#New-York {
		background:#FFFFFF;
		color:#646464;
		}
div#Grece {
		background:#FFFFFF;
		color:#646464;
		}
div#Pays-Bas {
		background:#FFFFFF;
		color:#646464;
		}
div#Norvege {
		background:#FFFFFF;
		color:#646464;
		}
div#Thailande {
		background:#FFFFFF;
		color:#646464;
		}
div#Argentine {
		background:#FFFFFF;
		color:#646464;
		}
div#Bresil {
		background:#FFFFFF;
		color:#646464;
		}
div#Chili {
		background:#FFFFFF;
		color:#646464;
		}
div#Cuba {
		background:#FFFFFF;
		color:#646464;
		}
div#Equateur {
		background:#FFFFFF;
		color:#646464;
		}
div#Mexique {
		background:#FFFFFF;
		color:#646464;
		}
div#Perou {
		background:#FFFFFF;
		color:#646464;
		}
div#Australie {
		background:#FFFFFF;
		color:#646464;
		}
div#Egypte {
		background:#FFFFFF;
		color:#646464;
		}
div#Tunisie {
		background:#FFFFFF;
		color:#646464;
		}
div#Maroc {
		background:#FFFFFF;
		color:#646464;
		}
div#Senegal {
		background:#FFFFFF;
		color:#646464;
		}		
div#Kenya {
		background:#FFFFFF;
		color:#646464;
		}		
div#Japon {
		background:#FFFFFF;
		color:#646464;
		}	
div#Nouvelle-Zelande {
		background:#FFFFFF;
		color:#646464;
		}	
div#Polynesie {
		background:#FFFFFF;
		color:#646464;
		}	
div#Alaska {
		background:#FFFFFF;
		color:#646464;
		}	
div#Angleterre {
		background:#FFFFFF;
		color:#646464;
		}	
div#Islande {
		background:#FFFFFF;
		color:#646464;
		}					
div#Canada {
		background:#FFFFFF;
		color:#646464;
		}	
div#Espagne {
		background:#FFFFFF;
		color:#646464;
		}		
div#Hawai {
		background:#FFFFFF;
		color:#646464;
		}		
div#Irlande {
		background:#FFFFFF;
		color:#646464;
		}		
div#Italie {
		background:#FFFFFF;
		color:#646464;
		}		
div#Miami {
		background:#FFFFFF;
		color:#646464;
		}
div#Republique-dom {
		background:#FFFFFF;
		color:#646464;
		}
#bouton a { /* aspect du lien dans le site */
	background:url(images/boutonmonde1.jpg);
text-decoration:none;
color:#ffffff;
width:174px;
height:43px;
min-height:43px;
min-width:174px;
padding: 15px;	
padding-left: 47px;
padding-right: 46px;
margin-left: 70%;

}
	
#bouton a:hover { /* image du lien survolé */
       background:url(images/boutonmonde2.jpg);
color:#3366FF;
text-decoration:none;
width:174px;
height:43px;
min-height:43px;
min-width:174px;
	padding: 15px;
padding-left: 46px;
padding-right:47px;
margin-left: 70%;
	}


#boutonbas a { /* aspect du lien dans le site */
	background:url(images/bouton1.jpg);
text-decoration:none;
color:#ffffff;
width:115px;
height:25px;
padding: 6px;
	

}
	
#boutonbas a:hover { /* image du lien survolé */
       background:url(images/bouton2.jpg);
text-decoration:none;
color:#3366FF;
width:115px;
height:25px;
	padding: 6px;

	}

#boutonpays a { /* aspect du lien dans le site */
	background:url(images/bouton1.jpg);
text-decoration:none;
color:#ffffff;
width:115px;
height:25px;
padding: 6px;
margin-left: 60%;
	

}
	
#boutonpays a:hover { /* image du lien survolé */
       background:url(images/bouton2.jpg);
text-decoration:none;
color:#3366FF;
width:115px;
height:25px;
padding: 6px;
margin-left: 60%;

	}


#newsContainer3
{
    width:auto;
    background-color: #E0E0E0;
}

.pack1
{
	width: 341px;
	height:670px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 20px;
    color: #646464;
	float: left;
}
.pack2
{
	width: 341px;
	height:670px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 20px;
    color: #646464;
	float: left;
}

.noteheader2
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #646464;
    height: 214px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}
