/*Style Accueil LAT Mai 2009 - © www.pixelscarres.com - */

/* @group Cadre jaune */

/* Attention le code est dans snews page accueil */
#presentation {
	width: 270px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow: 3px 5px 5px #ccc;
	-moz-box-shadow: 3px 5px 5px #ccc;
	background-color:#ffd685;
	color:#303030;
	padding-top:40px;
	padding-bottom:40px;
}
#presentation p {
	text-align:left;
	line-height: 1.2em;
	margin:0 10px 0 15px;
}

/*#presentation {
	width: 270px;
	padding-top: 44px;
	background: url(../images/top.gif) no-repeat left top;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
}
#blocpresent {
	background: url(../images/cadre.gif) no-repeat left bottom;
	padding-bottom: 44px;
}
#blocpresent p {
	text-align: justify;
	line-height: 1.2em;
	margin: 0 30px 0 20px;
}*/

#presentation a {
	color: #0033CC;
	text-decoration: underline;
}
	
#presentation a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#0033CC;
}

/* @end */
#rdv {
	width: 240px;
	height: auto;
	top: 0;
	left: 5px;
	position: relative;
	margin-bottom: 90px;
	text-align:left;
	margin-top: 0;
	color:#303030;
}

#rdv p {
	font-style: italic;
}


#rdv a {
	color: #0033CC;
	text-decoration: underline;
}
#rdv a:hover {
	color: #FF9900;
}
/*#news {
	margin-top: 50px;
	text-align: justify;
	width: 300px;
	padding-left: 5px;
	padding-bottom: 50px;
	border: medium solid #3ddbe0;
	margin-right: 100px;
	margin-left: 100px;
}
#news p {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
#news a {
	color: #0033CC;
	text-decoration: underline;
}
#news a:hover {
	color: #ff9400;
	text-decoration: none;
}*/

h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #0033CC;
}

.orange {
	color: #ec9a00;
}
.left {
	text-align: left;
	margin-bottom: 0;
	margin-left: 50px;
	font-size: 1.2em;
	margin-top:30px;
}

/* @group Cadre programme */
#prog {
	width: 270px;
	padding-top: 5px;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow: 3px 5px 5px #ccc;
	-moz-box-shadow: 3px 5px 5px #ccc;
	background-color:#ffd685;
}
ul#proglist {
	line-height: 1.8em;
	padding-bottom: 30px;
	padding-top: 10px;
	margin: 0;
}
/*#prog {
	width: 270px;
	padding-top: 5px;
	background: url(../images/top.gif) no-repeat left top;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
}
ul#proglist {
	line-height: 1.8em;
	background: url(../images/cadre.gif) no-repeat left bottom;
	padding-bottom: 30px;
	padding-top: 10px;
	margin: 0;
}*/
ul#proglist li {
	list-style-image: url(../images/puce.gif);
	padding-left: 3px;
	margin-left: 30px;
}
ul#proglist a {
	color: #0033CC;
	text-decoration: none;
	border-bottom: 1px dotted #0033CC;
}
ul#proglist a:hover {
	text-decoration:none;
	border-bottom:1px solid #0033CC;
	border-top:1px solid #0033CC;
	color:#0033CC;
}

/* @end */
/*ul#proglist .prog {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding-left: 0;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	background: url(../images/coul.gif) no-repeat right center;
	height: 56px;
}
ul#proglist li.prog {
	padding: 0;
	margin: 25px 0 0;
}
ul#proglist li.prog a {
	color: #FF9900;
	text-decoration: none;
	border-bottom: 1px dotted #FF9900;
}
ul#proglist li.prog a:hover {
	color: #0033CC;
	text-decoration: none;
	border-bottom-style: none;
}*/

/* @group FOOTER */

/*#pied {
	width: 770px;
	float: left;
	padding-top: 5px;
	padding-left: 100px;
	text-align: center;
	color: #CCCCCC;
}
#pied ul {
	width: 750px;
	list-style-type: none;
	font-size: 0.8em;
	padding: 0;
}
#pied li {
	display: inline;
}
#pied a {
	color: #CCCCCC;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline overline;
}*/

/* @end */

pre {
	text-indent: 40px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.imagegauche {
	float: left;
	border-style: none;
	margin: 0 0 0 5px;
}
.imagedroite {
	float: right;
	border-style: none;
	margin: 0 5px 0 0;
}
.imagecentre {
	border-style: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.paginator {
	color: #7f7f7f;
	text-align: center;
}
.paginator a {
	color: #7f7f7f;
	text-decoration: none;
	border-bottom: 1px dotted #0033CC;
}
.paginator a:hover {
	color: #FF9900;
	text-decoration: none;
	border-bottom-style: none;
}
