@charset "utf-8";
/* CSS Document */



*  
{
padding:0px;
margin:0px;
font-weight:normal;
}




body
{

	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/bandes_verticalegrand.png);
	background-repeat:repeat-y;
}


#global
{
display:block;
width:960px;
margin-top:0px;
}

#wrappercolgauche
{
display:block;
width:150px;
float:left;
}	



	.logo
		{
			display:block;
			background:url(../images/logo_catherineroy.png) no-repeat center center;
			width:140px;
			height:147px;
		}
	a.logo span
			{
				display:none;
			}

#carrelogo	
{
background-color:#00718f;
display:block;
width:140px;
height:170px;
padding-left:10px;
padding-top:30px;
margin-top:150px;	
}	



#menu
{
background-color:#000000;
display:block;
width:138px;
margin-top:15px;
padding:10px 0px;
}

#menu li
	{
	list-style:none;
	}

#menu a
{
border-top:dotted 1px #ffffff;
font-size:16px;
color: #44c4e5;
text-decoration:none;
display:block;
padding:15px 0px 15px 20px;
line-height:0px;
}


#menu a.dernier
{
border-bottom:dotted 1px #ffffff;
color: #a7d59e;
}

#menu a:hover
{
color:#00718f;
}	



#wrappercontenu
{
display:block;
width:810px;;
float:left;
background-image:url(../images/bg_page.jpg);
background-repeat:no-repeat;
background-position:left top;
}





#wrappercolligne
{
display:block;
width:15px;
float:left;
}	




#ligne1	
{
display:block;	
height:150px;
}

#ligne2	
{
background-color:#00718f;
display:block;	
height:200px;
}

#ligne3	
{
display:block;
}


.textecourant
{
font-size:12px;
line-height:14px;
color:#000000;
}


a
{
color: #000000;
}

#colcontenu
{
position:absolute;
width:720px; /*720*/
top:150px;
left:220px;
}

#fondtranslucide {
   width: 720px;
   background-image: url(../images/bg_transparent.png) !important;  /* Mozilla uniquement */
   background-color: transparent !important;           /* Mozilla uniquement */
   background-image: none;                             /* IE uniquement */
   background-color: #00718f;                          /* IE uniquement */
   filter:alpha(opacity=50);                           /* IE uniquement */
   }

#texteopaque 
{ 
position: relative; 
padding:5px 10px;
}


h2
{
font-size:18px;
font-weight:bold;
color:#00718f; 
padding:0px 0px 10px 0px; /*padding:10px 0px;*/
line-height:20px;
}

.bolddate
{
color:#000000;
text-decoration:none;
font-weight:bold;
}





#baspage
{
margin-top:30px;
color:#000000;
font-size:11px;
line-height:14px;
}
	
.clear 
{
clear:both; /* Règle pour supprimer le float */
} 
