* {
    margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #61c6e2;
}


#slidesHolder { width: 400px; height: 240px; position: relative; border: solid 1px #aaa; margin: 0 auto; }
	#slidesHolder div { position: absolute; width: 400px; height: 240px; background-repeat: no-repeat; }
	.fr_slide1 { background: url('http://www.mitya.co.uk/imgs/scriptDemos/blockster/slide1.jpg'); }
	.fr_slide2 { background: url('http://www.mitya.co.uk/imgs/scriptDemos/blockster/slide2.jpg'); }
	.fr_slide3 { background: url('http://www.mitya.co.uk/imgs/scriptDemos/blockster/slide3.jpg'); }
		#slidesHolder div div { height: 84px; bottom: 0; }
			#slidesHolder div div a { font-weight: bold; font-style: italic; font-size: 13px; color: #2085bd; }
			#slidesHolder div div h5 { color: #333; margin-top: 8px !important; text-indent: 20px; }
			#slidesHolder div div p { color: #333; margin-top: 5px; font-size: 13px; margin-left: 20px; width: 80%; }
			.fr_slide1 div h5, .fr_slide1 div p { color: #fff !important; }
			.fr_slide3 div p { width: 60% !important; }


a img {
    border: 0;
}

#container {
    font-family: 'Trebuchet MS',Tahoma,Verdana,'Times New Roman',Times,serif;
    font-size: 12px;
    width: 834px;
    margin: 0 auto;
    padding: 0;
}

#main_image {
    margin: auto;
    margin-top: 20px;
    background: url(/medias/images/header_mini_logo.jpg) no-repeat bottom;
    height: 398px;
    width: 834px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;

    behavior: url('/medias/css/ie-css3.htc'); /* This lets IE know to call the script on all elements which get the 'box' class */
}

#main_image #tweets {
    position: relative;
    top: 0;
    left: 534px;
    width: 300px;
    height: 199px;
    overflow: hidden;
    background-image: url('/medias/images/fond_tweets.png');
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    border-top-right-radius: 18px;
}

#main_image #diaporama {
    position: relative;
    top: 0;
    left: 534px;
    width: 300px;
    height: 199px;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    border-bottom-right-radius: 18px;
    margin: 0;
    padding: 0;
}


#main_image div.content {
	float:left;
	margin-left:-80px;
	margin-top:90px;
    color: #A13A29;
    font-size: 1.7em;
    font-weight: bold;
-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#scrolling_text {

    height: 42px;
    padding: 0;
    background-color: yellow; /*  84b832 vert foncé chrome 82b82f ; marron brique #A13A29*/

    line-height: 2.8em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin : 10px 0;

}

#scrolling_text .content {
    height: 38px;
    width: 794px; /**/
    
    padding-left:10px;
	
    margin-top:2px;
    margin-left: 15px;
    background-color: yellow;

    color:#A13A29;
    font-weight: bold;
    font-size: 1.6em;
}
/*
#scrolling_text .content a{
    height: 38px;
    width: 794px;
    
    padding-left:10px;
	
    margin-top:2px;
    margin-left: 15px;
    background-color: yellow;

    color:#A13A29;
    font-weight: bold;
    font-size: 1.6em;
}*/

#scrolling_text .content .marquee_text{


    padding-top:4px;
    /*width:807px;*/
    height:38px;

}

#scrolling_text .content .marquee_text a{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

#scrolling_text .content .marquee_text a:hover {
	color: #61c6e2;
}


#main_menu {
    height: 42px;
    padding: 0;
    background-color: #A13A29;
    line-height: 2.8em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin : 10px 0;

    behavior: url('/medias/css/ie-css3.htc'); /* This lets IE know to call the script on all elements which get the 'box' class */
}

#main_menu ul {
	display: inline;
	margin:0;
	padding: 0;
	margin: 0 -5px;
}

#main_menu .content {
    margin-left: 15px;
    font-size: 1.05em;
	
}

#main_menu li {
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	display: inline;
	padding: 0 2px; /*Distance entre les titres du menu */
	list-style-type: none;
}

#main_menu ul li>ul li {
	display: block;
}

#main_menu ul>li>a {
	font-size: .9em;
}

#main_menu li a {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

#main_menu li ul li a {
    color: #A13A29;
}

#main_menu li a:hover {
	color: #61c6e2;
}



#main_text {
    padding: 0;
    background: #FFF;
    color: #000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-bottom: 20px;

    behavior: url('/medias/css/ie-css3.htc'); /* This lets IE know to call the script on all elements which get the 'box' class */
}

#main_text .content {
    padding: 8px 20px;
}

.content li {
    padding: 5px;
}

.content p {
    margin: 5px;
}

.content table p {
    margin: 0;
}

.content table td {
    padding: 5px;
}

.content h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.content h3 {
    font-weight: bold;
    font-size: 1.4em;
}

.content h4 {
    font-weight: bold;
    font-size: 1.3em;
}

.contact {
    text-align: center;
}

.contact p {
        padding: 5px 5px 15px 5px;
}

h2.title a {
    text-decoration: none;
    color: #000;
}

.column_right {
    float: right;
    margin: 10px 10px 10px 20px;;
}

#benevoles {
    width: 130px;
    height: 45px;
    padding: 15px;
    margin: 20px 0 40px 0;
    background-color: #ef2b43;
    text-align:center;
    font-size: 1.6em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
    -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
    box-shadow: 10px 10px 20px #000; /* Opera 10.5+ */
}

#benevoles a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}


#programme {
    width: 130px;
    height: 45px;
    padding: 15px;
    margin: 20px 0 40px 0;
    background-color: #333973;
    text-align:center;
    font-size: 1.6em;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
    -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
    box-shadow: 10px 10px 20px #000; /* Opera 10.5+ */
}

#programme a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/* meteo */
div.default table tr td table tr td {
    background-color: #6c75c0 !important;
}

.meteo_echeance b {
    color: white !important;
}

.meteo_temperature {
    color: orange !important;
}

.default {
    padding: 5px;
    padding-bottom: 15px;
    background-color: #6c75c0 !important;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
    -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
    box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers */
}

div.default table tr td img {
    margin-top: -5px;
    
}

div.default table tr td table tr td img {
    display: inline;
}

/*-=-=-=-=-=-=-=-=
     ADMIN
-=-=-=-=-=-=-=-=*/

.widget .boutons a
{
    display: block;
    width: 15px;
    height: 12px;
    background: url("../images/edit.png") no-repeat;
    margin: auto;
}

.widget .boutons
{
    display: none;    
}

.widget:hover .boutons
{
    background: url("../images/fond_rond_70.png") no-repeat;
    width: 23px;
    height: 20px;
    color: white;
    display: block;
    position: absolute;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -12px;
}

#slider { position:relative; height:199px; width:300px; }
#slider img { position:absolute; left:0; top:0; }

.clear {
    clear: both;
}

.tweet {
    padding: 5px;
}

#tweets .tweet a img {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    border: 0;
}

#tweets .tweet p {
    text-align: justify;
}

#tweets .tweet .notes {
    font-size: 0.8em;
    margin-left: 55px;
    margin-top: 5px;
}

#tweets .links {
    text-align: right;
    margin-top: -15px;
    margin-right: 10px;
}

