﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}


p {
	line-height: 1.4em;
}

/*hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}*/
hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #FCAE02;
	/*background-image: url(Images/fond_orange.jpg);
	background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/Riz_panicules_en_fleur.png);	
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.nav {
	/*position: absolute;*/	
	position:relative;
	top: 100px;
	background:#94C01D;
	width:100%;
	height:22px;	
	
}

.nav a:visited, .nav a 
{
	color: White;	
}
.navseparator {
	/*position: absolute;
	position:relative;*/
	position:relative;
	top: 100px;
	background:#607C14;
	width:100%;
	height:5px;
}




/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/bg-two-column-main-width-183.png);
	border:1px solid #607C14;
	position: relative;
	width: 760px;
	height: auto;
	padding: 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	/*padding-bottom: 40px; /* Weird Mozilla Bug */
	margin-top:2px;
}

#sidebar 
{
	float: left;
	margin-left: 3px;
	margin-top: 20px;
	width: 165px;
	height: 100%;
	padding-bottom:40px;
}

#content 
{	
	margin-left: 190px;
	margin-top: 10px;
	width: 550px;
	
	min-height:950px;
	height:100%;
	/*top: 200px;*/
	/*width:760px;*/
	/*position: absolute;*/
	
}

#homedefault 
{
	background-image: url(images/bg_third_row_default.png);
	
	/*border:1px solid #607C14;
	position: relative;
	width: 760px;
	height: auto;
	padding: 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	/*padding-bottom: 1px; /* Weird Mozilla Bug */
	/*margin-top:8px;*/
}



/* DIV ZONE RECTANGLE */
.divrectangleinfobackground
{
	width: 98%; 
	border: 1px solid; 
	background-color:InfoBackground;
	padding-left: 10px;	
	
}

.divrectanglegridview
{
	width: 100%; 
	border: 1px solid; 
	background-color: white;
	/*padding-left: 10px;*/
	
}

.divrectanglemaincontent
{
	width: 98%; 	
}

.divblockinfoheader
{
	width: 98%; 
	border: 1px solid #3B88C0; 
	background-color:#3B88C0;
	padding-left: 10px;	
	color:White;
	height:20px;
	text-transform:uppercase;
    font-weight:bold;
    padding-top:5px;
	margin-bottom:0px;
}

.divblockinfocontent
{
	position:relative;
	margin-top:0px;	
	width: 98%; 
	border: 1px solid #3B88C0; 	
	padding-left: 10px;	
	
}
/* BLOCK */
.divblockleft
{	
	float: left;
	width:98%;
	margin-left:5px;
	height:100%;
	
}

.divblockleftheader 
{
	background-image: url(Images/blockheader_green_170.png);
	background-repeat: no-repeat;
	width:170px;
	height:20px;
	color: #FFFFFF;
	text-transform:uppercase;
    font-weight:bold;
    padding-top:5px;
    text-align:center;
    margin-left:0px;	
    
}

.divblockleftcontent 
{	
	/*position:relative;*/
	margin-top:0px;	
	width:168px;		
	border:1px solid #607C14;	
}

.divblockdefaultrowheaderPresentation
{
	color:Red;
	font-weight:bold;
	font-size:1.3em;	
	margin-left:10px
}

.divblockdefaultrowheaderAction
{
	color:Red;
	font-weight:bold;
	font-size:1.3em;	
	margin-left:15px
}

.divblockdefaultrowheaderAgenda
{
	color:Red;
	font-weight:bold;
	font-size:1.3em;	
	margin-left:15px
}

.divblockdefaultrowcontent
{
	padding-left:25px;
	width: 217px;
}


/* ARTICLE */
.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.divtestimonial
{
	background-image:url(Images/blockquote_bg.gif); 
	background-repeat:no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:85%;
    font-style:italic;
}


.divarticletitle 
{	
	font-size:1.3em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.1em;
	margin:5px 0;		
}

.divaboutustitle 
{
	/*position: relative;*/
	background-image:url(Images/aboutustitle.png); 
	background-repeat:no-repeat;
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;	
	width:95%;
	height:35px;
	padding-left:40px;
	color:#3B88C0;
	/*top: 5px;*/
}

.divprojecttitle 
{
	/*position: absolute;
	top: 5px;*/
	background-image:url(Images/projecttitle.png); 
	background-repeat:no-repeat;
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;	
	width:95%;
	height:35px;
	padding-left:40px;
}

#diveventtitle 
{
	/*position: absolute;
	top: 5px;*/
	background-image:url(Images/eventtitle.png); 
	background-repeat:no-repeat;
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;	
	width:95%;
	height:35px;
	padding-left:40px;
}

.divlinktitle 
{
	/*position: absolute;
	top: 5px;*/
	background-image:url(Images/linktitle.png); 
	background-repeat:no-repeat;
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;	
	width:95%;
	height:35px;
	padding-left:40px;
}

/* TABLES */
Table.GridViewFileManager
{
	width: 100%;	
	border-right: 1px solid; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-bottom: 1px solid;		
}

td.GridViewFileManagerHeader30
{
	width: 30%; 
	height:20px; 
	border-bottom: 1px solid; 
	background-color: Black; 
	color: White; 
	font-weight: bold; 	
}

td.GridViewFileManagerHeader20
{
	width: 20%; 
	height:20px; 
	border-bottom: 1px solid; 
	background-color: Black; 
	color: White; 
	font-weight: bold; 	
}


Table.Form2columns
{
	width: 90%;			
}

td.Form2columns40
{
	width: 40%; 
	height:20px; 		
}

td.Form2columns30
{
	width: 30%; 
	height:20px; 		
}

td.Form2columns15
{
	width: 15%; 
	height:20px; 		
}

Table.BlockLeft
{
	width: 90%;			
}

td.BlockLeft
{
	padding-left: 10px; 
	height:20px; 		
}

/* MENU LIST CONTROL */
.MenuList  
{
	position:relative;
	width:98%;
    border-bottom:1px dotted #B2B2B2 !important;    
    padding-left:5px;
}

/*.MenuList div
{
    margin-left:10px;
    padding-left:5px;
}*/

.MenuList table
{
	width:98%;
    border-top:1px dotted #B2B2B2 !important;   
     
}

.MenuList table td
{
	width:98%;
    padding:1px 0;
    padding-left:10px;
    background-image:url(Images/list-bullet-01-link.gif);
    background-repeat:no-repeat;
    background-position:left;
    
}

.MenuItemSelected
{	  
    background-color:White;    
    padding-left:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(Images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/* 3 FOOTER */

.footerbg {	
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	padding:3px 0 3px 0px;	
	height:auto;
	position:relative;
	color:#FFFFFF;
	font-size:10px;
	background:#94C01D;
	/*margin-top:7px;*/
}
.footerseparator 
{
	/*margin-top:3px;*/
	margin-left:auto;
	margin-right:auto;
	width:760px;	
	/*padding:.1em 0 2em 0;*/
	position:relative;		
	height: 5px;
	background:#607C14;
	/*top:0px;*/
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}

