/*********************************************
Pour tout le document
**********************************************/

body {
	font-family: Verdana, Arial, sans-serif;
        text-align: justify;
        background-color: whitesmoke;
}

/*********************************************
Bannière haut de la page (titre, sous-titre, logo)
**********************************************/

.entete {
    width: 1000px;
    margin: auto;
}

.banniere {
  padding-top: 30px;
  text-align: left;
  width: 1000px;
  margin: auto;
}


.title {
	color: #f57231; 
	background-color: inherit;
	padding-bottom: 20px;
}

#titreSat4j {
  font-size: 500%;
  padding-left: 20px;
  text-align: right;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-shadow: 3px 3px 3px lightGrey;
}

#soustitreSat4j {
  padding-left: 40px;
  text-align: right;
  font-style: oblique;
  font-size: 180%;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}


.logo {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 20%;
}


.logo img, .pied img , .sat4jadopters img {
      border-style : none;      
}

.logo p {
      text-align : center;
      padding : 0;
      margin : 0;
      font-size : inherited;
}

.logo p.download {
	 font-size : smaller;
}

/*********************************************
Pied de la page (crédits, licence, logos, ...)
**********************************************/


footer .texte {
    clear: both;
    font-size: 0.8em;
}


.logopiedgauche {
	margin: 0px;
	padding-right : 1em;
	float: left;
}

.logopieddroit {
	float: right;
}

.pied  {
    clear : both;
    width: 1000px;
    margin: auto;

}


/*********************************************
Pour les logos qui sont à des endroits divers et variés
**********************************************/


#tutellesofficielles {
    float : right;
    margin-left : 2em;
    margin-top : 0;
    padding-top: 0;
}

#logostutelles{
    float: left;
    width: 35%;
}


#imgevolutionmaxsat {
    float : left;
    margin-right : 2em;
    margin-top : 0;
    padding-top: 0;
}

#nov11 {
    width: 60%;
    float: right;
}

#cnrs {
    padding-left: 20%;
    padding-right: 20%;
}


#logostutelles a {
    display: block;
}


.logodroit {
	margin: 0px;
	padding-left: 10px;
	float: right;
}

.logopiedgauche li, #tableUsers li {
  display: inline;
  margin-right: 2em;
}


#logoua, #logocnrs, #logocril { 
  height: 50px;
}

#logooweb {
  height: 40px;
}


/*********************************************
Partie principale de chaque page
**********************************************/

/** boîte centrale avec les onglets du menu */
#centralMenu {
       background-color: inherited;
        width: 1000px;
        margin: auto;
}

/** boîte centrale sans les onglets du menu **/
#central {
	border-color: white;
	border-width: 5px;
	border-style: solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
        width: 1000px;
        margin: auto;
        margin-top: 0;
        background-color: white;
        -moz-box-shadow: 0 0 8px dimGrey;
        -webkit-box-shadow: 0 0 8px dimGrey;
        box-shadow: 0 0 8px dimGrey;
        line-height: 1.3em;
        clear: both;
}

/** boîte centrale juste en dessous de #central **/
.corps {
	border-color: white;
	border-width: 5px;
	border-style: solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
        margin: auto;
        margin-bottom: 1.5em;
        clear: both;
}


/*********************************************
Menu avec les onglets
**********************************************/

#centralMenu > nav {
  float: right;
}

#centralMenu > nav > ul.menu {
  float: right;
  margin-bottom: 3px;
  padding-bottom: 3px;
  margin-right: 10px;
}


#centralMenu nav ul.menu li a {
  border-color: dimGrey;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10 px 0 0;
  background-image:linear-gradient(lightGrey, white);
  background-image: -o-linear-gradient(lightGrey,white);
  background-image: -moz-linear-gradient(lightGrey,white);
  background-image: -webkit-linear-gradient(lightGrey,white);
  background-image: -ms-linear-gradient(lightGrey,white);
  padding: 0.3em;
  font-style: normal;
}

#centralMenu nav ul.menu li a {
}


#pageCourante span {
  padding: 0.2em;
}

#centralMenu #pageCourante a:hover, #centralMenu #pageCourante a:visited, #centralMenu #pageCourante a:link{
  color: #ff8533; 
  font-weight: bold;
  background-color: white;
  border-bottom-color: white;
  border-bottom-width: white;
  background-image:linear-gradient(white, white);
  background-image: -o-linear-gradient(white,white);
  background-image: -moz-linear-gradient(white,white);
  background-image: -webkit-linear-gradient(white,white);
  background-image: -ms-linear-gradient(white,white);
}

/*********************************************
Pour toutes les pages : les fieldset et les sections
**********************************************/

fieldset {
    margin-bottom : 1.5em;
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

fieldset.section,#adopters fieldset {
    border:0.1em solid sienna;
}


.section h1, fieldset legend {
    background-color: white;
    color: #f57231;  
    font-family: Verdana, Arial, sans-serif;
    text-align: left;
    font-weight: bold;
}

fieldset p, fieldset li, fieldset pre {
    color : black;
    text-align: left;
    line-height: 1.2em;
}

fieldset p, fieldset li {
    font-size : 0.9em;
}


.section {
  border-bottom-color: #baed97;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
}

/** pour remonter en haut de la page*/
.goHaut {
	float : right;
	width : 10%;
	text-align : right;
}

/** pour les listes à puce partout!  */
.section ul, .ui-widget-content ul, .sat4jadopters ul{
	list-style-type: circle;
}


.section li {
	padding-bottom: 10px;
}

.section .nom {
	font-weight: bold;
	float: left;
	width: 20%;
}


/*********************************************
Pour toutes les pages : les cartouches de code
**********************************************/

pre {
        background-color: #eeeeee;
	color: inherit;
	padding: 1em;
	margin: 1em;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 8px 8px 12px lightGrey;%#ffedaa;
	-webkit-box-shadow: 8px 8px 12px darkGrey;%#ffedaa;
	box-shadow: 8px 8px 12px darkGrey ;%#ffedaa;
}

fieldset.section pre {
    clear: right;
    font-size: 120%
}


/*********************************************
Pour toutes les pages : les liens
**********************************************/

 a:link,  a:visited,  .ui-widget-content a:link {
	background-color: inherit;
        text-decoration: none;
        font-style: oblique;
}

 a:link, .ui-widget-content a:link {
	color: chocolate;%#753617; 
}


 a:visited, .ui-widget-content a:visited {
	color: saddleBrown; %#614e3b; 
}

 a:hover, .ui-widget-content a:hover {
	background-color: inherit;
	color: #888;
}


/*********************************************
Pour toutes les pages : les titres, les mises en évidence
**********************************************/
.subtitle{
  float: left;
  font-size: 1.07em;
  line-height: 1.1em;
  width: 65%;
  margin: auto;
  text-align: center; 
  margin-bottom: 1.5em;
  margin-top: 1em;
  text-style: italic;
  font-weight: bold;
}

strong, emph {
  background-color: inherit;
  font-weight: bold;
  color:  #008b8b;
  font-size : inherit;
}


/*********************************************
Pour la page products.php, le tableau des différentes solutions
**********************************************/

.section table {
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 0;
}

 #tableProducts tr:first-child {
  background-color: white;
}

 #tableProducts tr:nth-child(2n+3) {
  background-color: #e2e2e2;
}

 #tableProducts tr:nth-child(2n) {
  background-color: seashell;
}

 #tableProducts tr td:first-child {
  border-left-width: 0;
}

 #tableProducts tr td:nth-child(4) {
  text-align: center;
}


 #tableProducts td {
	border-width: 1px;
	border-style: solid;
	border-color: lightGrey;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 0;
	border-right: 0;
        text-align: left;
}

 #tableProducts th {
	border-width: 0;
        text-align: center;
	padding: 3px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
        background-image: linear-gradient(lightGrey,white);
        background-image: -o-linear-gradient(lightGrey,white);
        background-image: -moz-linear-gradient(lightGrey,white);
        background-image: -webkit-linear-gradient(lightGrey,white);
        background-image: -ms-linear-gradient(lightGrey,white);
}

/*********************************************
Page d'accueil, cartouche de droite
**********************************************/

#sat4jinside {
     float: left;
     clear: right;
}

#adopters {	
	text-align : right;
}


.sat4jadopters {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px;	
	margin-left : 1em;
	margin-bottom : 0.3em;
	float: right;
	width: 30%;
}


.sat4jadopters fieldset {
    -moz-box-shadow: 8px 8px 12px sienna;
    -webkit-box-shadow: 8px 8px 12px sienna;
    box-shadow: 8px 8px 12px sienna;
}

/*********************************************
Page d'accueil, divers éléments spécifiques
**********************************************/

/** accordéon central **/

h3.ui-accordion-header, h3.ui-accordion-header a:link {
    color:  #f57231; ;
    background-image: linear-gradient(oldLace,oldLace);
    background-image: -o-linear-gradient(oldLace,oldLace);
    background-image: -moz-linear-gradient(oldLace,oldLace);
    background-image: -webkit-linear-gradient(oldLace,oldLace);
    background-image: -ms-linear-gradient(oldLace,oldLace);
}

h3.ui-accordion-header {
    font-weight: bold;
    font-size : 0.8em;
}

p.ui-accordion-content, div.ui-accordion-content {
    font-size : 0.8em;
}


.publi {
	margin-left: 1cm;
}


/** cartouche réseaux sociaux **/
#fbandsoon {
    width: 273px;
}

#mynews {
	margin: 0px;
	width: 65%;
	padding-right : 0.5em;
}


	
.mycontent {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}


.spacer {
	clear: both;
}

.full {
    margin-top : 0.5em;
    clear: both;
    width: 1000px;
    margin: auto;
}


/** pour le premier paragrapge de la age d'accueil (en-dessous de l'accroche) */
#main p {
  clear: left;
}

/** pour les descriptions dans la page products.php */

ul.prodDesc {
  padding-top: 0;
  margin-top: 0;
  list-style-type: circle;
  float: left;
  width: 70%;
}

/*********************************************
Le tableau avec les logos de utilisateurs de sat4j (page about.php)
**********************************************/


#tableUsers tr {
  background-color: white;
  border-bottom: solid 1px darkGrey;
}


#tableUsers tr:last-child {
  background-color: white;
  border-bottom: 0 white;
}



#tableUsers td {
	border-width: 0;
        text-align: center; 
}

#tableUsers td li, #tableUsers td ul {
  text-align: center;
  padding-left: 0;
  margin-left: 0;
}



#tableUsers th {
  border-width: 0;
  text-align: center;
  font-weight: bold;
  background-color: white;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-image:linear-gradient(white, white);
  background-image: -o-linear-gradient(white,white);
  background-image: -moz-linear-gradient(white,white);
  background-image: -webkit-linear-gradient(white,white);
  background-image: -ms-linear-gradient(white,white);

}


/*********************************************
Les trucs qui ne servent plus ?
**********************************************/


ul.menuContextuel, ul.menu {
	list-style-type : none;
}

ul.menuContextuel>li:first-child, ul.menu>li:first-child {
	display : inline;
	padding-left : 0;     
}

ul.menuContextuel>li, ul.menu>li {
	display : inline;
	padding-left : 1em;     
        background-color: inherited;
}

ul.menu li{
	background-color : inherited; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.menu a:hover, ul.menu a:visited, ul.menu a:link{
	/* color : #ff8533; %#ff6804; */
        color: dimgrey;	
	}

            

ul.menuContextuel li>span{
	background-color : inherited; %white; #baed97; 
	font-size : smaller;
	padding: 0.2em;
}

ul.menuContextuel a:hover,ul.menuContextuel  a:visited,ul.menuContextuel  a:link{
	color : limegreen; %black;	
	}

dt {
	color: #ff8533; %#ff6804;
	background-color: inherit;
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
}


hr {
	border-color: #baed97;
}


h1, h2 {
	background-color: inherit;
	color: #00899d; 
        font-size : inherit;
}


h5 {
	font-size: medium;
	font-style: italic;
}
