@charset "UTF-8";
/* CSS Document */


/* .... RESET CSS .... */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* .... CSS DU SITE PICTBOX .... */
body,a{font-family: 'Comfortaa', cursive;color:rgba(51,51,51,1);letter-spacing:5px;}
body{background-color:rgba(255,255,255,1);}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}
p{font-size:8px;}
a{text-decoration:none;}
a:hover{color:rgba(117,183,108,1)}
.inline{display:inline-table;}

header{width:1000px;margin: 0 auto;position:relative;text-align:center;margin-top:20px;}
section{width:1000px;position:relative;margin:0 auto;margin-top:100px;height:800px;}
article{text-align:center;}

#menu1 table{}
#menu1 .larg_td{width:130px;border:1px solid rgba(117,183,108,0.5);font-size:25px;}
#menu1 .titre td input{padding:10px;background-color:rgba(117,183,108,0.5);}
#menu1 .detail td{padding:5px;}
#menu1 .detail td:hover, #menu1 .detail td:hover input{background-color:#75b76c;}
#menu1 .detail td input{border:none;font-size:25px;width:130px;}
#menu1 .detail td input:hover{background-color:#75b76c;}
