/* 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;
}
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: black;
	margin: auto;
	font-family: Verdana, Arial, Tahoma, serif;
}
 
#page{
	width: 1024px;
	height: auto;
}

#hautpage{
	width:1024px;
	height: 90px;
}

/* ---------------------------------------- DEBUT DU MENU ------------------------------------------------ */
#menu{
	width: 1001px;
	height: auto;
	padding-top:20px;
	margin-left: 12px;
	font-family: Tahoma, Verdana, Arial, serif;
	
	
 	/* background-color: green; */
}

#menu .topmenu {
	display: block;
	width: 143px;
	height:27px;
	padding-top: 10px;
	text-decoration:none;
	color:#990000;
	text-align: center;
	
}
#menu .topmenu2 {
	display: block;
	width: 143px;
	height:30px;
	text-decoration:none;
	color:#990000;
	text-align: center;
}


#menu .topmenu a {
	padding-top:0px;
	padding-bottom:0px;
	font-size: 16px;
}
#menu .topmenu2 a {
	padding-top:0px;
	padding-bottom:4px;
	font-size: 16px;
}

#menu .topmenu:hover {
	background:#ffffff;
}
#menu .topmenu2:hover {
	background:#ffffff;
}

#menu .topmenu a:hover {
	background:#ffffff;
	color: #990000
}
#menu .topmenu2 a:hover {
	background:#ffffff;
	color: #990000
}

#menu a {
 	display: block;
	width: 143px;
	padding-top: 5px;
	padding-bottom:2px;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	color:#990000;
	text-align: center;
}


#menu a:hover {
	background:#990000;
	color:#eeeeee;
	
}

#menu li { 
	float: left;
	display: block;
	width: 143px;
	
}

#menu li a{
	width:auto;
	padding:2px;

}

#menu li ul{ 
	position: absolute;
	width: 143px;
	height: auto;
	display: none;
}

#menu li:hover ul{
	display: block;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
}

/* ---------------------------------------- FIN DU MENU ------------------------------------------------ */

h1{
	font-variant: small-caps;
	font-size: 18px;
	font-family: Arial, Verdana, Tahoma, serif;
}

h2{
	font-size: 15px;
	font-family: Arial, Verdana, Tahoma, serif;

}

#milieupage {
	width: 1024px;
	height: auto;
	background-image:url('../../imgs/backgroundinter.jpg');
	background-repeat: repeat-y;

}

#content {
	padding-left:30px;
	padding-top:5px;
	margin-left: 20px;
	width:930px;
	height:auto;
}
#content a{
	text-decoration:none;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, serif;
	color:#990000;

}
#content p{
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, serif;
	color:#000000;
	
}

#cadre{
	width: 470px;
	height: 830px;
	padding: 10px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-bottom:30px;
	
}
#cadre img{
	width: 470px;
}

#plan img{
	width: 800px;
	margin-left: 65px;
}
#plan p{
	margin-left: 100px;
	margin-bottom: 30px;
}

#espacecom{
	width: 400px;
	margin: 20px;
	margin-left: 510px;
	padding: 10px;
	border: solid;
	border-width: 2px;
	background-color: #ffffff;
	text-align: center;
}

#sncac{
	margin-bottom: 30px;
}
#sncac img{
	width: 450px;
}

#cartesp{
	float:right;
	margin-top: 350px;
}
#cartesp img{
	width: 450px;
	height: 300px;
}

#ancre{
	clear:both;
	border: solid;
	border-left: none;
	border-right: none;
	border-color: #000000;
	border-width: 2px;
	width: 100px;
	height: 18px;
	margin-top: 60px;
	text-align: center;
}

#nav{
	clear:both;
	width:930px;
	height: auto;
	text-align: center;
	margin-top: 10px;
}
#nav a{		
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;

}

/* ---------------------------------------- BAS DE LA PAGE ------------------------------------------------ */

#baspage {
	width: 1024px;
	height: 67px;
}

#piedpage {
	
	display:block;
	width: 950px;
	height: 20px;
	text-align: right;
	padding-top: 48px;
	margin-left: 40px;
	font-size:12px;
	font-family: Arial, Verdana, Tahoma, serif;
	
	/* background-color: pink; */
}

#piedpage a{
	text-decoration: none;
	float: left;
	color: #000000;

}
