/* FONT-SIZE */
/* xx-small:minuscule */
/* s-small:très petit */
/* small:petit */
/* medium:moyen */
/* large:grand */
/* x-large:très grand */
/* xx-large:gigantesque */

/* FONT-STYLE */
/* normal:normal */
/* italic:italic */

/* FONT-WEIGHT */
/* bold:gras */
/* normal:normal */

/* TEXT-DECORATION */
/* blink:cligontant */
/* underline:souligne */
/* line-through:barré */
/* overline:ligne au dessus */


h1
{
	font-size: x-large;
	color: red;
}

/* police pour le titre de l'Artcile conseillé */
h2
{
	font-size: medium;
	font-weight: bold;
	color: black;
	text-align: center;
}
h3
{
	font-size: small;
	font-weight: normal;
	color: black;
	text-align: left;
}
h4
{
	font-size: x-large;
	font-weight: medium;
	color: black;
	text-align: left;
}

/* Eléments principaux de la page */

body
{
   
	background: url(/images/arduino-fond.jpg) center 0 no-repeat fixed; 
    color: black;  
}



/* Header */

header
{
   
	
}



/* Navigation */

nav
{
    display: inline-block;
    width: 740px;
    text-align: left;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    /* font-size: 1.3em;  */
    color: black;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: blue;
    border-bottom: 3px solid blue;
}



/* Corps */

#introduction
{
	display: inline-block;
	vertical-align: top;
    color: black;
	height: 1130px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
  	background-color: rgba(203,227,254,0.7);
	font-size: 14px;
	font-weight: bold;
}

#composants
{
	display: inline-block;
	vertical-align: top;
    color: black;
	height: 2250px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
	background-color: rgba(203,227,254,0.7);
	font-size: 14px;
	font-weight: bold;
  	
}
#cablage
{
	display: inline-block;
	vertical-align: top;
    color: black;
	height: 1300px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
	background-color: rgba(203,227,254,0.7);
	font-size: 14px;
	font-weight: bold;
  	
}

#code
{
	display: inline-block;
	vertical-align: top;
    color: black;
	height: 6000px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
	background-color: rgba(203,227,254,0.7);
	font-size: 14px;
	font-weight: bold;
  	
}




#table-matieres
{
	display: inline-block;
	vertical-align: top;
    color: black;
	height: 140px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
  	/* background-color: rgba(203,227,254,0.4); */
	background-color: rgba(168,228,255,0.7);
	font-size: 16px;
	font-weight: bold;
}


#navigation
{
	/* display: inline-block;*/
	vertical-align: top;
    color: black;
	height: 20px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
  	background-color: rgba(0,179,255,0.6);
	font-size: 14px;
}


#photo-arduino
{
	/*display: inline-block; */
	/*vertical-align: top; */

}


/* Espace */
/********************************************/


#espace
{
	/* display: inline-block;*/
	vertical-align: top;
    height: 30px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
  	background-color: rgba(192,192,192,0);
	font-size: 16px;
}

/* Pour l'affichage des commentaires en fin de page */
/****************************************************/



#ajout-commentaire
{
	/* display: inline-block;*/
	vertical-align: top;
    height: 50px;
	width: 780px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
  	background-color: rgba(94,206,255,0.9);
	color: black;
	font-size: 16px;
}




#Notation_Billet
{
background-color: rgba(255,255,160,0.7);

height: 55px;
width: 600px;
margin: 10px;
}

#Commentaire_Petit_Billet
{
background-color: rgba(255,255,160,0.7);
box-shadow: 6px 6px 6px black;
height: 60px;
width: 600px;
margin: 10px;
overflow: auto;
font-size: small;
}

#Commentaire_Moyen_Billet
{
background-color: rgba(255,255,160,0.7);
box-shadow: 6px 6px 6px black;
height: 300px;
width: 600px;
margin: 10px;
overflow: auto;
font-size: small;
}

#Commentaire_Grand_Billet
{
background-color: rgba(255,255,160,0.7);
box-shadow: 6px 6px 6px black;
height: 600px;
width: 600px;
margin: 10px;
overflow: auto;
font-size: small;
}


#Commentaire_Billet
{
/* display: inline-block;*/
	vertical-align: top;
    height: 40px;
	width: 605px;
	padding-top: 3px;
    padding-left: 4px;
	/* border: 1px solid black;  */
	border-radius: 10px;    /* bords arrondis */
  	background-color: rgba(255,255,160,0.7);
	color: black;
	font-size: 16px;
}

/* Footer */

footer
{
   
}



