/* CSS Document */
<style type="text/css">
<!--

/* Common */


body{
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
} 


p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;

}

A:link {
	color:#4294EF;
}
A:visited {
	color:#4294EF;
}
A:active  {
	color:#4294EF;
}
A:hover  {
	color:#1BA5D8;
}

#form_mail input
{
color: #000;
background:#4294EF;
border: 1px solid #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}
#form_mail textarea
{
color: #000;
background:#4294EF;
border: 1px solid #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
width: 100%;
}

.home-txt
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
}

input
{
color: #000;
background:#4294EF;
border: 1px solid #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

input [type="button"]
{
color: #000;
background:#4294EF;
border: 1px solid #000;
width:70px;
height:20px;
}

textarea
{
color: #000;
background:#4294EF;
border: 1px solid #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
width: 100%;
}

select
{
color: #000;
background:#4294EF;
border: 1px solid #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
width: 100%;
}

.iframe_upload {
	border-width: 0px;
	height: 60px;
	width: 200px;
}
.iframe_uplad.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

.div_main
{
width:774;
max-width:774px;
width:expression(document.body.clientWidth >= 774? "774px": "auto" );
min-height:406px;
height:expression(document.body.clientHeight >= 406? "406px": "auto" );
}

.div_focus
{
width:480;
max-width:480px;
width:expression(document.body.clientWidth >= 480? "480px": "auto" );
min-height:350px;
height:expression(document.body.clientHeight >= 350? "350px": "auto" );
border-width:0px;
}

.table_press_main
{
min-width : 760px;
width:750px;
max-width:760px;
width:expression(document.body.clientWidth >= 750? "750px": "auto" );
height:321px
min-height:321px;
}

.table_news
{
background-color:white;
min-width : 180px;
width:200px;
max-width:200px;
width:expression(document.body.clientWidth >= 180? "180px": "auto" );
height:470px
min-height:470px;
margin-top:0px;
margin-left:0px;
}

.td_bigPic
{
	min-width : 480px;
	width:480px;
	max-width:480px;
	width:expression(document.body.clientWidth >= 480? "480px": "auto" );
}

.div_commentPic
{
	min-width : 400px;
	width:400px;
	max-width:400px;
	width:expression(document.body.clientWidth >= 400? "400px": "auto" );
	margin-left:25px;
	margin-top:20px;
	height:100px;
}

.form
{
color: #4294EF;
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif
}

.stdTitle {
 	font-family: Arial, Verdana, Helvetica, sans-serif;;
	font-size: 15px;
	color:#4294EF;
}

.stdText {
 	font-family:Arial,Verdana, Helvetica, sans-serif;;
	font-size: 12px;
}
.boldTitle {
 	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color:#4294EF;
}


.cellheader{
	background:url(images/motif-life.jpg);
	background-image:images/motif-life.jpg;
}
/* Login */

.login_label, .login_input, .login_error  {
  padding:10px;
  color:#000;
  text-align:left;
  float:left; 
  width:50px;
  font-size:12px;
  color:#FFFFFF;
}

.login_input {
  width:150px;
}

.login_error {
  width:100%;
  font-size:12px;
  text-align:center;
  color:#F00;
}

.login_input input {
  width:100%;
}
#login {
  background:#123;
}

#dialogYesCancel .myButtonClass {
  padding:3px;
  font-size:12px;
  width:65px;
}
#dialogYesCancel .ok_button {
  color:#000;
}
#dialogYesCancel .cancel_button {
  color:#000;
}


/* Gallery */
.opacityimg{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
cursor: pointer;
}

.opacityimg:hover{
filter:alpha(opacity=100);
-moz-opacity: 1;
cursor: pointer;
}

.selectedimg{
filter:alpha(opacity=100);
-moz-opacity: 1;
cursor: pointer;
}

.bigThumb{
border:2px dotted;
}

.galleryMenu{
	border:2px solid #4294EF ;
	position:absolute;  
	top:130px; 
	left:530px; 
	height:300;
	max-width:200px;
	width:expression(document.body.clientWidth >= 195? "195px": "auto" );
	max-height:300px;
	height:expression(document.body.clientHeight >= 300? "300px": "auto" );
	overflow:auto;
	padding-top : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-bottom : 3px;
	margin-top:20px;
	background-color:#000;
}

.gallery_selected
{
	color: #4294EF;
	font-weight: bold;
	font-size: 12px;
}
.gallery_normal
{
	color: #4294EF;
	font-weight: normal;
	font-size: 12px;
}

.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px dotted Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	z-index:0;
	background-color: #FFFFCC;
}

#contenu {
	position : absolute;
	top : 20px;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana, Arial, "Times New Roman", Times, serif;
	text-align : justify;
	padding-top : 4px;
	padding-left : 7px;
	padding-right : 7px;
	padding-bottom : 7px;
	color : #1d3c46;
	height: 95px;
}

#div_thumbs {
float : left;
margin-top : 5px;
margin-left : 0px;
position : relative;
width : 690px;
height : 120px;
overflow : hidden;
border:none;
}

#scroll {
width : 690px;
height : 13px;
position : absolute;
left : 18;
}


-->
</style>

