/*
   index.css
--------------------    ecrit par: jarod01 le 19/08/2008
pour le site : http://www.sciencesettechniques.com    

*/








/* tout le corp */
html { 
	margin: 0 0 1px 0; 
	min-height: 100%; 
	width:100%;  
	background: transparent 0 0 repeat-x; 
} 


body{
	margin: 0; 
	min-height: 100%;  
	background:white;
	min-width:1000px;
}

/* l'entete */


#entete a{
	text-decoration:none;
}

#entete img{
	border:none;
}



/*le corps*/

#corps {
	margin-top:0;
	padding-top:0;
	background-color:white;
}

#titre_general {
	text-align:center;
	margin-bottom:40px;
	margin-top:20px;
	font-size:30px;
	font-weight:bold;
}

#titre_secondaire {
	text-align:left;
	margin-left:15px;
	padding-left:5px;
	padding-bottom:3px;
	width:96%;
	font-size:26px;
	font-weight:bold;
	color:#369;
	border-bottom:1px solid #369;
	margin-bottom:30px;
}



/*vmenu */

#vmenu
{
	width:330px;
	float:right;
	margin-right:10px;
}

.infobox
{
	/*background-color: #E8F0F4;*/
	background-color:#f5f8fc;
	border: 2px solid #69c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
	padding: 3px 6px;
}

.infobox .titre_infobox
{
	height: 30px;
	margin: 0;
	padding: 5px 14px;
	color: black;
	border: none;
	font-size:28px;
	font-weight:bold;
}

.row_module_index
{
	background-color: white;
	border: 1px solid #69c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
	padding: 3px 6px;
}


/* partie gauche */
#centre{
	width:auto;
	min-height:99%;
	margin-right:350px;
	margin-left:10px;
	margin-top:20px;
}

#centre ul{
	list-style-position:outside;
}

#centre h1{
	text-align: center;
	margin-top:5px;
	margin-bottom:35px;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: #000000;
}

#div_inscription {
	margin-left:100px;
	margin-bottom:50px;
}

#div_inscription input, option {
	background-color:#f0f0f0;
}

#div_identification {
	margin-top:44px;
	margin-bottom:50px;
	width:350px;
	margin-left:27%;
	border: 2px solid #69c;
}

#div_identif_sup {
	height:40px;
	width:96%;
	background-color:#f5f8fc;
	margin-bottom:30px;
	border-bottom:2px solid #69c;
	padding:2%;
	font-size:20px;
	font-weight:bold;
}

#div_identif_corps {
	margin-bottom:30px;
}



/*pied*/

#pied
{
background:black top left repeat-x;
clear:both;
color:white;
font-size:0.9em;
font-weight:bold;
margin-top:20px;
margin-left:0;
padding:0px 0;
width:100%;

background:black url("http://www.sciencesettechniques.com/bg_speedbarre.png") repeat-x top;
padding-top:5px;

}

#pied a {
color:white;
font-weight:bold;
text-decoration:none;
}

#pied ul
{
	display: block;
	margin: auto;
	width: 780px;
	overflow: hidden;
	margin-top: 0;
	padding: 0;
}
#pied ul li
{
	color: white;
	font-size: 1.1em;
	width: 190px;
	display: block;
	float: left;
	list-style-type: none;
}
#pied ul ul
{
	margin: 8px 0 0;
	width: auto;
}
#pied ul ul li
{
	color: white;
	float: none;
	font-size: 0.75em;
	margin: 2px 0;
	width: auto;
}




/* livre d'or */

#form_livre_or {
	text-align:center;
	border:1px double black;
	width:60%;
	margin-left:20%;
	margin-bottom:50px;
	background-color:#F4F9FD;
}

.pages a {
	text-decoration:none;
}

.pages a:hover {
	text-decoration:underline;
}

#tout_livre_or table {
	width:50%;
	margin-left:25%;
	border-collapse:collapse;
	margin-bottom:20px;
}

#tout_livre_or td {
	border:1px solid black;
}

.td_livre_or_1 {
	padding-left:20px;
	background-color:#E8F0F4;
	font-size:13px;
}

.td_livre_or_2 {
	padding:10px;
	background-color:#F4F9FD;
}


/*a la une*/

#a_la_une {
	width:98%;
}

.a_la_une {
	margin-left:10px;
	margin-right:10px;
	padding-left:15px;
	width:99%;
	border-bottom:1px solid black;
	font-size:30px;
}

.titre_a_la_une {
	text-align:left;
	margin-left:20px;
	font-size:22px;
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}

#a_la_une a:hover {
	text-decoration:underline;
}

#a_la_une .image_presentation {
	float:left;
	width:170px;
	height:150px;
	margin:10px;
}

#a_la_une .presentation {
	margin-top:20px;
	text-decoration:none;
}

#a_la_une .presentation a{
	text-decoration:none;
	color:black;
}

#a_la_une .presentation a:hover{
	text-decoration:underline;
}

#annulateur_float {
	clear:left;
	height:0px;
}


/*news accueil*/

#tableau_derniers_news {
	width:98%;
	border-collapse:separate;
	margin-top:30px;
}

#tableau_derniers_news .td1_derniers_news {
	width:23%;
	height:151px;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

#tableau_derniers_news .td1_derniers_news img {
	width:160px;
	height:150px;
}

#tableau_derniers_news .td2_derniers_news {
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
}


/*derniers dossiers*/

#tableau_derniers_dossiers {
	width:98%;
	border-collapse:separate;
	border-spacing:5px 20px;
}

#tableau_derniers_dossiers .td1_derniers_dossiers {
	width:180px;
	text-align:center;
	vertical-align:middle;
}

#tableau_derniers_dossiers a {
	text-decoration:none;
}

#tableau_derniers_dossiers a:hover {
	text-decoration:underline;
}

#tableau_derniers_dossiers img {
	width:170px;
	height:150px;
}

.titre_td2_derniers_dossiers {
	font-size:24px;
	margin-bottom:20px;
}

#tableau_derniers_dossiers .presentation_td2_derniers_dossiers {
	
}

/*news actua*/

.liste_des_news{
	padding:0;
	background-color: #E8F0F4;
	color:#2a2a2a;
	width:90%;
	margin-left:5%;
	margin-top:50px;
	border:1.5px solid black;
}


.liste_des_news img{
	margin:10px;
}


.img_flot_left{
	float:left;
}


.news{
	padding:5px;
}


.propriete_news{
	color:black;
	margin-top:0;
	margin-left:30px;
	font-size:18px;
	font-style:italic;
	margin-top:20px;
	margin-bottom:10px;
}

.contenu_du_news{
	margin-left:5%;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	color:black;
}


h3{
	clear:left;
}


.liste_des_news p{
   text-indent: 20px;
}


.titre_news {
	width:100%;
	background-image:url("header.png");
	background-repeat:repeat-x;
	color:#f7f7f7;
	font-size:1.2em;
	background-color:#696969;
	font-variant:normal;
	min-height:30px;
}




.under_header {
	background-image:url("under_header.png");
	background-repeat:repeat-x;
	height:19px;
}

.propriete_titre_news {
	margin-top:10px;
	margin-left:15px;
	font-family:'Trebuchet MS', Arial, 'Times New Roman', Times, serif;
}

/*page de contact */

#formulaire_contact .label_cote_gauche {
	width:180px;
	clear:left;
	float:left;
	text-align:right;
	margin-right: 8px;
	font-weight: bold;
	cursor: pointer;
}

#formulaire_contact .label_cote_droite {
	width:300px;
	text-align:left;
}

#formulaire_contact input {
	width:300px;
	text-align:left;
	size:40;
}

#formulaire_contact .question_contact {
	font-weight:bold;
	margin-right:8px;
	text-align:right;
}



/*Dossiers scientifiques */

#categories_dossiers {
	width:99%;
	border-collapse:collapse;
}

#categories_dossiers th {
	background-image:url("header.png");
	color:white;
	height:20px;
}

#categories_dossiers tr {
	border-bottom:1px dashed black;
}

.titre_categorie_dossier {
	background-color:#E8F0F4;
	border-bottom:1px solid black;
	font-weight:bold;
}

.td_nombre_dossiers {
	text-align:center;
	width:18%;
}

.td_nom_dossiers {
	text-align:left;
	padding-left:40px;
}

#legend_publication {
	color:#999999;
	font-size:13px;
}

#contenu_part_doss {
	margin-top:40px;
	margin-left:20px;
}

#top_dossier {
	width:95%;
	margin-left:2%;
	min-height:43px;
}

#partie_doss_prv {
	float:left;
	padding-left:33px;
	height:42px;
	background-image:url("image/icones/1leftarrow.png");
	background-repeat:no-repeat;
	background-position:left center;
}

#partie_doss_nxt {
	float:right;
	padding-right:33px;
	height:42px;
	background-image:url("image/icones/1rightarrow.png");
	background-repeat:no-repeat;
	background-position:right center;
}

#top_dossier .chemin_dossier{
	padding-top:10px;
	font-size:18px;
	color:blue;
	text-decoration:underline;
	font-weight:800;
}

#partie_doss_smr {
	text-align:center;
}

#titre_dossier {
	width:97%;
	padding-left:15px;
	font-size:24px;
	font-weight:bold;
	color:blue;
}

#sommaire_doss {
	padding-top:0px;
	font-size:18px;
	color:black;
	text-decoration:underline;
	font-weight:800;
}

#titre_part_doss {
	font-size:22px;
	color:black;
	text-decoration:none;
	font-weight:900;
	margin-top:8px;
	padding:0;
}

#affichage_dossiers {
	width:98%;
}

#affichage_dossiers td {
	padding-bottom:30px;
}

#affichage_dossiers .colone1 {
	width:185px;
}

#affichage_dossiers .colone2 .titre_dossier {
	font-size:20px;
	margin-top:0;
	padding-top:0;
	margin-bottom:15px;
}

#affichage_dossiers .colone2 .ouvrir_le_dossier {
	font-size:18px;
	text-align:right;
	padding-top:10px;
}

#affichage_dossiers .ouvrir_le_dossier a {
	color:#777777;
}