@import "reset.css";

body {
	background-color: #660000;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
	line-height: 15px;
}

img {
	border:0px;
	vertical-align: middle;
}


h1 {
	text-align:center;
	color:#CF0000;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
}

p {
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
	color:white;
	font-weight: bold;
	text-align: justify;
	font-size:12px;
	margin-bottom: 8px;
	line-height: 1.7em;
}

table, td  {
	margin:0
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
	color:white;
	font-weight: bold;
	text-align: justify;
	font-size:12px;
	margin-bottom: 8px;
	line-height: 1.2em;
	margin-left:5px;
}

th {
	font-size:14px;
	text-decoration: underline;
}

a, a:active, a:visited {
	color:white;
	text-decoration: none;
}

a:hover {
	color:white;
	text-decoration: underline;
}

#page {
	position:relative;
	/*width:100%;*/
	height:100%;
}

#main {
	position:relative;
	height: 543px;
	width: 934px;
	margin:auto;
	background-image:url(images/ecole-de-danse-brigitte-saint-gaudens.jpg);
}

#menu {
	position: absolute;
	border: 1px solid white;
	top: 55px;
	left:115px;
	height: 20px;
	width: 550px;
	padding:5px;
	padding-top: 2px;
}

#texte {
	position: absolute;
	top: 91px;
	left:275px;
	height: 290px;
	width: 617px;
	padding:5px;
	padding-top: 5px;
	overflow:auto;
}

#images {
	position: absolute;
	top: 398px;
	left:273px;
	height: 82px;
	width: 640px;
}

#images img {
	border: 1px solid #ffff33;
	margin-left:3px;
}


#contact {
	position: absolute;
	top: 472px;
	left:270px;
	height: 50px;
	width: 238px;
	padding:5px;
	padding-top: 2px;
}

#footer {
	position: absolute;
	top: 545px;
	left:685px;
	color:#CF0000;
	width:350px;
	font-size:12px;
}


ul#menu_2 {
	position: absolute;
	left: 120px;
	top: 60px;
	}

ul#menu_2 li {
	float: left;
}
ul#menu_2 li a {
	display: block;
	height: 16px;
	background-position: center top;
	background-repeat: no-repeat;
}
ul#menu_2 li a:hover {
	height: 16px;
	background-position: center -16px;
}

/******* Tableau Horaires ********/
.horaires-tab {
	border:1px dashed yellow;
	padding:0;
	margin:0;
	color:black;
}

.horaires-tab  table{
	padding:0;
	margin:0;
	border:1px solid white;
}

.horaires-tab  table th, .horaires-tab  table td {
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
}

.horaires-tab  table th{
	background-color:#FCCD01;
	color:#CE0002;
	text-align:center;
	text-decoration:none;
}

.horaires-tab  h1{
	font-weight:bold;
	font-size:1.4em;
}

.horaires-tab  h3{
	font-weight:bold;
	font-size:1.1em;
}

.table_main {
	width: 599px;
}
.table_sub {
	width: 588px;
}
.table_sub2 {
	width: 291px;
	float: left;
	left: 10px;
}

/* Pour la gestion des news */
h2 {
	color: #D00002;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
div.news {
	clear: both;
	margin: 0 0 10px 0;
}
div.news h3 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
div.news h3:first-letter {
	text-transform: uppercase;
}
span#retour_news {
	float:right;
}
img.miniatures_news {
	border:1px solid #FFFFFF;
	margin:5px 5px 5px 0;
}



















