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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color:black;
}
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;
	padding:10px;
	text-align:left;
}

td, th{
	padding:3px;
}

.align_gauche{
	text-align:left;
}

.align_droite{
	text-align:right;
}

.align_droite2{
	text-align:right;
	padding-left: 30px;
}

.align_droite3{
	text-align:right;
	padding-left: 10px;
}
.paddingRight{
	padding-right:5px;
}
.align_center{
	text-align:center;
}
.align_center2{
	text-align:center;
	padding-left: 30px;
}

.align_center3{
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}

body{
	background-color:#066e95;
	background-image:url(../img/back.gif);
	background-position:center; 
}

#container{
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}

#zoneCo {
	padding-top: 10px;
	padding-bottom: 20px;
}

#zoneCo form{

}
.input{

}
.submit{

}

.submit:hover{

}

#menu{
	width: 160px;
	float: left;
	background: #EBEBEB;
	border: 4px black solid;
}

#menu a{
	text-decoration: none;
}

#menu ul{
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

#menu ul li{
	padding-left:27px;
}

#main_content{
	float:left;
	width:430px;
	margin : 0 0 10px 10px;
	border:4px black solid;
	padding : 5px;
	background: #EBEBEB;
	text-align:center;
}

#bandeau{
	margin-left:103px;
	width:600px;
	padding-bottom: 5px;

}

#erreur
{
	background: url("../img/red.png");
	width: 600px;
	float: left;
	border: 1px solid red;
	padding: 5px;
	padding-bottom: 6px
}

#erreur img{
	float:left;
}

#erreur p
{
	float:left;
	padding-top: 7px;
	padding-left: 25px;
}
#hero{
	background: url("../img/cap.png");
	height: 425px;
	width:354px;
	float:right;
}

.msg{
	padding-top: 62px;
	color: black;
	padding-left: 25px;
	width: 150px;
	text-align: center;
	font-family: "Comic Sans MS";
}

#panier{
	font-family: "Comic Sans MS";
	margin: 0 auto;
	background-color: #410201;
	color: #CA9C01;
}
.head_tab{
	background-color: #000000;
	color: #FFFFFF;
	/*border: 1px solid cornflowerBlue;*/
}

#total{
	background-color: #720300;
	color: #FFFFFF;
}
#zoneProduit{
	width: 420px;
	margin: 0 auto;
	font-size: 15px; 
}

.head_tab2{
	background-color: #000000;
	color: #FFFFFF;
}
.white2{
	background-color: #EDE0EB;
}
.white3{
	background-color: #7AE7EB;
}

.reck{
	background-color: #00757B;
}

#welcome {
	font-size     : 20px;
	padding-top   : 10px;
	padding-bottom: 10px;
}

.fontRed{
	color:red;
}