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

body {
	margin:0px auto;
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:black;
	color:#333333;
	width:1010px;
	}

img{border:none;}

h1 {color:#e3a940;font-size:1.4em;font-weight:bold;  margin:0px;}
h2 {color:#005690;font-size:1em;font-weight:bold; margin:10px 0px; font-variant:small-caps;}
h5 {font-weight:bold; font-size:13px;}

/* LIST ************************************************************************ */

.puces_jpl{ list-style:disc;color:#e3a940; list-style-position:inside;}
.liste_jpl{ list-style-image: url(images/puce_orange.gif);  text-align:justify; line-height:16px; margin-bottom:12px;}

.list_ABC{
	list-style-type:upper-alpha;
}

.list_abc{
	list-style-type:lower-alpha;
}

.list_back{
	list-style-position:outside;
	margin-left:-25px;
}

.list_tiret{
	list-style-type:circle;
}

.list_no_style_type{
	list-style-type:none;
}

ul{
	margin-top:10px;
}

/* MISC ************************************************************************ */

.blueBold{
	color:#005690;font-size:.0.8em;font-weight:bold;
}
/* Hide the print image */
.print_image_hidden{
	display:none;
}

.new_bulletin{
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
	margin-left:5px;
}

.invalidField{
	background:#C24B4B;
	color:#FFFFFF;
}

.redStar{
	color:#C24B4B;
}


/* LINK ************************************************************************ */

a:link, a:active{color:#0066cc;text-decoration:none;}
a:visited {color:#666666;text-decoration:none;}
a:hover {color:#0783fe;text-decoration:underline;}

a:hover img{
	text-decoration:none;
}

/* 1************************ MAIN CONTENER ************************************** */

.div_container_autres {
	background-color:white;
	background-image:url(images/bg_bulletin.gif);
	background-repeat:repeat-y;
	position:absolute;
	display:block;
	z-index:0;
	width:1010px;
	left:-505px;
	margin-left:50%;
	height:auto;
}
	
.div_container_sans_ligne{

	background-color:white;
	position:absolute;
	display:block;
	z-index:0;
	width:1010px;
	left:-505px;
	margin-left:50%;
	height:auto;
}

/* 2************************ DIV ENTETES *********************** */

.div_entete_autres {
	height:264px;
	background-image:url(images/entete_chronique.jpg);
	background-repeat:no-repeat;
	width:994px;
	margin:0px;
	padding:8px;

	}

.div_entete_chronique {
	height:264px;
	background-image:url(images/entete_chronique.jpg);
	background-repeat:no-repeat;
	width:994px;
	margin:0px;
	padding:8px;

	}

/* 3****** JEAN-PIERRE et NATHALIE ************ */

.jpnath{
	width:140px;
	padding-left:4px;
	color:white;
	font-weight:bold;
	font-size:0.8em;
	}
	
.colorGold{
	color:#e4ab45;
	margin:30px 0px 0px 0px;
	}


/* 3******************* LOGO JPL *************** */

.logo_jpl{
	display:block;
	position:absolute;
	width:145px;
	top:114px;
	margin-left:820px;
	left: 57px;
}


/* 2**************** DIV CONTENU BULLETIN GAUCHE ****************** */

.contenu_bulletin_gauche{
	width:600px;
	padding:0px 15px;
	float:left;
	}
	
/* 3*************** DIV BULLETIN TITRE*********** */

.bulletin_titre {
	float:left;
	width:540px;
	padding:0px;
	margin:0px 0px 10px 0px;
	height:110px;
	vertical-align:top;
	text-align:left;
	}


/* 3************** DIV CHRONIQUE TITRE*********** */

.chroniqueContainer{
	text-align:left;
}

/* 3************ DIV CHRONIQUE FOOTER *********** */

.chroniqueFooter{
	height:140px;
	text-align:right;
	clear:left;
	margin-top:40px;

}

/* 3************ DIV FOOTER BUTTONS ************ */

.print_sendFooter{
	width:100%;
	text-align:center;
	float:left;
	width:50%;
	height:80px;
	margin:25px 0px;
}


/* 2**************** DIV CONTENU BULLETIN DROITE ****************** */


.contenu_bulletin_droite {
	width:350px;
	float:left;
	padding:0px 15px 15px 15px;
	text-align:left;
	}



/* 2**************** DIV FOOTER ****************** */


.copyright {
	clear:left;
	width:960px;
	text-align:center;
	font-size:0.8em;
	color:white;
	font-weight:bold;
	padding:25px;
	background-color:#000;
}


/* 3*** Copyright site_map and image *** */

.copyright_black_img{
	width:170px;
	float:left;
	margin-right:-110px;
}

.copyright_white_img{
	width:auto;
	float:left;
	display:none;
}

/*   *******************Buletin_envoi mail*************************   */

#divTitle{
	text-align:center;
	padding:40px 0px;
}

#divFormRight{
	width:400px;
	float:left;
	padding:0px 25px;
	margin-left:75px;
}

#divFormLeft{
	width:400px;
	float:left;
	margin-left:75px;
}

#divBottomButton{
	width:100px;
	position:relative;
	top:0px;
	left:470px;
	clear:left;
	padding:20px 0px;
}

.divBottomInfo{
	
	padding:0px 0px 20px 60px;

}

#divBottomMessage{
	color:#FF0000;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

#divBottomMessage a:visited{
	color:#0066cc;
	text-decoration:underline;
}