﻿/**********************************************************************************/
/* Filename : main.css
/* Company  : argyronetcreation.fr
/* Authors  : Jean-Philippe AMBROSINO
/* revision : 2012-09-01
/**********************************************************************************/

html {
    height:100%;
    margin: 0 0 0 0;
}

body {
	background: #fefefd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2I3OWRhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzg0NTM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #fefefd 0%, #b79dac 53%, #84537d 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefd), color-stop(53%,#b79dac), color-stop(99%,#84537d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefd 0%,#b79dac 53%,#84537d 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefd 0%,#b79dac 53%,#84537d 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefd 0%,#b79dac 53%,#84537d 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefd 0%,#b79dac 53%,#84537d 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#84537d',GradientType=0 ); /* IE6-8 */
    height:100%;
    margin: 0 0 0 0;
}

p {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-size: 12pt;
}

a:link    {
color:#806161;
}
a:visited {
color:#6f6f5b;
}
a:hover   {
color:#000000;
}
a:active  {
color:#d6d635;
}

.main_frame {
	position: relative;
	width: 1024px;
	height: 602px;
	margin: 0 auto;
	background-color: #fefefd;
	border:ridge 3px #758C59;
	vertical-align: middle;
	-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;	
	background-image:url('../images/mainbkgrnd.png');
	background-repeat:no-repeat;
	}

.banner_title{
	z-index:1;
	position:absolute;
	text-align: center;
	left: -60px; 
	top: -14px; 
	width: 773px;
	margin-left: auto;
	margin-right: auto;
}

.copyrightfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #6f6f5b;
	position:absolute;
}

/*filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;*/
.mnu_photo_frame {
border:outset 7px #668C4E;
position:absolute;
width:140px;
height:105px;
background-color:#DDDDDD;
box-shadow: 8px 8px 12px #999999;
-border-radius-topleft: 15px;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-border-radius-topright: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-border-radius-bottomleft: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 14px;
-border-radius-bottomright: 14px;
-moz-border-radius-bottomright: 14px;
-webkit-border-radius-bottomright: 14px;
}

.imgthumb {
position:absolute;
filter:alpha(opacity=90);
-moz-opacity:0.5; 
-khtml-opacity: 0.5;
opacity:0.5;
border:0px;
}

.imgthumb:hover
{
position:absolute;
filter:alpha(opacity=100);
-moz-opacity:1.0; 
-khtml-opacity:1.0;
opacity:1.0;
border:0px;
border:0px;
z-index:1;
}


.mnu_item
{
filter:alpha(opacity=66);
-moz-opacity:0.66; 
-khtml-opacity: 0.66;
opacity:0.66;
border:0px;
}

.mnu_item:hover
{
filter:alpha(opacity=100);
-moz-opacity:1.0; 
-khtml-opacity:1.0;
opacity:1.0;
border:0px;
border:0px;
z-index:1;
}
.divpicture
{
position:absolute;
}

.activitybloc
{
filter:alpha(opacity=66);
-moz-opacity:0.66; 
-khtml-opacity: 0.66;
opacity:0.66;
}
.activitybloc:hover
{
filter:alpha(opacity=100);
-moz-opacity:1.0; 
-khtml-opacity:1.0;
opacity:1.0;
border:0px;
}



