* { margin:0; padding:0; }

body 	{
/*	background-color: #CCFFCC;
*/	background-color: #ddffee;
	font-family:"arial","verdana","helvetica","Times new roman",sans-serif;
	}

/* Le bloc centré */
#montout	{
	position: relative;
	min-width: 600px;
	max-width: 1200px;
	margin: 0 auto;
	}
	
/* La Banniere */
#entete {
	position: relative;
	height: 140px;
	background-image:url(../IMAGES/Fond_entete.jpg) ;
	background-repeat:no-repeat;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	}
#LogoG	{
	position: absolute; left: 20px; top: 20px; 
	overflow:hidden;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;                                   
	-moz-border-radius: 50px;                                      
	border-radius: 50px;
	}
#titre	{
	position: absolute; right: 0px;
	border: 0;
	border-collapse: collapse;
	padding: 0;	
	}
#titre td { vertical-align: bottom;}
#titre ul { float: right; margin: 16px; padding: 10px; list-style-type: none; }                               
#titre li { float: left; list-style-type: none;}                                                                    
#titre a {float:left; margin: 8px; padding: 6px; text-decoration:none;          
        font-weight: bold; font-size: 18px; letter-spacing:1px; color: black;         
        border-radius: 10px;          
        }
/*#titre a { background-image:radial-gradient(#FFDD77, #FF7711);
*/
	#titre a { background-color: #FF9933;
	box-shadow:2px 2px 10px white;
	-moz-box-shadow:2px 2px 10px white;
	-webkit-box-shadow:2px 2px 10px white;
	}
#titre  #en_cours {
/*	background-image:radial-gradient(#00FF00, #FFFFFF);
*/
	background-color: #00FF00;
}
	
#titre a:hover {
/*
	background-image:radial-gradient(#FF9966, #FF6633);
*/
	background-color: #FF6633;
	}                            

/* Le contenu de la page */	
#menu	{
	position: absolute; top: 150px;
	background-color: #CCCCCC;
	width: 140px;
	border-radius: 10px;
	margin: 0;
	padding: 0;
	}
#menuJS {position:absolute; top:170px; z-Index:0; padding: 5px;}

#topdeck {position: absolute; visibility: hidden; z-index:15; left:200px; }

#page	{
    min-height: 500px;
	margin-left: 150px;
	margin-top:10px;
	margin-bottom: 15px;
	margin-right: 5px;
	padding: 10px 50px 10px 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #003366;
	}
	
#pieddepage {
	background-color: #FFFFFF;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Styles generaux*/

h1,h2,h3,h4,h5,p,ul,ol   {
font-family:"arial","verdana","helvetica","Times new roman",sans-serif;
}

p,li {
	font-size:16px;
	line-height:1.5;
	text-align: justify;
	}

ul,ol {
	font-size:16px;
	line-height:1.5;
	}

H1, H2  {
	text-align: center;
	text-shadow:1px 1px 1px white;
	} 
H3, H4, H5 {       
    	text-align: left;    
  	}
H1      {
	font-size:22px;      
	font-style: normal;  
    	line-height:1.0;
    	color: #FFFF33;
  	}       
H2      {       
	font-size:18px;   
	font-style: normal; 
    	line-height:1.0;
    	color: #FFFFCC;
  	}       
H3      {       
	font-size:18px;       
	font-style: normal;   
    	font-weight: bold;
    	line-height:40px;
  	vertical-align: bottom;
	color: #990000;
}
H4      {       
	font-size:16px;       
	font-style: normal;   
    	font-weight: bold;
    	line-height:40px;
  	vertical-align: bottom;
	color: #006600;
}
.barre {
	text-decoration: line-through;
	}
.black {
	text-align: center;
	color: #000000;
	font-size:22px;
	line-height:1.0;
	}
.white 	{
	color: #FFFFFF;
	}
.nopuce {
	list-style-type: none;	
	}
.nodec {
	text-decoration: none;
	}

/* Styles particuliers */

/* Responsive images */
@media screen and (orientation: portrait) {
  img.ri { 
	min-width: 600px;
	max-width: 90%;
	max-height: 90%;
 }
}

@media screen and (orientation: landscape) {
  img.ri { 
	min-width: 600px;
	max-height: 90%;
	max-width: 90%;
 }
}


/* ListLast Table */

#ListLast table {
  width: 100%;
  border-collapse: collapse;
}

#ListLast tr {
  padding: 10px;
  margin: 0;
  text-align: left;
}
#ListLast th{
  padding: 10px;
  margin: 0;
  text-align: center;
}
#ListLast td {
  padding: 10px;
  margin: 0;
  text-align: left;
}
#ListLast table{
  border: 1px solid #00a0b0;
}
#ListLast th {
  border: 1px solid #00a0b0;
}
#ListLast th {
  border-left: none;
  border-right: none;
/* background: #ef7d50;
*/
  background: #008F47;
  color: #fff;
  cursor: default;
  font-size: 80%;
}
#ListLast th:hover {
  color: #FF9933;
/*  font-size: 100%;
*/
  cursor: pointer;
}

#ListLast tr:nth-child(odd) {
/*  background: #fff4cf;
*/
  background: #C9F4E9;
}

#ListLast tr:nth-child(even) {
  background: #fff;
}

#ListLast tr:hover {
  background: #ddd;
  cursor: pointer;
}
/* Arduino Table */

.Arduino table{
  border: 1px solid #000000;
}
.Arduino th {
  padding: 10px;
  margin: 0;
  text-align: center;
  border: 1px solid #00a0b0;
  background: #008F47;
  color: #fff;
  cursor: default;
  font-size: 80%;
}
.Arduino th:hover {
  color: #FF9933;
/*  font-size: 100%;
*/
  cursor: pointer;
}
.Arduino tr {
  padding: 10px;
  margin: 0;
  text-align: center;
}
.Arduino td {
  padding: 10px;
  margin: 0;
  text-align: center;
}
.leftarduino {
	padding: 0;
	margin: 0;
	display:inline-block;
	text-align: right;
	vertical-align: top;
}
.midarduino {
	padding: 0;
	margin: 0;
	display:inline-block;
}
.rightarduino {
	padding: 0;
	margin: 0;
	display:inline-block;;
	text-align: left;
	vertical-align: top;
}
.ledarduino {
  border-radius:50%;
  width:20px;
  height:20px;
  border:1px solid #000000; 
}
.Arduino tr:nth-child(odd) {
/*  background: #fff4cf;
*/
  background: #C9F4E9;
}

.Arduino tr:nth-child(even) {
  background: #fff;
}

.Arduino tr:hover {
  background: #ddd;
  cursor: pointer;
}

.labelarduino {
  display: inline-block;
  clear: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}


/* from cms : Tables */

#AdminTable table {
  width: 100%;
  border-collapse: collapse;
}

#AdminTable tr {
  padding: 10px;
  margin: 0;
  text-align: left;
}
#AdminTable th{
  padding: 10px;
  margin: 0;
  text-align: center;
}
#AdminTable td {
  padding: 10px;
  margin: 0;
  text-align: left;
}
#AdminTable table{
  border: 1px solid #00a0b0;
}
#AdminTable th {
  border: 1px solid #00a0b0;
}
#AdminTable th {
  border-left: none;
  border-right: none;
/* background: #ef7d50;
*/
  background: #008F47;
  color: #fff;
  cursor: default;
  font-size: 80%;
}

#AdminTable tr:nth-child(odd) {
/*  background: #fff4cf;
*/
  background: #C9F4E9;
}

#AdminTable tr:nth-child(even) {
  background: #fff;
}

#AdminTable tr:hover {
  background: #ddd;
  cursor: pointer;
}

/* from cms : "You are logged in..." header on admin pages */

#adminHeader {
  width: 940px;
  padding: 0 10px;
  border-bottom: 1px solid #00a0b0;
  margin: -10px 0 40px 0;
  font-size: 0.8em;
}
/* from cms : Style the form with a coloured background, along with curved corners and a drop shadow */
form {
  margin: 20px auto;
  padding: 40px 20px;
  overflow: auto;
/*
  background: #fff4cf;
*/
  background: #4DB17E;
  border: 1px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}


/* Give form elements consistent margin, padding and line height */

form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

form ul li {
  margin: .9em 0 0 0;
  padding: 0;
}

form * {
  line-height: 1em;
}


/* The field labels */

label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 15%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
}


/* The fields */

input, select, textarea {
  display: block;
  margin: 0;
  padding: .4em;
  width: 80%;
}

input, textarea, .date {
  border: 2px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  background: #fff;
}

input {
  font-size: .9em;
}

select {
  padding: 0;
  margin-bottom: 2.5em;
  position: relative;
  top: .7em;
}

textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  height: 5em;
  line-height: 1.5em;
}

textarea#content {
  font-family: "Courier New", courier, fixed;
}
  

/* Place a border around focused fields */

form *:focus {
  border: 2px solid #7c412b;
  outline: none;
}


/* Display correctly filled-in fields with a green background */

input:valid, textarea:valid {
  background: #efe;
}


/* Submit buttons */

.buttons {
  text-align: center;
  margin: 40px 0 0 0;
}

input[type="submit"] {
  display: inline;
  margin: 0 20px;
  width: 12em;
  padding: 10px;
  border: 2px solid #7c412b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #ef7d50;
  font-weight: bold;
  -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="submit"]:active {
  cursor: pointer;
  background: #fff;
  color: #ef7d50;
}

input[type="submit"]:active {
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

/* Small intros on top of several pages: justified lightblue background */
.intro       {
	text-align: justify;
	background-color: #ddffff;
	font-size: 14px;
	line-height:20px;
	}
/* Notes de bas de page: italiques justifie */
.notes       {
	text-align: justify;
	background-color: #ffffff;
	font-size: 14px;
	font-style: italic;
	line-height:20px;
	}

/* Images centrees */
IMG.centree {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}

	/*Lignes de code: sur fond gris */
.code       {
	background-color: #dddddd;
	font-size: 14px;
	line-height:20px;
	}

/* Styles specifiques Summary */

a.gif {
    text-decoration : none;
    background-image: url('../General/knotweb0.gif');
    display: block;
    width: 130px;
    height: 130px;
          }
a.gif:hover {
    color: red;
    background-image: url('../General/knotweb.gif');
	}
.flecheup
        {
        text-align: left;
	vertical-align: bottom;
	border: 1px;
	border-color: red;
        }
.flechedown
        {
        text-align: left;
        vertical-align: top;
        border: 1px;
        border-color: red;
        }
A.flecheup
	{
        padding: 1px;
        border-style: solid;
        border-color: #CCCCCC;
        border-top-width:2px;
        border-left-width:2px;
        border-right-width:2px;
        border-bottom-width:0px;
	}
A.flechedown
    {
        padding: 1px;
        border-style: solid;
        border-color: #CCCCCC;
        border-top-width:0px;
        border-left-width:2px;
        border-right-width:2px;
        border-bottom-width:2px;
    }
.hm2
	{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	color:#333333;
    text-decoration: none;
	}
A.hm2
        {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        vertical-align : top;
        color:#FF6600;
        background-color:#cccccc;
        text-decoration: none;
        }
A.lm2, .lm2
	{
	font-family:"arial";
	font-size: 12px;
	font-weight: bold; 
	text-align: left;
	vertical-align : middle;
	color: #333333;
/*	background-color: #cccccc;
*/	text-decoration: none;
	line-height: 150%;
	}
A.lm3, .lm3
	{
	font-family:"arial";
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	vertical-align : middle;
	color:#333333;
        background-color:#FFFFCC;
	text-decoration: none;
	line-height: 150%;
        }
A.lm4
        {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        vertical-align : middle;
        color: #333333;
        background-color: #EEEEEE;
        line-height: 150%;
        }
.lm4
        {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        vertical-align : middle;
        color: #333333;
        background-color: #FFFFFF;
        line-height: 150%;
        }

A.lm5, .lm5
        {
        font-size: 12px;
        font-weight: normal;
	font-style: italic;
        text-align: center;
        vertical-align : middle;
        color: #333333;
        background-color: #ffffff;
        line-height: 150%;
        }
A.lm6
        {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        vertical-align : middle;
        color: #333333;
        /* background-color: #CCFFCC;
        */line-height: 150%;
        }
.lm6
        {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        vertical-align : middle;
        color: #333333;
/*        background-color: #FFFFFF;
*/        line-height: 150%;
        }
A.lm2:link, A.lm3:link, A.lm4:link, A.lm5:link, A.lm6:link
        {
        color: #333333;
        }
.lm2:visited, A.lm3:visited, A.lm4:visited, A.lm5:visited, A.lm6:visited
        {
        color: #333333;
        }
A.lm2:hover, A.lm3:hover, A.lm4:hover, A.lm5:hover, A.lm6:hover
	{
	color: #AA0000;
	}

