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

/* Styles Generic */

.bloc_header
{
	height:90px;
	background-image:url('../img/bg_header.jpg');	
}

#box_content div.input, .form_small_position input[type=submit]
{
	float:left;
	margin-right:5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.main_color
{
	color:#00A2D3;
}
.btn_green
{
	background-image:url('../img/bg_btn_green.jpg');
	color:white;
	border:1px solid #5C7D26;
	text-decoration:none;
}
.btn_green:hover
{
	background-image:url('../img/bg_btn_green_hover.jpg');
	color:white;
}
.btn_orange
{
	background-image:url('../img/bg_btn_orange.jpg');
	color:white;
	border:1px solid #CB870A;
	text-decoration:none;
}
.btn_orange:hover
{
	background-image:url('../img/bg_btn_orange_hover.jpg');
	color:white;
}
.btn_blue
{
	background-image:url('../img/bg_btn_blue.jpg');
	color:white;
	border:1px solid #00617D;
	text-decoration:none;
}
.btn_blue:hover
{
	background-image:url('../img/bg_btn_blue_hover.jpg');
	color:white;
	border:1px solid #00617D;
}
.btn_red
{
	background-image:url('../img/bg_btn_red.jpg');
	color:white;
	border:1px solid #A01B1E;
	text-decoration:none;
}
.btn_red:hover
{
	background-image:url('../img/bg_btn_red_hover.jpg');
	color:white;
	border:1px solid #A01B1E;
}
.btn_mauve
{
	background-image:url('../img/bg_btn_mauve.jpg');
	color:white;
	border:1px solid #562088;
	text-decoration:none;
}
.btn_mauve:hover
{
	background-image:url('../img/bg_btn_mauve_hover.jpg');
	color:white;
	border:1px solid #562088;
}
.center_text
{
	text-align:center;	
}

div#module_action a, div#box_content input[type=submit], div#box_content input[type=text]
{
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

/* Button and input for inline edit */
span.editable button.save
{
  	background: -webkit-gradient(linear, left top, left bottom, from(#A1CD5A), to(#79A036));
  	background: -moz-linear-gradient(top,#A1CD5A,#79A036);
    filter: progid:DXImageTransform.Microsoft.Gradient(
               StartColorStr='#A1CD5A', EndColorStr='#79A036', GradientType=0);
	color:white;
	border:1px solid #5C7D26;
	text-decoration:none;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
span.editable button.cancel
{
  	background: -webkit-gradient(linear, left top, left bottom, from(#E14F52), to(#B31C21));
  	background: -moz-linear-gradient(top,#E14F52,#B31C21);
    filter: progid:DXImageTransform.Microsoft.Gradient(
               StartColorStr='#E14F52', EndColorStr='#B31C21', GradientType=0);
	color:white;
	border:1px solid #A01B1E;
	text-decoration:none;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

span.editable input[type=text]
{
	background-color:#BBEF68;
	border:1px solid #89AF4C;
}
