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

/***********************************************/
/*                    RESET                    */
/***********************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline: 0;
}

/***********************************************/
/*              INITIALISATION                 */
/***********************************************/
body {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	background-color: #FFF;
}
#container_900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#illustration {
	display:none;
	visibility: hidden;
}
#header #search {
	display:none;
	visibility: hidden;
}

#illustration img {
	display:none;
	visibility: hidden;
}
#menu_h {
	display:none;
	visibility: hidden;
}
#social_bar {
	display:none;
	visibility: hidden;
}
#social_bar_right {
	display:none;
	visibility: hidden;
}
#social_bar_left {
	display:none;
	visibility: hidden;
}

#content a {
	color: #006CD1;
	font-weight: bold;
	text-decoration: underline;
}
#container2 #content {
	width: 670px;
	background-image: url(img/barre_v.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 30px;
	float: left;
	margin-bottom: 10px;
}
#container2 #menu_v {
	width: 200px;
	margin-left: 700px;
	clear: none;
	height: auto;
	display:none;
	visibility: hidden;
}
#container2 {
	overflow:hidden;
}

#page_title {
	font: bold 22px Verdana, Geneva, sans-serif;
	margin-bottom: 3px;
}
#page_title a {
	color: #333;
	text-decoration: none;
}
#content img {
	border: 5px solid #fff;
	-moz-box-shadow: 1px 1px 12px #555;
	-webkit-box-shadow: 1px 1px 12px #555;
	box-shadow: 1px 1px 12px #555;
	float: left;
	margin: 10px;
}
#content #error {
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #DF0000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content #valid {
	color: #FFF;
	background-color: #009021;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

input {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	border: 2px solid #CCC;
	margin: 1px;
	padding: 2px;
}
input:focus {
	border-top-color: #517FBD;
	border-right-color: #517FBD;
	border-bottom-color: #517FBD;
	border-left-color: #517FBD;
}
input:hover {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
input[type=submit] {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	border: 2px solid #CCC;
	background-color: #517FBD;
	margin: 3px;
	padding: 5px;
}
input[type=submit]:hover {
	background-color: #009021;
	cursor:pointer;
}
/***********************************************/
/*                   FOOTER                    */
/***********************************************/
#theme_footer {
	display:none;
	visibility: hidden;
}


#content #download td  {
	border: 1px solid #FFF;
	padding: 5px;
	background-color: #DFE9DA;
}
#content #download th  {
	padding: 5px;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/menu_v.jpg);
}
#content #download img {
	border: none;
	-moz-box-shadow: 0px 0px 0px #555;
	-webkit-box-shadow: 0px 0px 0px #555;
	box-shadow: 0px 0px 0px #555;
	float: none;
	margin: 0px;
}
