:root{ 
	--links_color: #ff7300;
} 

body, div, ul, li, img { 
	margin:0;
	padding:0;
	font-family:Trebuchet_MS, sans-serif; 
	list-style: none; 
} 
main { 
	width: 80%; 
	margin: 50px auto; 
} 
content { 
	margin-left:100px; 
} 
footer { 
	text-align: center; 
} 

a {
/* color:#000; */
color: var(--links_color); 
text-decoration:none;
} 
h1 { 
	text-align: center; 
} 
a {
	margin-left:100px; 
} 
ul { 
	margin: 50px auto 20px; 
} 



/* CLASSES */
a.no_margin { 
	margin: 0; 
} 
.center { 
	text-align: center; 
} 


/*
div#fouines {
width:1300px;
min-height:850px;
margin:10px auto;
}
div#fouines > p {
line-height:20px;
font-size:14px;
text-align:center;

}
ul {
list-style-type: none

}
li {
display: inline-block;
margin:10px;
}
*/
/*
img {
height:410px;
width:410px;
padding:0;
}
*/
/*
div#fouines li#logo001 {
background-image: url("IMG/fouine007.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo002 {
background-image: url("IMG/fouine008.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo003 {
background-image: url("IMG/fouine009.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo004 {
background-image: url("IMG/fouine010.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo005 {
background-image: url("IMG/fouine011.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo006 {
background-image: url("IMG/fouine012.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo007 {
background-image: url("IMG/fouine013.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo008 {
background-image: url("IMG/fouine014.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li#logo009 {
background-image: url("IMG/fouine015.png");
background-repeat:no-repeat;
height:396px;
width:396px;
}
div#fouines li p {
color:#000;
padding-left:10px;
font-size:14px;
}
div#fouines li#logo007 p, div#fouines li#logo006 p {
color:#fff;
}
form {
text-align:center;
}
form option, form select, form input {
line-height:17px;
font-size:13px;
}
form input {
margin:20px;
}
hr {
margin-top:40px;
}
div#retour p, div#resultat h2, div#resultat p {
color:#000;
text-align:center;
}
div p#gauche {
margin-top:40px;
text-align:left;
margin-left:30%;
}
img {
margin:10px auto;
}
*/
/*
li ul {
visibility:hidden;
}
li:hover ul {
visibility:visible;
}
img {
-moz-transition: visibility .75s ease;
}
*/

