/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
	background-color: #000000;
	color: #FFFFFF;
/*	line-height: 1.166;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #FFCC66;
 padding-bottom: 10px;
}

h2{
 font-size: 114%;
 color: #999900;
}

h3{
	font-size: 114%;
	color: #FFCC66;
	padding-bottom: 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

p {
	margin: 0 0 10px 0;
	color: #CC9900;
}

a {font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;}
	
li {
	list-style-type: circle;
	color: #CC9900;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
height: 100px;
background-color: #990000;
}
#conteneur {
	position: absolute;
	width: 100%;
	background-color:#000000;
}
#centre {
	background-color:#000000;
	margin-left: 180px;
	padding: 5px 10px 5px 10px;
}
#gauche {
	/*position: absolute;*/
	float:left;
	left:0;
	width: 180px;
	list-style-type:none;
	list-style-position:inside;
}
#pied {
	clear: both;
/*	height: 10px;*/
	background-color: #990000;
	border: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
ul {
	list-style-type: none;
}

.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
/************** submenu **************/
#menu {
	text-align: left;
	background: #333333;
}
#menu dt {
cursor: pointer;
margin: 2px 0px 0px 10px;;
height: 20px;
line-height: 20px;
font-weight: bold;

}
#menu dd {
/*	border: 1px solid gray;*/
	margin-left: 20px;
}
#menu ul {
}
#menu li {
	list-style-type: none;
	font-size: 70%;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
color:#FF3333;
}

#menu li a:hover, #menu dt a:hover {
color:#CCCCCC;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}

#headlines p{
	padding: 0px 0px 0px 0px;
	font-size: 70%;
}
#headlines a {
	font-weight: bold;
}

/************** calendrier **************/
#cal {
	color: #000000;
	text-align: center;
}

#cal a {
	font-weight: bold;
	color: #0000FF;
	font-size: 110%;
}
.mois {
	color: #FFCC33;
    font-weight: bold;
	font-size:120%;
}

.jour {
	color: #CC9900;
	font-weight:bold;	
}

.suisse {
	background-color: #CCCCCC;
}

.thailand {
	background-color: #FFFF33;
}

.laos {
	background-color: #FF3300;
}

.bali {
	background-color: #CC99CC;
}

.aus {
	background-color: #FF6600;
}

.nz {
	background-color: #00CC66;
}

.nc {
	background-color: #66FFFF;
}

.poly {
	background-color: #3399FF;
}

.paques {
	background-color: #339900;
}

.chili {
	background-color: #66CC66;
}

.equ {
	background-color: #FFCC00;
}

.perou {
	background-color: #CC3366;
}

.boli {
	background-color: #9999FF;
}

.arg {
	background-color: #996600;
}

/************** divers styles **************/

.nom_photo {
	color: #FFCC66;
	font-weight: bold;
}
.pays_video {
	font-size: 114%;
	color: #FFCC66;
	font-weight: bold;
}

.header_form {
	font-size: 150%;
	color: #FFCC66;
	font-weight: bold;
}
.label_form {
	font-size: 114%;
	color: #FFCC66;
	font-weight: bold;
}

.text_form {
	color: #CC9900;
}
