/* Start of CMSMS style sheet 'base' */
/* @override 
	http://www.gloriamundi.yannik-messerli.com/stylesheet.php?templateid=24
	http://gloriamundi1.yannik-messerli.com/stylesheet.php?templateid=24
*/

/* @group reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

a{
text-decoration: none;
}


/* @end */
body{
	background-color: #fdfdfd;
}

/* @group header */

#header{
	width: 100%;
	min-width: 800px;
	height: 158px;
	background:#333D45;
	
}
#header div#bar{
	width: 100%;
	height: 20px;
	background: #00ccff;
}

#header div#menu {
	width:480px;
	height: 133px;
	float:left;
	margin-left: 100px;

}


#header div#logo{
	background-image: url(uploads/logo.jpg);
	width:158px;
	height:57px;
	float:left;
	margin-top: 70px;
	margin-left: 30px;
}


/* @end */

/* @group wrapper */

#wrapper{
	margin-left: 100px;
	margin-top: 40px;	
	min-width: 700px;
}
#wrapper div#content{
	width:480px;
	float:left;
	text-align: justify;

}
#wrapper div#colunm{
	width:150px;
	margin-left: 40px;
	float:left;
}
#wrapper #content p{
width:480px}

#wrapper #colunm p{
width:150px}

#wrapper div.separator{
	height:7px;
	width: 150px;
	background-color: #4C5761;
	margin-top: 20px;
	margin-bottom: 30px;
}

#wrapper div#img{
	width: 150px;
	height: 200px;
}

/* @end */

/* @group typo */
body{
	font: 10pt/16pt Arial, sans-serif;
	color: #8C8C8C;
}
.text{
text-align: left;
}
.textgrasbleu{
font-weight: bold;
color: #00ccff;
}
.textnoir{
color: #000000;
font-weight: bold;
}
.titre{
font: 22px "Arial Black";
color:#333d45;
margin-top: 20px;
margin-bottom: 10px;
}

.sous-titre{
	font: 19px "Arial Black";
	color:#00ccff;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* @end */

/* @group menu */
#header #arrow{display:none;}
#header div#menu li a{
	font: 12px "Arial Black";
	color:white;
	float: left;
	padding: 110px 10px 10px 10px;
	margin-left: 5px;
border: none;
}
#header div#menu li a:hover{
border: none;
background-color: #00ccff;
}
#header div#menu li.selected a{
border: none;
background-color: black;
}
/* @end */
/* @group submenu */
#sub_menu{
margin-left: 105px;
}
#sub_menu li{
float: left;
margin: 8px;
}
#sub_menu li a{
border-bottom: 1px dotted #333d45;
color: #333d45;
font-weight: bold;
font-size: 12px;
}
#sub_menu li.selected a{
border-bottom: 1px dotted #249722;
color: #249722;
}
#sub_menu li a:hover{
border-bottom: 1px dotted #249722;
color: #249722;
}
/* @end */
/* @group langage */
#langage{
position: absolute;
top: 20px;
right: 20px;
}
#langage li{
width:10px;
height: 9px;
float: left;
margin: 10px 10px 0px 0px;
padding: 0px 0px 0px 10px;
border-left: 1px solid #adadad;
overflow: hidden;	
}
#langage li a{
border: none;
position:absolute;
color: #999999;
font: 9px Arial;
}
#langage li a:hover{
border: none;
position:absolute;
color: #00ccff;
font: 12px Arial;
font-weight:bold;
}
.fr {
position:absolute;
color: #00ccff;
font: 12px Arial;
font-weight:bold;
}
/* @end */
/* @group form */
input, textarea{
font: 12px/21px Arial;
padding: 5px;
background-color: white;
margin: 5px;
color: #999999;
border: 1px solid #adadad;
}
input#name, input#email, input#subject, textarea#message{
display: block;
width: 400px;
}
label{
font: italic 11px/21px Georgia;
color: #999999;
}
/* @end */
#footer{
clear:both;;
}
/* @group galerie */
#wrapper #content #galerie{
text-align: center;		
}
#thumb{
width: 480px;
}
.thumb {
margin: 0px 0px 0px 0px; 
padding: 0px;
float: left;
}
.thumb img, .thumb a img, .thumb a:link img{ 
width: 118px; 
height: 118px; 
display: inline;
border:1px solid #ffffff;	
}
.thumb a:hover img {
opacity: .5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}	
.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
text-align: center;
padding-top: 20px;		
}
.bigPic img{ /* Big Image settings */
max-width: 430px;
height: auto;
display: inline;
margin-left: auto;
margin-right: auto;
}
.bigPicNav { 
padding-bottom: 30px;
text-align: center;
width: 430px;
font-size: 10px;
color: #999999;
}
.bigPicNav a{
font-size: 12px;
border-bottom: 1px dotted #249722;
color: #249722;
}
.bigPicNav a:hover{
font-size: 12px;
border-bottom: 1px dotted #333d45;
color: #333d45;
}
/* @end */

/* @group img */
.img{
margin-top: 30px;
margin-bottom: 30px;
padding: 0px 0 20px 0;
width: 430px;
border-top: 20px solid #535D63;
}
.img img{
max-width: 430px;
}
.img p{
font-style: italic;
font-size: 10px;
color: #999999;
padding-top: 20px;
}

/* @end */
/* @group IE */

* html  #header div#menu li{float:left;display:Inline;}
* html  #header div#menu {margin-left:40px;}
* html .img img{width:430px;}
* html .bigPic img{width:430px;}
/* @end */

/* @group footer */

#footer{
width: 100%;
height: 25px;
background-color: white;
border-top: 1px solid silver;
float: left;
margin-top: 50px;
padding: 20px 0 40px 0px;
/*text*/
font: 7pt/16pt Arial, sans-serif;
}
#footer a{
font: 7pt/16pt Arial, sans-serif;
border-bottom: 1px dotted #249722;
color: #249722;
text-decoration: none;
}
#footer a:hover{
font: 7pt/16pt Arial, sans-serif;
border-bottom: 1px dotted #333d45;
color: #333d45;
text-decoration: none;
}
#footer p{
margin-left: 100px;	
}
/* @end */

/* @group News */
.NewsSummary{
border-top: 1px solid silver;
padding-top: 20px;
margin-top: 20px;
margin-bottom: 20px;
}	
.NewsSummary div.NewsSummaryLink a, h3#NewsPostDetailTitle{
font: 19px "Arial Black";
color:#00ccff;
margin-top: 20px;
margin-bottom: 10px;
margin-right: 10px;
}
.NewsSummary div.NewsSummaryLink, h3#NewsPostDetailTitle{
display: inline;
}

.NewsSummary  .NewsSummaryCategory, #NewsPostDetailCategory, #NewsPostDetailSummary{
display: none;
}
.NewsSummary  .NewsSummaryPostdate, .NewsSummaryMorelink, .NewsSummaryMorelink a,  #NewsPostDetailDate, #NewsPostDetailPrintLink a , #NewsPostDetailReturnLink a{
font-size: 10px;
text-decoration:none;
border-bottom: 1px dotted #249722;
color: #249722;
}
.NewsSummaryPostdate, #NewsPostDetailDate{
display: Inline;
margin-top: 4px;
}
.NewsSummarySummary{
width: 430px;
}
.NewsSummaryMorelink a:hover, div.NewsSummaryMorelink:hover, #NewsPostDetailPrintLink a:hover, #NewsPostDetailReturnLink a:hover{
border-bottom: 1px dotted #333d45;
color: #333d45;
}
.NewsSummaryMorelink{
display: Inline;
}
.NewsSummaryAuthor, #NewsPostDetailAuthor{
margin-top: -5px;
font-size: 10px;
margin-bottom: 10px;
}
#NewsPostDetailContent{
text-align: justify;
margin-top: 20px;
margin-bottom: 10px;
}
ul.site {
color: #00ccff
margin-left:15px;
padding-left:15px;
}
li.liste{
list-style-type: disc;
display: list-item;
}
a.link {
border-bottom: 1px dotted #249722;
color: #249722;
font-weight: bold;
}
a:hover.link {
border-bottom: 1px dotted #333d45;
color: #333d45;
}
/* @end */
/* End of 'base' */

