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

/* CSS RESET v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	background-color:#ecefcf;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, "Times new roman";
	color:#73a20f;
	height:auto;
	margin: 0;
	padding : 0;
	text-align:center;
}
	
#container {
	background-color:#f1f3de;
	border: dashed 1px #503f32;
	width:250px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	line-height:170%;
}

#content {
	width:270px;
	margin-left:15px;
}

ul li {
	list-style-type:square;
	margin-left:20px;
}

#container a:link, #container a:visited{
	color:#197c8d;
	text-decoration:underline;
}

#container a:hover, #container a:active{
	color:#ffffff;
	text-decoration:none;
	background-color:#197c8d;
}

#logo {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	margin:0 auto;
	display: block;
	height: 60px; /* spécifiez la hauteur de l'image, une bonne attitude à prendre */
	width: 60px; /* spécifiez la largeur de l'image, une bonne habitude à prendre */ 
	margin-bottom:15px;
	margin-top:15px;
}

h1 {
	text-align:center;
	font-size:16px;
	margin-bottom:15px;
}


textarea {
	width:270px;
}

label{
	display:block;
	font-weight:bold;
}

p#welcome{
	padding:10px 15px;
	border:1px dotted #e78919;
	color:#e78919;
	font-weight:bold;
}

/*ul {
padding:10px 20px; border:1px dotted #f00;
color:#f00;
font-weight:bold;
}*/

p#success {
	padding:10px 20px;
	border:1px dotted #e78919;
	color:#e78919;
	font-weight:bold;
}

p em {
	display:block;
	font-weight:normal;
}

#underline{
	text-decoration: line-through;
}
