/*
   index.css
--------------------    ecrit par: jarod01 le 30/12/2009
pour le site : http://www.sciencesettechniques.com    

*/



@import url('http://www.sciencesettechniques.com/templates/design/1/general.css');


/* 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:#e9e9e9;
	min-width:1000px;
}

/* l'entete */


#header {
	height:100px;
}

#hd_part1{
	background:url("http://www.sciencesettechniques.com/templates/design/1/img/bg_header.png") repeat-x top right;
	height:60px;
}

#logo_entete {
	border:none;
	margin:0 0 0 5px;
}

#hd_part2{
	height:27px;
	background:url("http://www.sciencesettechniques.com/templates/design/1/img/bg_nav.png") repeat-x top right;
	padding:0;
	margin:0;
}

#hd_part3{
	height:5px;
	background:url("http://www.sciencesettechniques.com/templates/design/1/img/bg_section.png") repeat-x top right;
}

#hmenu, #hmenu ul /* Liste */     
{
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 27px; /* on définit une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#hmenu /* Ensemble du menu */
{
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
	margin-left:60px;
}


#hmenu a /* Contenu des listes */
{
	display : block; /* les liens deviennent des balises de type block */
	padding : 0; /* aucune marge intérieure */
	/*background : #000; /* couleur de fond */        
	color : black; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens */
	width : 124px; /* largeur */
}

#hmenu li /* Éléments des listes */      
{ 
	float : left;
	/* pour IE qui ne reconnaît pas "transparent" */
	border-right : 1px solid black; /* on met une bordure blanche à droite de chaque élément */
	width:124px;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #hmenu li
{
	border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#hmenu a:hover /* Lorsque la souris passe sur un des liens */    
{
	color: white;
	background: #69c;
}


/*le corps*/

#corps {
	margin-top:0;
	padding-top:20px;
	margin-left:7px;
	margin-right:7px;
	background-color:white;
	margin-bottom:10px;
}

#rmq_corps_0 {
	margin-left:10px;
	margin-right:10px;
	padding:5px 0 5px 50px;
	background-image:url("http://www.sciencesettechniques.com/templates/design/1/img/icon_cnx_insu.png");
	background-repeat:no-repeat;
	background-position:50px center;
	color:red;
	border:1px solid red;
}

#rmq_corps_1{
	margin-left:10px;
	margin-right:10px;
	padding:5px 0 5px 50px;
	background-image:url("http://www.sciencesettechniques.com/templates/design/1/img/icon_cnx_su.png");
	background-repeat:no-repeat;
	background-position:50px center;
	color:green;
	border:1px solid green;
}

#cnt_rmq_corps {
	margin-left:40px;
	font-size:18px;
}

.cntr_titre_prim {
	text-align:left;
	margin-bottom:30px;
	margin-top:5px;
	font-size:26px;
	font-weight:bold;
	width:auto;
	border-bottom:1px solid #369;
	padding:0 0 3px 10px;
	color:#369;
}

#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:300px;
	float:right;
	margin-right:7px;
}

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

.infobox .titre_infobox
{
	height: 20px;
	margin: 0;
	padding: 5px 14px;
	color: white;
	border: none;
	font-size:15px;
	font-weight:bold;
	background-color:#69c;
}

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


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

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

#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;
}


/* 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%;
}

.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:190px;
	height:145px;
	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:130px;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

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

#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:200px;
	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:190px;
	height:150px;
}

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

#tableau_derniers_dossiers .presentation_td2_derniers_dossiers {
	
}

/*news actua*/

h3{
	clear:left;
}

/*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 */

.fiche_doss {
	width:246px;
	display:block;
	margin:20px;
	border:1px solid black;
	float:left;
}
.fiche_doss_img{
	width:230px;
	height:138px;
	margin:6px;
	padding:0;
	background-image:url("http://www.sciencesettechniques.com/images/images_background/sml_doss_bg.png");
}

.fiche_doss_content{
	width:100%;
}

.fiche_doss_titre{
	font-size:17px;
	color:blue;
	margin-left:5px;
}

.fiche_doss_descrip{
	color:#666666;
	margin-left:14px;
	margin-right:5px;
}

.doss_ordr_0{
	float:left;
	margin-top:0;
}

.doss_ordr_1{
	margin-left:350px;
}

#escp_list_doss {
	clear:left;
}

.fiche1{
	background-position:0px -414px;
	background-repeat:no-repeat;
}

.fiche2{
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.fiche3{
	background-position:0px -276px;
	background-repeat:no-repeat;
}

.fiche4{
	background-position:0px -552px;
	background-repeat:no-repeat;
}

.fiche5{
	background-position:0px -966px;
	background-repeat:no-repeat;
}

.fiche6{
	background-position:0px -1104px;
	background-repeat:no-repeat;
}

.fiche7{
	background-position:0px -690px;
	background-repeat:no-repeat;
}

.fiche8{
	background-position:0px -828px;
	background-repeat:no-repeat;
}

.fiche9{
	background-position:0px -1242px;
	background-repeat:no-repeat;
}

.fiche10{
	background-position:0px -1380px;
	background-repeat:no-repeat;
}

.fiche11{
	background-position:0px -1518px;
	background-repeat:no-repeat;
}

.fiche12{
	background-position:0px -1656px;
	background-repeat:no-repeat;
}

.fiche13{
	background-position:0px -1794px;
	background-repeat:no-repeat;
}

.fiche14{
	background-position:0px -1932px;
	background-repeat:no-repeat;
}

.fiche15{
	background-position:0px -138px;
	background-repeat:no-repeat;
}

.fiche16{
	background-position:0px -2070px;
	background-repeat:no-repeat;
}

.fiche17{
	background-position:0px -2208px;
	background-repeat:no-repeat;
}

.fiche18{
	background-position:0px -2346px;
	background-repeat:no-repeat;
}

.fiche19{
	background-position:0px -2484px;
	background-repeat:no-repeat;
}

#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("http://www.sciencesettechniques.com/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("http://www.sciencesettechniques.com/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;
}


/* Actualitée */


#affichage_actua {
	width:98%;
}

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

#affichage_actua .colone1 {
	width:185px;
}

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

#affichage_actua .img_pres_actua{
	width:190px;
	height:140px;
}

#infos_actua{
	margin-left:30px;
	margin-bottom:30px;
	font-size:16px;
	font-style:italic;
}

#affich_contenu_actua{
	text-indent:15px;
	margin-left:7px;
}

#affich_contenu_actua:first-letter{
	font-weight: bold; /* En gras */
	font-size: 28px; /* Ecrit légèrement plus gros que la normale */
}


/* clubs */
.fiche_club {
	width:246px;
	display:block;
	margin:20px;
	border:1px solid black;
	float:left;
}
.fiche_club_img{
	width:230px;
	height:138px;
	margin:6px;
	padding:0;
}

.fiche_elec {
	background-image:url("http://www.sciencesettechniques.com/images/images_background/club_elec.png");
}

.fiche_math {
	background-image:url("http://www.sciencesettechniques.com/images/images_background/club_math.png");
}

.fiche_vid {
	background-image:url("http://www.sciencesettechniques.com/images/images_background/club_vid.png");
}

.fiche_club_content{
	width:100%;
}

.fiche_club_titre{
	font-size:14px;
	color:blue;
}

.fiche_club_descrip{
	color:#666666;
}

/*.club_ordr_0{
	float:left;
	margin-top:0;
}

.club_ordr_1{
	margin-left:350px;
}*/

#escp_list_club {
	clear:left;
}



/* Astuces */

#list_top_categories {
	min-height:40px;
	border:1px solid blue;
	margin-bottom:10px;
	margin-left:7px;
	margin-right:5px;
}

.cnt_list_top_cat {
	width:200px;
	margin:5px;
	float:left;
}

#list_astuces {
	margin-left:200px;
	margin-top:30px;
}

.prst_astuce {
	width:100%;
	border-bottom:1px solid blue;
}

.titre_astuce {
	font-size:16px;
	color:orange;
}

.desc_astuce {
	margin-top:5px;
}

.sys_astuce {
	margin-top:5px;
	color:red;
}


/* inscription */

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

#div_inscription input, option {
	background-color:white;
	border:thin solid #6699cc;
}

#div_inscription input{
	width:170px;
}

#div_inscription .input_pays{
	width:170px;
}

#div_inscription .input_submit{
	background-color:#6699cc;
	width:100px;
	color:white;
	height:30px;
	font-size:14px;
	font-weight:bold;
}

#tab_form_inscrip {
	border:none;
}

#tab_form_inscrip .inscrip_1{
	border:none;
	width:170px;
	text-align:right;
	padding-right:20px;
}

#tab_form_inscrip .inscrip_2{
	border:none;
	width:250px;
}
